File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -249,15 +249,15 @@ class GenSpecs(BaseModel):
249249
250250 async_return : bool = False
251251 """
252- Return results to generator as they come in (after sample). Default of False implies batch return.
252+ Return results to generator one-at-a-time as they come in (after sample). Default of False
253+ implies batch return.
253254 Only used if using the ``only_persistent_gens`` allocation function (the default).
254255 """
255256
256257 active_recv_gen : bool = False
257258 """
258- Initialize generator in active-receive mode. The manager won't wait for new points
259- from the generator upon passing back simulation results or other instructions.
260- This eliminates the "handshake" between manager and generator.
259+ Initialize generator in active-receive mode. The generator can receive results
260+ even if it's not ready to produce new points.
261261 Only used if using the ``only_persistent_gens`` allocation function (the default).
262262 """
263263
You can’t perform that action at this time.
0 commit comments