Skip to main content
The effect-orpc/node entrypoint installs a Node AsyncLocalStorage bridge for the current Effect context.
side-effect-import.ts

withFiberContext

import.ts
withFiberContext(fn) captures the current Effect context and runs an async callback inside the Node bridge.
with-fiber-context.ts

When to import

See also

Last modified on June 15, 2026