Expand description

This module helps deno implement timers and performance APIs.

Structs

Traits

Functions

Waits asynchronously until either millis milliseconds have passed or the TimerHandle resource given by rid has been canceled.

Creates a TimerHandle resource that can be used to cancel invocations of op_sleep.

Type Definitions