class WorkerRunner
extends BaseRunner
import { WorkerRunner } from "https://deno.land/x/pup@1.0.0-rc.8/lib/core/worker.ts";
Constructors
new
WorkerRunner(pup: Pup, processConfig: ProcessConfiguration)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.