Searched defs:SpawnHandle (Results 1 – 3 of 3) sorted by relevance
27 type SpawnHandle = Pin<Box<dyn Future<Output = ()> + Send + 'static>>; typedef99 fn new(s: SpawnHandle, kicker: Kicker, queue: Arc<WorkQueue>) -> SpawnTask { in new()
109 SpawnHandle::SpawnHandle(TaskRunner* task_runner, in SpawnHandle() function in perfetto::base::SpawnHandle
54 void Drop(base::SpawnHandle) {} in Drop()