摘要:
* Distribute tasks in a round-robin fashion.* Required APIs:void task::spawn_root_and_wait(taks&);void task::spawn(task&);void task::spawn_and_wait_for_all(task&);Depth-first execution: * Strike when the cache is hot. The deepest tasks are the most recently created tasks, and therefore a 阅读全文