Merge branch 'refactor/effectify-snapshot' into refactor/effectify-truncate

This commit is contained in:
Kit Langton
2026-03-17 14:54:05 -04:00
committed by GitHub
2 changed files with 43 additions and 33 deletions
+4
View File
@@ -15,3 +15,7 @@ export const runtime = ManagedRuntime.make(
export function runPromiseInstance<A, E>(effect: Effect.Effect<A, E, InstanceServices>) {
return runtime.runPromise(effect.pipe(Effect.provide(Instances.get(Instance.directory))))
}
export function disposeRuntime() {
return runtime.dispose()
}