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

x/caviar/web/src/events/DelayedCall.ts>DelayedCall

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Latest
variable DelayedCall
import { DelayedCall } from "https://deno.land/x/caviar@2.6.9/web/src/events/DelayedCall.ts";

type

(
clock: Clock,
delay: number,
callback: () => void,
) => void