0.2.6 #49
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user