Crate deno_timers

Source
Expand description

This module helps deno implement timers and performance APIs.

Structs§

TimerHandle

Traits§

TimersPermission

Functions§

init
op_now
op_sleep
Waits asynchronously until either millis milliseconds have passed or the TimerHandle resource given by rid has been canceled.
op_sleep_sync
op_timer_handle
Creates a TimerHandle resource that can be used to cancel invocations of op_sleep.

Type Aliases§

StartTime