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 042f3a8587 - Show all commits

View File

@@ -147,7 +147,7 @@ export class SynchronizedFormImpl<
) )
} }
get run(): Effect.Effect<void, TER> { get run(): Effect.Effect<void, TER, never> {
return this.runSemaphore.withPermits(1)(Effect.provide( return this.runSemaphore.withPermits(1)(Effect.provide(
Stream.runForEach( Stream.runForEach(
Stream.drop(this.target.changes, 1), Stream.drop(this.target.changes, 1),