Note that we keep running the main loop until all task refcounts are zero.
This commit is contained in:
parent
e1264ac59c
commit
a5b7a5202c
1 changed files with 2 additions and 1 deletions
|
@ -351,7 +351,8 @@ rust_dom::log_state() {
|
|||
* Starts the main scheduler loop which performs task scheduling for this
|
||||
* domain.
|
||||
*
|
||||
* Returns once no more tasks can be scheduled.
|
||||
* Returns once no more tasks can be scheduled and all task ref_counts
|
||||
* drop to zero.
|
||||
*/
|
||||
int
|
||||
rust_dom::start_main_loop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue