© 2026 Hedgehog Software, LLC
ManagedRuntime
const runtime = ManagedRuntime.make(Layer.empty) runtime.runFork(E.gen(function*() { const context = yield* E.context<never>() ... })