Searched defs:TaskFuture (Results 1 – 1 of 1) sorted by relevance
64 struct TaskFuture { struct65 task: Option<Box<hyper_task>>,254 impl Future for TaskFuture { implementation