Searched refs:SpawnHandle (Results 1 – 1 of 1) sorted by relevance
26 type SpawnHandle = Pin<Box<dyn Future<Output = ()> + Send + 'static>>; typedef86 handle: UnsafeCell<Option<SpawnHandle>>,98 fn new(s: SpawnHandle, kicker: Kicker, queue: Arc<WorkQueue>) -> SpawnTask { in new() argument