Function run_new_task

Source
pub(super) fn run_new_task(runnable: Arc<Task>)
Expand description

Enqueues a newly built task.

Note that the new task is not guaranteed to run at once.