1
Fork 0

Note that we keep running the main loop until all task refcounts are zero.

This commit is contained in:
Michael Bebenita 2010-07-28 16:49:16 -07:00 committed by Graydon Hoare
parent e1264ac59c
commit a5b7a5202c

View file

@ -351,7 +351,8 @@ rust_dom::log_state() {
* Starts the main scheduler loop which performs task scheduling for this * Starts the main scheduler loop which performs task scheduling for this
* domain. * 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 int
rust_dom::start_main_loop() rust_dom::start_main_loop()