Searched defs:AsyncTube (Results 1 – 3 of 3) sorted by relevance
66 pub fn into_async_tube(self, ex: &Executor) -> Result<AsyncTube> { in into_async_tube()141 pub struct AsyncTube { struct145 impl AsyncTube { impl152 impl Deref for AsyncTube { implementation160 impl Into<Tube> for AsyncTube { implementation
248 command_tube: &AsyncTube, in handle_command_tube()
382 command_tube: &Option<AsyncTube>, in handle_command_tube()482 control_tube: &Option<AsyncTube>, in run_worker()