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