0.1.1 #3

Merged
Thilawyn merged 24 commits from next into master 2025-01-22 03:42:22 +01:00
Showing only changes of commit 630c7d7b6c - Show all commits

View File

@@ -267,7 +267,7 @@ export class Reffuse<R> {
return () => { return () => {
Fiber.interrupt(fiber).pipe( Fiber.interrupt(fiber).pipe(
Effect.flatMap(() => Scope.close(scope, Exit.void)), Effect.andThen(Scope.close(scope, Exit.void)),
runFork, runFork,
) )
} }