Searched defs:TimerAsync (Results 1 – 4 of 4) sorted by relevance
17 pub struct TimerAsync { struct21 impl TimerAsync { impl22 pub fn new(timer: Timer, ex: &Executor) -> AsyncResult<TimerAsync> { in new()
130 TimerAsync(AsyncError), enumerator
16 impl TimerAsync { impl17 pub(crate) fn new_poll(timer: Timer, ex: &FdExecutor) -> AsyncResult<TimerAsync> { in new_poll()21 pub(crate) fn new_uring(timer: Timer, ex: &URingExecutor) -> AsyncResult<TimerAsync> { in new_uring()
239 flush_timer: Rc<RefCell<TimerAsync>>, in process_one_request()287 flush_timer: Rc<RefCell<TimerAsync>>, in process_one_chain()316 flush_timer: Rc<RefCell<TimerAsync>>, in handle_queue()464 timer: TimerAsync, in flush_disk()688 flush_timer: Rc<RefCell<TimerAsync>>, in execute_request()