@@ -60,7 +60,7 @@ export class SynchronizedFormImpl<
|
||||
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(
|
||||
Effect.all([
|
||||
Stream.runForEach(
|
||||
|
||||
Reference in New Issue
Block a user