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