Searched defs:hyper_task (Results 1 – 1 of 1) sorted by relevance
58 pub struct hyper_task { struct65 task: Option<Box<hyper_task>>, argument114 fn spawn(&self, task: Box<hyper_task>) { in spawn()121 fn poll_next(&self) -> Option<Box<hyper_task>> { in poll_next()233 impl hyper_task { implementation