Home
last modified time | relevance | path

Searched refs:push_task (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/current_thread/
Dmod.rs335 fn push_task(&mut self, handle: &Handle, task: Notified) { in push_task() method
639 core.push_task(self, task); in schedule()