Module ora_timer::timer

source ·
Expand description

A timer implementation that supports both blocking and async execution.

Structs

  • A timer that runs in a loop and expires tasks.
  • A handle to a timer that can be used to stop the timer on demand or schedule tasks.