Skip to content

Commit

Permalink
supervisor.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jul 14, 2019
1 parent 7d86bde commit 0c441ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/supervisor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ Stopping task supervisor
Params:

* **wait** wait until tasks and scheduler coroutines finish. If **wait=int**,
task supervisor will wait until coroutines finish for the max. *wait*
seconds. However if requested to stop schedulers (workers) or task threads
are currently running, method *stop* wait until they finish for the unlimited
time.
* **wait** wait until tasks and scheduler coroutines finish. If
**wait=<number>**, task supervisor will wait until coroutines finish for the
max. *wait* seconds. However if requested to stop schedulers (workers) or
task threads are currently running, method *stop* wait until they finish for
the unlimited time.

* **stop_schedulers** before stopping the main event loop, task scheduler will
call *stop* method of all schedulers running.
Expand Down

0 comments on commit 0c441ee

Please sign in to comment.