Searched defs:EpollReactor (Results 1 – 3 of 3) sorted by relevance
119 pub(crate) fn new(raw: &Arc<RawExecutor<EpollReactor>>, f: F) -> Result<Self> { in new()208 pub struct EpollReactor { struct217 impl EpollReactor { argument294 impl Reactor for EpollReactor { implementation384 fn wrap_task_handle<R>(task: RawTaskHandle<EpollReactor, R>) -> TaskHandle<R> { in wrap_task_handle()389 impl AsRawDescriptors for EpollReactor { implementation414 async fn do_test(ex: &Arc<RawExecutor<EpollReactor>>) { in test_it()
44 ex: &Arc<RawExecutor<EpollReactor>>, in new_poll()97 async fn this_test(ex: &Arc<RawExecutor<EpollReactor>>) { in one_shot_fd()
46 ex: &Arc<RawExecutor<EpollReactor>>, in new_poll()