Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/easyts/time/time.ts>after

js library written with ts, use select and chan like golang in js.
Latest
function after
import { after } from "https://deno.land/x/easyts@0.1.3/time/time.ts";

waits for the duration to elapse and then sends the current time on the returned channel.

Parameters

ms: number