import { timeoutAction } from "https://deno.land/x/rimbu@1.1.0/channel/custom/index.ts";
Performs the given action
function after the given timeoutMs
milliseconds, unless
the returns cancel function is called before the timer expires.
import { timeoutAction } from "https://deno.land/x/rimbu@1.1.0/channel/custom/index.ts";
Performs the given action
function after the given timeoutMs
milliseconds, unless
the returns cancel function is called before the timer expires.