Function kernel::executor::run_until_complete
source · pub fn run_until_complete()Expand description
Runs an event loop that executes all the tasks in the TASK_QUEUE until there are no more task
left.
pub fn run_until_complete()Runs an event loop that executes all the tasks in the TASK_QUEUE until there are no more task
left.