Home
last modified time | relevance | path

Searched defs:arc_wake (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/futures-task/src/
Dlib.rs23 mod arc_wake; module
/external/rust/crates/tokio/tests/
Dtime_sleep.rs331 let arc_wake = Arc::new(DropWaker(panicked.clone(), list.clone())); in drop_from_wake() localVariable
332 let arc_wake = futures::task::waker(arc_wake); in drop_from_wake() localVariable