import { type RunOptions } from "https://deno.land/x/ayonli_jsext@v0.9.72/run.ts";
Options for the run function.
Properties
Instead of dropping the worker after the task has completed, keep it alive so that it can be reused by other tasks.
x/ayonli_jsext/run.ts>RunOptions
import { type RunOptions } from "https://deno.land/x/ayonli_jsext@v0.9.72/run.ts";
Options for the run function.
Instead of dropping the worker after the task has completed, keep it alive so that it can be reused by other tasks.