Searched refs:RawExecutor (Results 1 – 2 of 2) sorted by relevance
80 ex: Weak<RawExecutor>,137 ex: Weak<RawExecutor>,187 async fn notify_task(notify: EventFd, raw: Weak<RawExecutor>) { in notify_task() argument234 struct RawExecutor { struct242 impl RawExecutor { argument244 Ok(RawExecutor { in new()405 impl WeakWake for RawExecutor { implementation408 RawExecutor::wake(&arc_self); in wake_by_ref()413 impl Drop for RawExecutor { implementation448 raw: Arc<RawExecutor>,[all …]
142 ex: Weak<RawExecutor>,256 struct RawExecutor { struct266 impl RawExecutor { argument267 fn new() -> Result<RawExecutor> { in new()268 Ok(RawExecutor { in new()661 impl WeakWake for RawExecutor { implementation664 RawExecutor::wake(&arc_self); in wake_by_ref()669 impl Drop for RawExecutor { implementation712 raw: Arc<RawExecutor>,717 let raw = RawExecutor::new().map(Arc::new)?; in new()[all …]