effect-io-ai

Package: @effect/platform-node
Module: NodeWorkerRunner

NodeWorkerRunner.layer

Provides the WorkerRunnerPlatform for code running inside a Node worker thread or child process, routing parent messages to the registered handler and sending responses back through the parent channel.

Signature

declare const layer: Layer.Layer<WorkerRunner.WorkerRunnerPlatform, never, never>

Source

Since v4.0.0