effect-io-ai

Package: @effect/platform-bun
Module: BunWorkerRunner

BunWorkerRunner.layer

Provides the WorkerRunnerPlatform for code running inside a Bun worker, routing parent messages to the registered handler and sending responses back through the worker port.

Signature

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

Source

Since v4.0.0