Home
last modified time | relevance | path

Searched defs:Tick (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dschedule_io.rs74 pub(crate) enum Tick { enum
193 tick: Tick, in set_readiness()
229 pub(crate) fn handle_tick(tick: &Tick, new_bit: &mut Bit, current_bit: &Bit) -> io::Result<()> { in handle_tick()