Skip to content

std-async

small async helpers over Promise.

Functions

sleep

function sleep(ms: number): Promise<void>

delayValue

async function delayValue<T>(value: T, ms: number): Promise<T>
Documentation