© 2026 Hedgehog Software, LLC
const runFork = yield* _(FiberSet.makeRuntime<TodoRepository>())
const runtime = yield* _(Effect.runtime<TodoRepository>()) const runFork = Runtime.runFork(runtime)