Skip to main content
Module

x/apiland/process.ts

The API server for deno.land
Go to Latest
import * as apiland from "https://deno.land/x/apiland@1.3.0/process.ts";

Contains the "process" sub-system of the API server which maintains an in memory queue of long running tasks and orchestrates the execution of the tasks.

Functions

Enqueue a long running task and schedule draining of the queue.