Package: @effect/platform-node
Module: NodeWorkerRunner
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>
Since v4.0.0