Searched defs:TaskHandle (Results 1 – 2 of 2) sorted by relevance
22 pub struct TaskHandle<R> { struct26 impl<R> From<JoinHandle<R>> for TaskHandle<R> { argument35 impl<R> TaskHandle<R> { implementation
60 typedef LoopBase *TaskHandle; typedef