class WorkerRunner
extends BaseRunner
import { WorkerRunner } from "https://deno.land/x/pup@1.0.0-beta.23/lib/core/worker.ts";
Constructors
new
WorkerRunner(pup: Pup, processConfig: ProcessConfiguration)Properties
private
optional
worker: WorkerMethods
private
pipeToLogger(category: string, message: string)run(runningCallback: RunnerCallback): Promise<RunnerResult>