File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -366,6 +366,15 @@ class BlockingRunner(BaseRunner):
366
366
Convenience argument, use instead of ``goal``. The end condition for the
367
367
calculation. Stop when the number of points is larger or
368
368
equal than this value.
369
+ end_time_goal : datetime, optional
370
+ Convenience argument, use instead of ``goal``. The end condition for the
371
+ calculation. Stop when the current time is larger or equal than this
372
+ value.
373
+ duration_goal : timedelta or number, optional
374
+ Convenience argument, use instead of ``goal``. The end condition for the
375
+ calculation. Stop when the current time is larger or equal than
376
+ ``start_time + duration_goal``. ``duration_goal`` can be a number
377
+ indicating the number of seconds
369
378
executor : `concurrent.futures.Executor`, `distributed.Client`,\
370
379
`mpi4py.futures.MPIPoolExecutor`, `ipyparallel.Client` or\
371
380
`loky.get_reusable_executor`, optional
You can’t perform that action at this time.
0 commit comments