import { WorkerRunner } from "https://deno.land/x/pup@1.0.0-rc.7/lib/core/worker.ts";
Properties
private
optional
worker: WorkerMethods
private
pipeToLogger(category: string, message: string)Runs the worker with the provided configuration.
kill(_signal?: Deno.Signal)
Aborts the running process.
run(runningCallback: RunnerCallback): Promise<RunnerResult>
Runs the worker with the provided configuration.