0.2.6 #49

Merged
Thilawyn merged 48 commits from next into master 2026-05-04 02:10:53 +02:00
Showing only changes of commit 01aa5c6eab - Show all commits

View File

@@ -60,7 +60,7 @@ export class SynchronizedFormImpl<
super() super()
} }
get run(): Effect.Effect<void, ParseResult.ParseError | TER | TEW> { get run(): Effect.Effect<void, ParseResult.ParseError | TER> {
return this.runSemaphore.withPermits(1)(Effect.provide( return this.runSemaphore.withPermits(1)(Effect.provide(
Effect.all([ Effect.all([
Stream.runForEach( Stream.runForEach(