Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/solid/src/reactive/scheduler.ts>Task

A declarative, efficient, and flexible JavaScript library for building user interfaces.
Go to Latest
interface Task
import { type Task } from "https://deno.land/x/solid@v1.6.12/src/reactive/scheduler.ts";

Properties

id: number
fn: ((didTimeout: boolean) => void) | null
startTime: number
expirationTime: number