Searched defs:TaskHandle (Results 1 – 5 of 5) sorted by relevance
22 pub struct TaskHandle<R> { struct26 impl<R> From<JoinHandle<R>> for TaskHandle<R> { implementation35 impl<R> TaskHandle<R> { impl
97 pub(crate) fn task_handle(&self) -> TaskHandle { in task_handle()110 pub struct TaskHandle { struct118 impl TaskHandle { argument
131 ) -> Box<TaskHandle> { in ffi_preload()166 type TaskHandle; typedef177 ) -> Box<TaskHandle>; in ffi_preload()188 fn cancel(self: &mut TaskHandle); in cancel()
101 ) -> TaskHandle { in preload()
60 typedef LoopBase *TaskHandle; typedef