Expand description
This module helps deno implement timers and performance APIs.
Structs§
Traits§
Functions§
- init
- op_now
- op_
sleep - Waits asynchronously until either
millis
milliseconds have passed or theTimerHandle
resource given byrid
has been canceled. - op_
sleep_ sync - op_
timer_ handle - Creates a
TimerHandle
resource that can be used to cancel invocations ofop_sleep
.