Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/task/
Dexecutor.rs26 type SpawnHandle = Pin<Box<dyn Future<Output = ()> + Send + 'static>>; typedef
86 handle: UnsafeCell<Option<SpawnHandle>>,
98 fn new(s: SpawnHandle, kicker: Kicker, queue: Arc<WorkQueue>) -> SpawnTask { in new() argument