@fncts/io 0.0.20 → 0.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cached/api.d.ts +2 -2
- package/Channel/ChildExecutorDecision/api.d.ts +2 -2
- package/Channel/UpstreamPullRequest/api.d.ts +2 -2
- package/Channel/api/interruptWhen.d.ts +5 -5
- package/Channel/api/mapOutIOC.d.ts +3 -3
- package/Channel/api/mergeAll.d.ts +2 -2
- package/Channel/api/mergeAllUnboundedWith.d.ts +2 -2
- package/Channel/api/mergeAllWith.d.ts +2 -2
- package/Channel/api/mergeMap.d.ts +2 -2
- package/Channel/api/mergeWith.d.ts +2 -2
- package/Channel/api/zipC.d.ts +6 -6
- package/Channel/api.d.ts +64 -64
- package/Channel/core-api.d.ts +11 -11
- package/Channel/definition.d.ts +35 -21
- package/Fiber/api/evalOn.d.ts +3 -3
- package/Fiber/api/evalOnIO.d.ts +3 -3
- package/Fiber/api/interruptAs.d.ts +3 -3
- package/Fiber/api/interruptAsFork.d.ts +3 -3
- package/Fiber/api/mapFiber.d.ts +2 -2
- package/Fiber/api/mapIO.d.ts +5 -5
- package/Fiber/api/zipWith.d.ts +2 -2
- package/Fiber.d.ts +1 -0
- package/FiberRef/api/locallyScoped.d.ts +2 -2
- package/FiberRef/api/locallyScopedWith.d.ts +2 -2
- package/FiberRef/api.d.ts +18 -18
- package/FiberRefs/api.d.ts +2 -2
- package/FiberRefs/join.d.ts +3 -3
- package/Future/api.d.ts +21 -21
- package/Hub/constructors.d.ts +49 -0
- package/Hub/definition.d.ts +37 -81
- package/Hub/internal.d.ts +4 -11
- package/Hub.d.ts +1 -1
- package/IO/api/acquireRelease.d.ts +1 -1
- package/IO/api/acquireReleaseExit.d.ts +1 -1
- package/IO/api/bracket.d.ts +1 -1
- package/IO/api/bracketExit.d.ts +1 -1
- package/IO/api/concurrency.d.ts +2 -2
- package/IO/api/core-scope.d.ts +5 -5
- package/IO/api/ensuringChildren.d.ts +3 -3
- package/IO/api/environment.d.ts +11 -15
- package/IO/api/foreachC.d.ts +2 -2
- package/IO/api/foreachExec.d.ts +1 -1
- package/IO/api/forkIn.d.ts +3 -3
- package/IO/api/fulfill.d.ts +3 -3
- package/IO/api/interrupt.d.ts +6 -6
- package/IO/api/onExit.d.ts +3 -3
- package/IO/api/onTermination.d.ts +4 -4
- package/IO/api/provideLayer.d.ts +3 -3
- package/IO/api/provideSomeLayer.d.ts +3 -7
- package/IO/api/race.d.ts +2 -2
- package/IO/api/raceFirst.d.ts +2 -2
- package/IO/api/repeat.d.ts +3 -3
- package/IO/api/retry.d.ts +7 -7
- package/IO/api/schedule.d.ts +5 -5
- package/IO/api/scoped.d.ts +2 -2
- package/IO/api/supervised.d.ts +3 -3
- package/IO/api/timeout.d.ts +5 -5
- package/IO/api/withFinalizer.d.ts +3 -3
- package/IO/api/withFinalizerExit.d.ts +3 -3
- package/IO/api/withRuntimeConfig.d.ts +3 -3
- package/IO/api/zipC.d.ts +4 -4
- package/IO/api.d.ts +179 -176
- package/IO/definition.d.ts +15 -9
- package/Layer/MemoMap.d.ts +4 -4
- package/Layer/api.d.ts +28 -28
- package/LogLevel.d.ts +12 -12
- package/LogSpan.d.ts +2 -2
- package/Logger/api.d.ts +5 -5
- package/Queue/constructors.d.ts +2 -1
- package/Queue/definition.d.ts +91 -82
- package/Queue/internal.d.ts +7 -9
- package/Queue.d.ts +0 -2
- package/Ref/Atomic.d.ts +15 -2
- package/Ref/Synchronized.d.ts +72 -0
- package/Ref/constructors.d.ts +7 -0
- package/Ref/definition.d.ts +60 -58
- package/Ref.d.ts +1 -6
- package/STM/api/core-api.d.ts +10 -10
- package/STM/api.d.ts +61 -61
- package/STM/internal/Journal.d.ts +4 -4
- package/Schedule/Decision.d.ts +2 -2
- package/Schedule/api.d.ts +94 -94
- package/Scope/ReleaseMap/api/releaseAll.d.ts +2 -2
- package/Scope/ReleaseMap/api.d.ts +10 -10
- package/Scope/api.d.ts +8 -8
- package/Sink/api.d.ts +68 -68
- package/State/api.d.ts +4 -4
- package/State/internal.d.ts +1 -1
- package/Stream/api/zipAllWith.d.ts +2 -2
- package/Stream/api/zipWith.d.ts +2 -2
- package/Stream/api/zipWithChunks.d.ts +2 -2
- package/Stream/api.d.ts +216 -205
- package/Stream/internal/DebounceState.d.ts +3 -3
- package/Stream/internal/Handoff.d.ts +5 -5
- package/Stream/internal/Pull.d.ts +2 -2
- package/Stream/internal/SinkEndReason.d.ts +3 -3
- package/Stream/internal/Take.d.ts +8 -8
- package/SubscriptionRef.d.ts +29 -0
- package/Supervisor/api.d.ts +4 -4
- package/SupervisorPatch.d.ts +4 -4
- package/TFuture/api.d.ts +7 -7
- package/TReentrantLock/api.d.ts +4 -4
- package/TRef/api.d.ts +24 -24
- package/TSemaphore/api.d.ts +4 -4
- package/TSemaphore/constructors.d.ts +6 -0
- package/_cjs/Cached/api.cjs +9 -9
- package/_cjs/Cached/api.cjs.map +1 -1
- package/_cjs/Channel/ChildExecutorDecision/api.cjs +19 -17
- package/_cjs/Channel/ChildExecutorDecision/api.cjs.map +1 -1
- package/_cjs/Channel/UpstreamPullRequest/api.cjs +16 -14
- package/_cjs/Channel/UpstreamPullRequest/api.cjs.map +1 -1
- package/_cjs/Channel/api/interruptWhen.cjs +14 -10
- package/_cjs/Channel/api/interruptWhen.cjs.map +1 -1
- package/_cjs/Channel/api/mapOutIOC.cjs +25 -25
- package/_cjs/Channel/api/mapOutIOC.cjs.map +1 -1
- package/_cjs/Channel/api/mergeAll.cjs +6 -4
- package/_cjs/Channel/api/mergeAll.cjs.map +1 -1
- package/_cjs/Channel/api/mergeAllUnboundedWith.cjs +6 -4
- package/_cjs/Channel/api/mergeAllUnboundedWith.cjs.map +1 -1
- package/_cjs/Channel/api/mergeAllWith.cjs +48 -52
- package/_cjs/Channel/api/mergeAllWith.cjs.map +1 -1
- package/_cjs/Channel/api/mergeMap.cjs +6 -4
- package/_cjs/Channel/api/mergeMap.cjs.map +1 -1
- package/_cjs/Channel/api/mergeWith.cjs +48 -46
- package/_cjs/Channel/api/mergeWith.cjs.map +1 -1
- package/_cjs/Channel/api/run.cjs +1 -1
- package/_cjs/Channel/api/run.cjs.map +1 -1
- package/_cjs/Channel/api/runScoped.cjs +2 -2
- package/_cjs/Channel/api/runScoped.cjs.map +1 -1
- package/_cjs/Channel/api/toPull.cjs +3 -3
- package/_cjs/Channel/api/toPull.cjs.map +1 -1
- package/_cjs/Channel/api/zipC.cjs +20 -14
- package/_cjs/Channel/api/zipC.cjs.map +1 -1
- package/_cjs/Channel/api.cjs +264 -218
- package/_cjs/Channel/api.cjs.map +1 -1
- package/_cjs/Channel/core-api.cjs +34 -24
- package/_cjs/Channel/core-api.cjs.map +1 -1
- package/_cjs/Channel/definition.cjs +1 -1
- package/_cjs/Channel/definition.cjs.map +1 -1
- package/_cjs/Channel/internal/ChannelExecutor.cjs +83 -83
- package/_cjs/Channel/internal/ChannelExecutor.cjs.map +1 -1
- package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs +22 -24
- package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs.map +1 -1
- package/_cjs/Differ/api.cjs +5 -5
- package/_cjs/Differ/api.cjs.map +1 -1
- package/_cjs/Fiber/FiberContext.cjs +48 -48
- package/_cjs/Fiber/FiberContext.cjs.map +1 -1
- package/_cjs/Fiber/api/awaitAll.cjs +1 -1
- package/_cjs/Fiber/api/awaitAll.cjs.map +1 -1
- package/_cjs/Fiber/api/collectAll.cjs +1 -1
- package/_cjs/Fiber/api/collectAll.cjs.map +1 -1
- package/_cjs/Fiber/api/evalOn.cjs +12 -10
- package/_cjs/Fiber/api/evalOn.cjs.map +1 -1
- package/_cjs/Fiber/api/evalOnIO.cjs +6 -4
- package/_cjs/Fiber/api/evalOnIO.cjs.map +1 -1
- package/_cjs/Fiber/api/fromIO.cjs +1 -1
- package/_cjs/Fiber/api/fromIO.cjs.map +1 -1
- package/_cjs/Fiber/api/interrupt.cjs +1 -1
- package/_cjs/Fiber/api/interrupt.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAll.cjs +2 -2
- package/_cjs/Fiber/api/interruptAll.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAs.cjs +6 -4
- package/_cjs/Fiber/api/interruptAs.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAsFork.cjs +6 -4
- package/_cjs/Fiber/api/interruptAsFork.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptFork.cjs +1 -1
- package/_cjs/Fiber/api/interruptFork.cjs.map +1 -1
- package/_cjs/Fiber/api/join.cjs +1 -1
- package/_cjs/Fiber/api/join.cjs.map +1 -1
- package/_cjs/Fiber/api/joinAll.cjs +1 -1
- package/_cjs/Fiber/api/joinAll.cjs.map +1 -1
- package/_cjs/Fiber/api/mapFiber.cjs +6 -4
- package/_cjs/Fiber/api/mapFiber.cjs.map +1 -1
- package/_cjs/Fiber/api/mapIO.cjs +14 -10
- package/_cjs/Fiber/api/mapIO.cjs.map +1 -1
- package/_cjs/Fiber/api/zipWith.cjs +6 -4
- package/_cjs/Fiber/api/zipWith.cjs.map +1 -1
- package/_cjs/Fiber/definition.cjs.map +1 -1
- package/_cjs/Fiber.cjs +13 -0
- package/_cjs/Fiber.cjs.map +1 -1
- package/_cjs/FiberRef/api/locallyScoped.cjs +6 -4
- package/_cjs/FiberRef/api/locallyScoped.cjs.map +1 -1
- package/_cjs/FiberRef/api/locallyScopedWith.cjs +5 -3
- package/_cjs/FiberRef/api/locallyScopedWith.cjs.map +1 -1
- package/_cjs/FiberRef/api.cjs +64 -47
- package/_cjs/FiberRef/api.cjs.map +1 -1
- package/_cjs/FiberRef/constructors.cjs +1 -1
- package/_cjs/FiberRef/constructors.cjs.map +1 -1
- package/_cjs/FiberRef.cjs.map +1 -1
- package/_cjs/FiberRefs/api.cjs +15 -13
- package/_cjs/FiberRefs/api.cjs.map +1 -1
- package/_cjs/FiberRefs/join.cjs +37 -35
- package/_cjs/FiberRefs/join.cjs.map +1 -1
- package/_cjs/FiberState/definition.cjs.map +1 -1
- package/_cjs/Future/api.cjs +97 -79
- package/_cjs/Future/api.cjs.map +1 -1
- package/_cjs/Future/constructors.cjs +1 -1
- package/_cjs/Future/constructors.cjs.map +1 -1
- package/_cjs/Hub/constructors.cjs +93 -0
- package/_cjs/Hub/constructors.cjs.map +1 -0
- package/_cjs/Hub/definition.cjs +104 -13
- package/_cjs/Hub/definition.cjs.map +1 -1
- package/_cjs/Hub/internal.cjs +104 -129
- package/_cjs/Hub/internal.cjs.map +1 -1
- package/_cjs/Hub.cjs +4 -4
- package/_cjs/IO/api/acquireReleaseExit.cjs +1 -1
- package/_cjs/IO/api/acquireReleaseExit.cjs.map +1 -1
- package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs +1 -1
- package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs.map +1 -1
- package/_cjs/IO/api/addFinalizerExit.cjs +1 -1
- package/_cjs/IO/api/addFinalizerExit.cjs.map +1 -1
- package/_cjs/IO/api/asyncIO.cjs +4 -4
- package/_cjs/IO/api/asyncIO.cjs.map +1 -1
- package/_cjs/IO/api/bracket.cjs +3 -3
- package/_cjs/IO/api/bracket.cjs.map +1 -1
- package/_cjs/IO/api/bracketExit.cjs +3 -3
- package/_cjs/IO/api/bracketExit.cjs.map +1 -1
- package/_cjs/IO/api/clockWith.cjs +2 -2
- package/_cjs/IO/api/clockWith.cjs.map +1 -1
- package/_cjs/IO/api/concurrency.cjs +9 -7
- package/_cjs/IO/api/concurrency.cjs.map +1 -1
- package/_cjs/IO/api/concurrentFinalizers.cjs +1 -1
- package/_cjs/IO/api/concurrentFinalizers.cjs.map +1 -1
- package/_cjs/IO/api/consoleWith.cjs +2 -2
- package/_cjs/IO/api/consoleWith.cjs.map +1 -1
- package/_cjs/IO/api/core-scope.cjs +45 -41
- package/_cjs/IO/api/core-scope.cjs.map +1 -1
- package/_cjs/IO/api/ensuringChildren.cjs +5 -3
- package/_cjs/IO/api/ensuringChildren.cjs.map +1 -1
- package/_cjs/IO/api/environment.cjs +35 -35
- package/_cjs/IO/api/environment.cjs.map +1 -1
- package/_cjs/IO/api/foreachC.cjs +19 -23
- package/_cjs/IO/api/foreachC.cjs.map +1 -1
- package/_cjs/IO/api/foreachExec.cjs +3 -3
- package/_cjs/IO/api/foreachExec.cjs.map +1 -1
- package/_cjs/IO/api/forkAll.cjs +1 -1
- package/_cjs/IO/api/forkAll.cjs.map +1 -1
- package/_cjs/IO/api/forkIn.cjs +8 -6
- package/_cjs/IO/api/forkIn.cjs.map +1 -1
- package/_cjs/IO/api/forkScoped.cjs +1 -1
- package/_cjs/IO/api/forkScoped.cjs.map +1 -1
- package/_cjs/IO/api/fulfill.cjs +8 -6
- package/_cjs/IO/api/fulfill.cjs.map +1 -1
- package/_cjs/IO/api/interrupt.cjs +36 -30
- package/_cjs/IO/api/interrupt.cjs.map +1 -1
- package/_cjs/IO/api/memoize.cjs +1 -1
- package/_cjs/IO/api/memoize.cjs.map +1 -1
- package/_cjs/IO/api/onExit.cjs +6 -4
- package/_cjs/IO/api/onExit.cjs.map +1 -1
- package/_cjs/IO/api/onTermination.cjs +5 -3
- package/_cjs/IO/api/onTermination.cjs.map +1 -1
- package/_cjs/IO/api/once.cjs +3 -5
- package/_cjs/IO/api/once.cjs.map +1 -1
- package/_cjs/IO/api/provideLayer.cjs +6 -4
- package/_cjs/IO/api/provideLayer.cjs.map +1 -1
- package/_cjs/IO/api/provideSomeLayer.cjs +5 -15
- package/_cjs/IO/api/provideSomeLayer.cjs.map +1 -1
- package/_cjs/IO/api/race.cjs +6 -4
- package/_cjs/IO/api/race.cjs.map +1 -1
- package/_cjs/IO/api/raceFirst.cjs +6 -4
- package/_cjs/IO/api/raceFirst.cjs.map +1 -1
- package/_cjs/IO/api/randomWith.cjs +1 -1
- package/_cjs/IO/api/randomWith.cjs.map +1 -1
- package/_cjs/IO/api/repeat.cjs +12 -12
- package/_cjs/IO/api/repeat.cjs.map +1 -1
- package/_cjs/IO/api/retry.cjs +14 -14
- package/_cjs/IO/api/retry.cjs.map +1 -1
- package/_cjs/IO/api/schedule.cjs +15 -11
- package/_cjs/IO/api/schedule.cjs.map +1 -1
- package/_cjs/IO/api/scoped.cjs +6 -6
- package/_cjs/IO/api/scoped.cjs.map +1 -1
- package/_cjs/IO/api/sequenceT.cjs +1 -1
- package/_cjs/IO/api/sequenceT.cjs.map +1 -1
- package/_cjs/IO/api/stateful.cjs.map +1 -1
- package/_cjs/IO/api/supervised.cjs +6 -4
- package/_cjs/IO/api/supervised.cjs.map +1 -1
- package/_cjs/IO/api/timeout.cjs +10 -6
- package/_cjs/IO/api/timeout.cjs.map +1 -1
- package/_cjs/IO/api/withChildren.cjs +1 -1
- package/_cjs/IO/api/withChildren.cjs.map +1 -1
- package/_cjs/IO/api/withEarlyRelease.cjs +1 -1
- package/_cjs/IO/api/withEarlyRelease.cjs.map +1 -1
- package/_cjs/IO/api/withFinalizer.cjs +6 -4
- package/_cjs/IO/api/withFinalizer.cjs.map +1 -1
- package/_cjs/IO/api/withFinalizerExit.cjs +6 -4
- package/_cjs/IO/api/withFinalizerExit.cjs.map +1 -1
- package/_cjs/IO/api/withRuntimeConfig.cjs +6 -4
- package/_cjs/IO/api/withRuntimeConfig.cjs.map +1 -1
- package/_cjs/IO/api/zipC.cjs +21 -17
- package/_cjs/IO/api/zipC.cjs.map +1 -1
- package/_cjs/IO/api.cjs +634 -509
- package/_cjs/IO/api.cjs.map +1 -1
- package/_cjs/IO/definition.cjs.map +1 -1
- package/_cjs/IO/runtime.cjs +7 -7
- package/_cjs/IO/runtime.cjs.map +1 -1
- package/_cjs/IO.cjs.map +1 -1
- package/_cjs/IOEnv/definition.cjs +1 -1
- package/_cjs/IOEnv/definition.cjs.map +1 -1
- package/_cjs/IOEnv/live.cjs +1 -1
- package/_cjs/IOEnv/live.cjs.map +1 -1
- package/_cjs/Layer/MemoMap.cjs +86 -92
- package/_cjs/Layer/MemoMap.cjs.map +1 -1
- package/_cjs/Layer/api.cjs +110 -81
- package/_cjs/Layer/api.cjs.map +1 -1
- package/_cjs/Layer/definition.cjs.map +1 -1
- package/_cjs/LogLevel.cjs +24 -16
- package/_cjs/LogLevel.cjs.map +1 -1
- package/_cjs/LogSpan.cjs +18 -16
- package/_cjs/LogSpan.cjs.map +1 -1
- package/_cjs/Logger/api.cjs +18 -14
- package/_cjs/Logger/api.cjs.map +1 -1
- package/_cjs/Logger/constructors.cjs +1 -1
- package/_cjs/Logger/constructors.cjs.map +1 -1
- package/_cjs/Queue/constructors.cjs +19 -5
- package/_cjs/Queue/constructors.cjs.map +1 -1
- package/_cjs/Queue/definition.cjs +191 -16
- package/_cjs/Queue/definition.cjs.map +1 -1
- package/_cjs/Queue/internal.cjs +27 -181
- package/_cjs/Queue/internal.cjs.map +1 -1
- package/_cjs/Queue/strategy.cjs +19 -19
- package/_cjs/Queue/strategy.cjs.map +1 -1
- package/_cjs/Queue.cjs +0 -26
- package/_cjs/Queue.cjs.map +1 -1
- package/_cjs/Random/live.cjs +2 -2
- package/_cjs/Random/live.cjs.map +1 -1
- package/_cjs/Ref/Atomic.cjs +47 -24
- package/_cjs/Ref/Atomic.cjs.map +1 -1
- package/_cjs/Ref/Synchronized.cjs +140 -0
- package/_cjs/Ref/Synchronized.cjs.map +1 -0
- package/_cjs/Ref/constructors.cjs +21 -2
- package/_cjs/Ref/constructors.cjs.map +1 -1
- package/_cjs/Ref/definition.cjs +105 -10
- package/_cjs/Ref/definition.cjs.map +1 -1
- package/_cjs/Ref.cjs +4 -69
- package/_cjs/Ref.cjs.map +1 -1
- package/_cjs/Reloadable/constructors.cjs +10 -10
- package/_cjs/Reloadable/constructors.cjs.map +1 -1
- package/_cjs/RuntimeConfig.cjs +2 -2
- package/_cjs/RuntimeConfig.cjs.map +1 -1
- package/_cjs/STM/api/core-api.cjs +36 -26
- package/_cjs/STM/api/core-api.cjs.map +1 -1
- package/_cjs/STM/api.cjs +217 -163
- package/_cjs/STM/api.cjs.map +1 -1
- package/_cjs/STM/driver.cjs +3 -3
- package/_cjs/STM/driver.cjs.map +1 -1
- package/_cjs/STM/internal/Entry.cjs.map +1 -1
- package/_cjs/STM/internal/Journal.cjs +33 -29
- package/_cjs/STM/internal/Journal.cjs.map +1 -1
- package/_cjs/STM.cjs.map +1 -1
- package/_cjs/Schedule/Decision.cjs +16 -14
- package/_cjs/Schedule/Decision.cjs.map +1 -1
- package/_cjs/Schedule/api/driver.cjs +16 -20
- package/_cjs/Schedule/api/driver.cjs.map +1 -1
- package/_cjs/Schedule/api.cjs +381 -290
- package/_cjs/Schedule/api.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs +14 -14
- package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/api.cjs +68 -61
- package/_cjs/Scope/ReleaseMap/api.cjs.map +1 -1
- package/_cjs/Scope/api.cjs +34 -27
- package/_cjs/Scope/api.cjs.map +1 -1
- package/_cjs/ScopedRef/api.cjs +9 -13
- package/_cjs/ScopedRef/api.cjs.map +1 -1
- package/_cjs/ScopedRef/definition.cjs +1 -1
- package/_cjs/ScopedRef/definition.cjs.map +1 -1
- package/_cjs/Sink/api.cjs +307 -249
- package/_cjs/Sink/api.cjs.map +1 -1
- package/_cjs/State/api.cjs +18 -14
- package/_cjs/State/api.cjs.map +1 -1
- package/_cjs/Stream/api/zipAllWith.cjs +15 -13
- package/_cjs/Stream/api/zipAllWith.cjs.map +1 -1
- package/_cjs/Stream/api/zipWith.cjs +6 -4
- package/_cjs/Stream/api/zipWith.cjs.map +1 -1
- package/_cjs/Stream/api/zipWithChunks.cjs +13 -11
- package/_cjs/Stream/api/zipWithChunks.cjs.map +1 -1
- package/_cjs/Stream/api.cjs +992 -788
- package/_cjs/Stream/api.cjs.map +1 -1
- package/_cjs/Stream/definition.cjs.map +1 -1
- package/_cjs/Stream/internal/DebounceState.cjs +21 -19
- package/_cjs/Stream/internal/DebounceState.cjs.map +1 -1
- package/_cjs/Stream/internal/Handoff.cjs +35 -33
- package/_cjs/Stream/internal/Handoff.cjs.map +1 -1
- package/_cjs/Stream/internal/Pull.cjs +9 -11
- package/_cjs/Stream/internal/Pull.cjs.map +1 -1
- package/_cjs/Stream/internal/SinkEndReason.cjs +16 -14
- package/_cjs/Stream/internal/SinkEndReason.cjs.map +1 -1
- package/_cjs/Stream/internal/Take.cjs +32 -24
- package/_cjs/Stream/internal/Take.cjs.map +1 -1
- package/_cjs/Stream/internal/util.cjs +3 -3
- package/_cjs/Stream/internal/util.cjs.map +1 -1
- package/_cjs/SubscriptionRef.cjs +68 -0
- package/_cjs/SubscriptionRef.cjs.map +1 -0
- package/_cjs/Supervisor/api.cjs +24 -20
- package/_cjs/Supervisor/api.cjs.map +1 -1
- package/_cjs/Supervisor/constructors.cjs +2 -2
- package/_cjs/Supervisor/constructors.cjs.map +1 -1
- package/_cjs/Supervisor/definition.cjs +1 -1
- package/_cjs/Supervisor/definition.cjs.map +1 -1
- package/_cjs/SupervisorPatch.cjs +15 -11
- package/_cjs/SupervisorPatch.cjs.map +1 -1
- package/_cjs/TExit/definition.cjs.map +1 -1
- package/_cjs/TFuture/api.cjs +21 -15
- package/_cjs/TFuture/api.cjs.map +1 -1
- package/_cjs/TFuture/constructors.cjs +1 -1
- package/_cjs/TFuture/constructors.cjs.map +1 -1
- package/_cjs/TFuture/definition.cjs.map +1 -1
- package/_cjs/TReentrantLock/api.cjs +32 -28
- package/_cjs/TReentrantLock/api.cjs.map +1 -1
- package/_cjs/TReentrantLock/definition.cjs +4 -4
- package/_cjs/TReentrantLock/definition.cjs.map +1 -1
- package/_cjs/TRef/api.cjs +233 -209
- package/_cjs/TRef/api.cjs.map +1 -1
- package/_cjs/TRef/definition.cjs +4 -4
- package/_cjs/TRef/definition.cjs.map +1 -1
- package/_cjs/TSemaphore/api.cjs +27 -23
- package/_cjs/TSemaphore/api.cjs.map +1 -1
- package/_cjs/TSemaphore/constructors.cjs +18 -3
- package/_cjs/TSemaphore/constructors.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/dropUntilIO.cjs +21 -19
- package/_cjs/collection/immutable/Conc/dropUntilIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/dropWhileIO.cjs +21 -19
- package/_cjs/collection/immutable/Conc/dropWhileIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/filterIO.cjs +16 -14
- package/_cjs/collection/immutable/Conc/filterIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/findIO.cjs +19 -17
- package/_cjs/collection/immutable/Conc/findIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/mapIO.cjs +11 -9
- package/_cjs/collection/immutable/Conc/mapIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/takeWhileIO.cjs +31 -29
- package/_cjs/collection/immutable/Conc/takeWhileIO.cjs.map +1 -1
- package/_cjs/data/Exit/foreachIO.cjs +6 -4
- package/_cjs/data/Exit/foreachIO.cjs.map +1 -1
- package/_cjs/internal/Hub.cjs +13 -11
- package/_cjs/internal/Hub.cjs.map +1 -1
- package/_cjs/internal/IsFatal.cjs +18 -16
- package/_cjs/internal/IsFatal.cjs.map +1 -1
- package/_cjs/internal/MutableQueue.cjs +11 -9
- package/_cjs/internal/MutableQueue.cjs.map +1 -1
- package/_cjs/internal/StackTraceBuilder.cjs.map +1 -1
- package/_mjs/Cached/api.mjs +6 -6
- package/_mjs/Cached/api.mjs.map +1 -1
- package/_mjs/Channel/ChildExecutorDecision/api.mjs +18 -16
- package/_mjs/Channel/ChildExecutorDecision/api.mjs.map +1 -1
- package/_mjs/Channel/UpstreamPullRequest/api.mjs +14 -12
- package/_mjs/Channel/UpstreamPullRequest/api.mjs.map +1 -1
- package/_mjs/Channel/api/interruptWhen.mjs +11 -7
- package/_mjs/Channel/api/interruptWhen.mjs.map +1 -1
- package/_mjs/Channel/api/mapOutIOC.mjs +24 -23
- package/_mjs/Channel/api/mapOutIOC.mjs.map +1 -1
- package/_mjs/Channel/api/mergeAll.mjs +5 -3
- package/_mjs/Channel/api/mergeAll.mjs.map +1 -1
- package/_mjs/Channel/api/mergeAllUnboundedWith.mjs +5 -3
- package/_mjs/Channel/api/mergeAllUnboundedWith.mjs.map +1 -1
- package/_mjs/Channel/api/mergeAllWith.mjs +45 -46
- package/_mjs/Channel/api/mergeAllWith.mjs.map +1 -1
- package/_mjs/Channel/api/mergeMap.mjs +5 -3
- package/_mjs/Channel/api/mergeMap.mjs.map +1 -1
- package/_mjs/Channel/api/mergeWith.mjs +46 -44
- package/_mjs/Channel/api/mergeWith.mjs.map +1 -1
- package/_mjs/Channel/api/run.mjs +1 -1
- package/_mjs/Channel/api/run.mjs.map +1 -1
- package/_mjs/Channel/api/runScoped.mjs +2 -2
- package/_mjs/Channel/api/runScoped.mjs.map +1 -1
- package/_mjs/Channel/api/toPull.mjs +3 -3
- package/_mjs/Channel/api/toPull.mjs.map +1 -1
- package/_mjs/Channel/api/zipC.mjs +16 -10
- package/_mjs/Channel/api/zipC.mjs.map +1 -1
- package/_mjs/Channel/api.mjs +224 -173
- package/_mjs/Channel/api.mjs.map +1 -1
- package/_mjs/Channel/core-api.mjs +28 -18
- package/_mjs/Channel/core-api.mjs.map +1 -1
- package/_mjs/Channel/definition.mjs +1 -1
- package/_mjs/Channel/definition.mjs.map +1 -1
- package/_mjs/Channel/internal/ChannelExecutor.mjs +83 -83
- package/_mjs/Channel/internal/ChannelExecutor.mjs.map +1 -1
- package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs +22 -23
- package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs.map +1 -1
- package/_mjs/Differ/api.mjs +5 -5
- package/_mjs/Differ/api.mjs.map +1 -1
- package/_mjs/Fiber/FiberContext.mjs +48 -48
- package/_mjs/Fiber/FiberContext.mjs.map +1 -1
- package/_mjs/Fiber/api/awaitAll.mjs +1 -1
- package/_mjs/Fiber/api/awaitAll.mjs.map +1 -1
- package/_mjs/Fiber/api/collectAll.mjs +1 -1
- package/_mjs/Fiber/api/collectAll.mjs.map +1 -1
- package/_mjs/Fiber/api/evalOn.mjs +11 -9
- package/_mjs/Fiber/api/evalOn.mjs.map +1 -1
- package/_mjs/Fiber/api/evalOnIO.mjs +5 -3
- package/_mjs/Fiber/api/evalOnIO.mjs.map +1 -1
- package/_mjs/Fiber/api/fromIO.mjs +1 -1
- package/_mjs/Fiber/api/fromIO.mjs.map +1 -1
- package/_mjs/Fiber/api/interrupt.mjs +1 -1
- package/_mjs/Fiber/api/interrupt.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAll.mjs +2 -2
- package/_mjs/Fiber/api/interruptAll.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAs.mjs +6 -4
- package/_mjs/Fiber/api/interruptAs.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAsFork.mjs +6 -4
- package/_mjs/Fiber/api/interruptAsFork.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptFork.mjs +1 -1
- package/_mjs/Fiber/api/interruptFork.mjs.map +1 -1
- package/_mjs/Fiber/api/join.mjs +1 -1
- package/_mjs/Fiber/api/join.mjs.map +1 -1
- package/_mjs/Fiber/api/joinAll.mjs +1 -1
- package/_mjs/Fiber/api/joinAll.mjs.map +1 -1
- package/_mjs/Fiber/api/mapFiber.mjs +5 -3
- package/_mjs/Fiber/api/mapFiber.mjs.map +1 -1
- package/_mjs/Fiber/api/mapIO.mjs +11 -7
- package/_mjs/Fiber/api/mapIO.mjs.map +1 -1
- package/_mjs/Fiber/api/zipWith.mjs +5 -3
- package/_mjs/Fiber/api/zipWith.mjs.map +1 -1
- package/_mjs/Fiber/definition.mjs.map +1 -1
- package/_mjs/Fiber.mjs +1 -0
- package/_mjs/Fiber.mjs.map +1 -1
- package/_mjs/FiberRef/api/locallyScoped.mjs +5 -3
- package/_mjs/FiberRef/api/locallyScoped.mjs.map +1 -1
- package/_mjs/FiberRef/api/locallyScopedWith.mjs +5 -3
- package/_mjs/FiberRef/api/locallyScopedWith.mjs.map +1 -1
- package/_mjs/FiberRef/api.mjs +52 -36
- package/_mjs/FiberRef/api.mjs.map +1 -1
- package/_mjs/FiberRef/constructors.mjs +1 -1
- package/_mjs/FiberRef/constructors.mjs.map +1 -1
- package/_mjs/FiberRef.mjs.map +1 -1
- package/_mjs/FiberRefs/api.mjs +14 -12
- package/_mjs/FiberRefs/api.mjs.map +1 -1
- package/_mjs/FiberRefs/join.mjs +35 -33
- package/_mjs/FiberRefs/join.mjs.map +1 -1
- package/_mjs/FiberState/definition.mjs.map +1 -1
- package/_mjs/Future/api.mjs +84 -66
- package/_mjs/Future/api.mjs.map +1 -1
- package/_mjs/Future/constructors.mjs +1 -1
- package/_mjs/Future/constructors.mjs.map +1 -1
- package/_mjs/Hub/constructors.mjs +66 -0
- package/_mjs/Hub/constructors.mjs.map +1 -0
- package/_mjs/Hub/definition.mjs +88 -9
- package/_mjs/Hub/definition.mjs.map +1 -1
- package/_mjs/Hub/internal.mjs +105 -122
- package/_mjs/Hub/internal.mjs.map +1 -1
- package/_mjs/Hub.mjs +1 -1
- package/_mjs/Hub.mjs.map +1 -1
- package/_mjs/IO/api/acquireReleaseExit.mjs +1 -1
- package/_mjs/IO/api/acquireReleaseExit.mjs.map +1 -1
- package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs +1 -1
- package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs.map +1 -1
- package/_mjs/IO/api/addFinalizerExit.mjs +1 -1
- package/_mjs/IO/api/addFinalizerExit.mjs.map +1 -1
- package/_mjs/IO/api/asyncIO.mjs +4 -4
- package/_mjs/IO/api/asyncIO.mjs.map +1 -1
- package/_mjs/IO/api/bracket.mjs +2 -2
- package/_mjs/IO/api/bracket.mjs.map +1 -1
- package/_mjs/IO/api/bracketExit.mjs +2 -2
- package/_mjs/IO/api/bracketExit.mjs.map +1 -1
- package/_mjs/IO/api/clockWith.mjs +2 -2
- package/_mjs/IO/api/clockWith.mjs.map +1 -1
- package/_mjs/IO/api/concurrency.mjs +8 -6
- package/_mjs/IO/api/concurrency.mjs.map +1 -1
- package/_mjs/IO/api/concurrentFinalizers.mjs +1 -1
- package/_mjs/IO/api/concurrentFinalizers.mjs.map +1 -1
- package/_mjs/IO/api/consoleWith.mjs +2 -2
- package/_mjs/IO/api/consoleWith.mjs.map +1 -1
- package/_mjs/IO/api/core-scope.mjs +40 -36
- package/_mjs/IO/api/core-scope.mjs.map +1 -1
- package/_mjs/IO/api/ensuringChildren.mjs +5 -3
- package/_mjs/IO/api/ensuringChildren.mjs.map +1 -1
- package/_mjs/IO/api/environment.mjs +29 -27
- package/_mjs/IO/api/environment.mjs.map +1 -1
- package/_mjs/IO/api/foreachC.mjs +17 -19
- package/_mjs/IO/api/foreachC.mjs.map +1 -1
- package/_mjs/IO/api/foreachExec.mjs +2 -2
- package/_mjs/IO/api/foreachExec.mjs.map +1 -1
- package/_mjs/IO/api/forkAll.mjs +1 -1
- package/_mjs/IO/api/forkAll.mjs.map +1 -1
- package/_mjs/IO/api/forkIn.mjs +7 -5
- package/_mjs/IO/api/forkIn.mjs.map +1 -1
- package/_mjs/IO/api/forkScoped.mjs +1 -1
- package/_mjs/IO/api/forkScoped.mjs.map +1 -1
- package/_mjs/IO/api/fulfill.mjs +7 -5
- package/_mjs/IO/api/fulfill.mjs.map +1 -1
- package/_mjs/IO/api/interrupt.mjs +34 -28
- package/_mjs/IO/api/interrupt.mjs.map +1 -1
- package/_mjs/IO/api/memoize.mjs +1 -1
- package/_mjs/IO/api/memoize.mjs.map +1 -1
- package/_mjs/IO/api/onExit.mjs +5 -3
- package/_mjs/IO/api/onExit.mjs.map +1 -1
- package/_mjs/IO/api/onTermination.mjs +5 -3
- package/_mjs/IO/api/onTermination.mjs.map +1 -1
- package/_mjs/IO/api/once.mjs +3 -4
- package/_mjs/IO/api/once.mjs.map +1 -1
- package/_mjs/IO/api/provideLayer.mjs +5 -3
- package/_mjs/IO/api/provideLayer.mjs.map +1 -1
- package/_mjs/IO/api/provideSomeLayer.mjs +5 -11
- package/_mjs/IO/api/provideSomeLayer.mjs.map +1 -1
- package/_mjs/IO/api/race.mjs +5 -3
- package/_mjs/IO/api/race.mjs.map +1 -1
- package/_mjs/IO/api/raceFirst.mjs +5 -3
- package/_mjs/IO/api/raceFirst.mjs.map +1 -1
- package/_mjs/IO/api/randomWith.mjs +1 -1
- package/_mjs/IO/api/randomWith.mjs.map +1 -1
- package/_mjs/IO/api/repeat.mjs +8 -8
- package/_mjs/IO/api/repeat.mjs.map +1 -1
- package/_mjs/IO/api/retry.mjs +12 -12
- package/_mjs/IO/api/retry.mjs.map +1 -1
- package/_mjs/IO/api/schedule.mjs +15 -11
- package/_mjs/IO/api/schedule.mjs.map +1 -1
- package/_mjs/IO/api/scoped.mjs +3 -3
- package/_mjs/IO/api/scoped.mjs.map +1 -1
- package/_mjs/IO/api/sequenceT.mjs +1 -1
- package/_mjs/IO/api/sequenceT.mjs.map +1 -1
- package/_mjs/IO/api/stateful.mjs.map +1 -1
- package/_mjs/IO/api/supervised.mjs +5 -3
- package/_mjs/IO/api/supervised.mjs.map +1 -1
- package/_mjs/IO/api/timeout.mjs +10 -6
- package/_mjs/IO/api/timeout.mjs.map +1 -1
- package/_mjs/IO/api/withChildren.mjs +1 -1
- package/_mjs/IO/api/withChildren.mjs.map +1 -1
- package/_mjs/IO/api/withEarlyRelease.mjs +1 -1
- package/_mjs/IO/api/withEarlyRelease.mjs.map +1 -1
- package/_mjs/IO/api/withFinalizer.mjs +5 -3
- package/_mjs/IO/api/withFinalizer.mjs.map +1 -1
- package/_mjs/IO/api/withFinalizerExit.mjs +5 -3
- package/_mjs/IO/api/withFinalizerExit.mjs.map +1 -1
- package/_mjs/IO/api/withRuntimeConfig.mjs +5 -3
- package/_mjs/IO/api/withRuntimeConfig.mjs.map +1 -1
- package/_mjs/IO/api/zipC.mjs +18 -14
- package/_mjs/IO/api/zipC.mjs.map +1 -1
- package/_mjs/IO/api.mjs +511 -387
- package/_mjs/IO/api.mjs.map +1 -1
- package/_mjs/IO/definition.mjs.map +1 -1
- package/_mjs/IO/runtime.mjs +7 -7
- package/_mjs/IO/runtime.mjs.map +1 -1
- package/_mjs/IO.mjs.map +1 -1
- package/_mjs/IOEnv/definition.mjs +1 -1
- package/_mjs/IOEnv/definition.mjs.map +1 -1
- package/_mjs/IOEnv/live.mjs +1 -1
- package/_mjs/IOEnv/live.mjs.map +1 -1
- package/_mjs/Layer/MemoMap.mjs +86 -87
- package/_mjs/Layer/MemoMap.mjs.map +1 -1
- package/_mjs/Layer/api.mjs +91 -63
- package/_mjs/Layer/api.mjs.map +1 -1
- package/_mjs/Layer/definition.mjs.map +1 -1
- package/_mjs/LogLevel.mjs +24 -16
- package/_mjs/LogLevel.mjs.map +1 -1
- package/_mjs/LogSpan.mjs +16 -14
- package/_mjs/LogSpan.mjs.map +1 -1
- package/_mjs/Logger/api.mjs +16 -12
- package/_mjs/Logger/api.mjs.map +1 -1
- package/_mjs/Logger/constructors.mjs +1 -1
- package/_mjs/Logger/constructors.mjs.map +1 -1
- package/_mjs/Queue/constructors.mjs +16 -5
- package/_mjs/Queue/constructors.mjs.map +1 -1
- package/_mjs/Queue/definition.mjs +174 -12
- package/_mjs/Queue/definition.mjs.map +1 -1
- package/_mjs/Queue/internal.mjs +21 -170
- package/_mjs/Queue/internal.mjs.map +1 -1
- package/_mjs/Queue/strategy.mjs +20 -23
- package/_mjs/Queue/strategy.mjs.map +1 -1
- package/_mjs/Queue.mjs +1 -3
- package/_mjs/Queue.mjs.map +1 -1
- package/_mjs/Random/live.mjs +2 -2
- package/_mjs/Random/live.mjs.map +1 -1
- package/_mjs/Ref/Atomic.mjs +39 -3
- package/_mjs/Ref/Atomic.mjs.map +1 -1
- package/_mjs/Ref/Synchronized.mjs +123 -0
- package/_mjs/Ref/Synchronized.mjs.map +1 -0
- package/_mjs/Ref/constructors.mjs +15 -1
- package/_mjs/Ref/constructors.mjs.map +1 -1
- package/_mjs/Ref/definition.mjs +96 -4
- package/_mjs/Ref/definition.mjs.map +1 -1
- package/_mjs/Ref.mjs +1 -8
- package/_mjs/Ref.mjs.map +1 -1
- package/_mjs/Reloadable/constructors.mjs +10 -10
- package/_mjs/Reloadable/constructors.mjs.map +1 -1
- package/_mjs/RuntimeConfig.mjs +2 -2
- package/_mjs/RuntimeConfig.mjs.map +1 -1
- package/_mjs/STM/api/core-api.mjs +29 -19
- package/_mjs/STM/api/core-api.mjs.map +1 -1
- package/_mjs/STM/api.mjs +180 -127
- package/_mjs/STM/api.mjs.map +1 -1
- package/_mjs/STM/driver.mjs +3 -3
- package/_mjs/STM/driver.mjs.map +1 -1
- package/_mjs/STM/internal/Entry.mjs.map +1 -1
- package/_mjs/STM/internal/Journal.mjs +33 -29
- package/_mjs/STM/internal/Journal.mjs.map +1 -1
- package/_mjs/STM.mjs.map +1 -1
- package/_mjs/Schedule/Decision.mjs +14 -12
- package/_mjs/Schedule/Decision.mjs.map +1 -1
- package/_mjs/Schedule/api/driver.mjs +15 -17
- package/_mjs/Schedule/api/driver.mjs.map +1 -1
- package/_mjs/Schedule/api.mjs +326 -234
- package/_mjs/Schedule/api.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs +12 -11
- package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/api.mjs +60 -51
- package/_mjs/Scope/ReleaseMap/api.mjs.map +1 -1
- package/_mjs/Scope/api.mjs +28 -22
- package/_mjs/Scope/api.mjs.map +1 -1
- package/_mjs/ScopedRef/api.mjs +9 -11
- package/_mjs/ScopedRef/api.mjs.map +1 -1
- package/_mjs/ScopedRef/definition.mjs +1 -1
- package/_mjs/ScopedRef/definition.mjs.map +1 -1
- package/_mjs/Sink/api.mjs +301 -240
- package/_mjs/Sink/api.mjs.map +1 -1
- package/_mjs/State/api.mjs +16 -12
- package/_mjs/State/api.mjs.map +1 -1
- package/_mjs/Stream/api/zipAllWith.mjs +14 -12
- package/_mjs/Stream/api/zipAllWith.mjs.map +1 -1
- package/_mjs/Stream/api/zipWith.mjs +5 -3
- package/_mjs/Stream/api/zipWith.mjs.map +1 -1
- package/_mjs/Stream/api/zipWithChunks.mjs +12 -10
- package/_mjs/Stream/api/zipWithChunks.mjs.map +1 -1
- package/_mjs/Stream/api.mjs +856 -653
- package/_mjs/Stream/api.mjs.map +1 -1
- package/_mjs/Stream/definition.mjs.map +1 -1
- package/_mjs/Stream/internal/DebounceState.mjs +18 -16
- package/_mjs/Stream/internal/DebounceState.mjs.map +1 -1
- package/_mjs/Stream/internal/Handoff.mjs +35 -32
- package/_mjs/Stream/internal/Handoff.mjs.map +1 -1
- package/_mjs/Stream/internal/Pull.mjs +9 -10
- package/_mjs/Stream/internal/Pull.mjs.map +1 -1
- package/_mjs/Stream/internal/SinkEndReason.mjs +14 -12
- package/_mjs/Stream/internal/SinkEndReason.mjs.map +1 -1
- package/_mjs/Stream/internal/Take.mjs +28 -20
- package/_mjs/Stream/internal/Take.mjs.map +1 -1
- package/_mjs/Stream/internal/util.mjs +3 -3
- package/_mjs/Stream/internal/util.mjs.map +1 -1
- package/_mjs/SubscriptionRef.mjs +45 -0
- package/_mjs/SubscriptionRef.mjs.map +1 -0
- package/_mjs/Supervisor/api.mjs +22 -18
- package/_mjs/Supervisor/api.mjs.map +1 -1
- package/_mjs/Supervisor/constructors.mjs +2 -2
- package/_mjs/Supervisor/constructors.mjs.map +1 -1
- package/_mjs/Supervisor/definition.mjs +1 -1
- package/_mjs/Supervisor/definition.mjs.map +1 -1
- package/_mjs/SupervisorPatch.mjs +15 -11
- package/_mjs/SupervisorPatch.mjs.map +1 -1
- package/_mjs/TExit/definition.mjs.map +1 -1
- package/_mjs/TFuture/api.mjs +17 -11
- package/_mjs/TFuture/api.mjs.map +1 -1
- package/_mjs/TFuture/constructors.mjs +1 -1
- package/_mjs/TFuture/constructors.mjs.map +1 -1
- package/_mjs/TFuture/definition.mjs.map +1 -1
- package/_mjs/TReentrantLock/api.mjs +32 -28
- package/_mjs/TReentrantLock/api.mjs.map +1 -1
- package/_mjs/TReentrantLock/definition.mjs +4 -4
- package/_mjs/TReentrantLock/definition.mjs.map +1 -1
- package/_mjs/TRef/api.mjs +218 -194
- package/_mjs/TRef/api.mjs.map +1 -1
- package/_mjs/TRef/definition.mjs +4 -4
- package/_mjs/TRef/definition.mjs.map +1 -1
- package/_mjs/TSemaphore/api.mjs +23 -19
- package/_mjs/TSemaphore/api.mjs.map +1 -1
- package/_mjs/TSemaphore/constructors.mjs +12 -2
- package/_mjs/TSemaphore/constructors.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/dropUntilIO.mjs +19 -17
- package/_mjs/collection/immutable/Conc/dropUntilIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/dropWhileIO.mjs +19 -17
- package/_mjs/collection/immutable/Conc/dropWhileIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/filterIO.mjs +14 -12
- package/_mjs/collection/immutable/Conc/filterIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/findIO.mjs +17 -15
- package/_mjs/collection/immutable/Conc/findIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/mapIO.mjs +10 -8
- package/_mjs/collection/immutable/Conc/mapIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/takeWhileIO.mjs +28 -26
- package/_mjs/collection/immutable/Conc/takeWhileIO.mjs.map +1 -1
- package/_mjs/data/Exit/foreachIO.mjs +5 -3
- package/_mjs/data/Exit/foreachIO.mjs.map +1 -1
- package/_mjs/internal/Hub.mjs +13 -11
- package/_mjs/internal/Hub.mjs.map +1 -1
- package/_mjs/internal/IsFatal.mjs +18 -16
- package/_mjs/internal/IsFatal.mjs.map +1 -1
- package/_mjs/internal/MutableQueue.mjs +10 -8
- package/_mjs/internal/MutableQueue.mjs.map +1 -1
- package/_mjs/internal/StackTraceBuilder.mjs.map +1 -1
- package/_src/Cached/api.ts +2 -2
- package/_src/Channel/ChildExecutorDecision/api.ts +14 -17
- package/_src/Channel/UpstreamPullRequest/api.ts +11 -13
- package/_src/Channel/api/interruptWhen.ts +18 -17
- package/_src/Channel/api/mapOutIOC.ts +58 -58
- package/_src/Channel/api/mergeAll.ts +15 -16
- package/_src/Channel/api/mergeAllUnboundedWith.ts +15 -27
- package/_src/Channel/api/mergeAllWith.ts +114 -126
- package/_src/Channel/api/mergeMap.ts +8 -18
- package/_src/Channel/api/mergeWith.ts +154 -158
- package/_src/Channel/api/toPull.ts +1 -1
- package/_src/Channel/api/zipC.ts +52 -88
- package/_src/Channel/api.ts +345 -405
- package/_src/Channel/core-api.ts +75 -122
- package/_src/Channel/definition.ts +49 -7
- package/_src/Channel/internal/ChannelExecutor.ts +1 -5
- package/_src/Channel/internal/SingleProducerAsyncInput.ts +1 -3
- package/_src/Fiber/FiberContext.ts +13 -33
- package/_src/Fiber/api/collectAll.ts +1 -2
- package/_src/Fiber/api/evalOn.ts +11 -14
- package/_src/Fiber/api/evalOnIO.ts +10 -13
- package/_src/Fiber/api/interruptAll.ts +1 -2
- package/_src/Fiber/api/interruptAs.ts +6 -4
- package/_src/Fiber/api/interruptAsFork.ts +6 -4
- package/_src/Fiber/api/interruptFork.ts +1 -1
- package/_src/Fiber/api/mapFiber.ts +5 -7
- package/_src/Fiber/api/mapIO.ts +21 -21
- package/_src/Fiber/api/zipWith.ts +14 -17
- package/_src/Fiber/definition.ts +1 -15
- package/_src/Fiber.ts +1 -1
- package/_src/FiberRef/api/locallyScoped.ts +8 -6
- package/_src/FiberRef/api/locallyScopedWith.ts +5 -7
- package/_src/FiberRef/api.ts +50 -39
- package/_src/FiberRef.ts +0 -1
- package/_src/FiberRefs/api.ts +14 -12
- package/_src/FiberRefs/join.ts +37 -46
- package/_src/FiberState/definition.ts +1 -2
- package/_src/Future/api.ts +67 -53
- package/_src/Hub/constructors.ts +80 -0
- package/_src/Hub/definition.ts +95 -89
- package/_src/Hub/internal.ts +115 -165
- package/_src/Hub.ts +1 -1
- package/_src/IO/api/acquireRelease.ts +1 -1
- package/_src/IO/api/acquireReleaseExit.ts +1 -1
- package/_src/IO/api/bracket.ts +1 -1
- package/_src/IO/api/bracketExit.ts +1 -1
- package/_src/IO/api/clockWith.ts +0 -1
- package/_src/IO/api/concurrency.ts +5 -7
- package/_src/IO/api/consoleWith.ts +0 -2
- package/_src/IO/api/core-scope.ts +36 -33
- package/_src/IO/api/ensuringChildren.ts +8 -7
- package/_src/IO/api/environment.ts +24 -42
- package/_src/IO/api/foreachC.ts +24 -12
- package/_src/IO/api/foreachExec.ts +1 -1
- package/_src/IO/api/forkIn.ts +7 -9
- package/_src/IO/api/fulfill.ts +5 -3
- package/_src/IO/api/interrupt.ts +37 -40
- package/_src/IO/api/onExit.ts +8 -10
- package/_src/IO/api/onTermination.ts +12 -14
- package/_src/IO/api/provideLayer.ts +8 -10
- package/_src/IO/api/provideSomeLayer.ts +5 -14
- package/_src/IO/api/race.ts +19 -21
- package/_src/IO/api/raceFirst.ts +5 -7
- package/_src/IO/api/repeat.ts +3 -5
- package/_src/IO/api/retry.ts +19 -21
- package/_src/IO/api/schedule.ts +20 -21
- package/_src/IO/api/scoped.ts +2 -2
- package/_src/IO/api/sequenceT.ts +7 -1
- package/_src/IO/api/stateful.ts +0 -2
- package/_src/IO/api/supervised.ts +5 -7
- package/_src/IO/api/timeout.ts +10 -16
- package/_src/IO/api/withFinalizer.ts +5 -7
- package/_src/IO/api/withFinalizerExit.ts +6 -5
- package/_src/IO/api/withRuntimeConfig.ts +12 -14
- package/_src/IO/api/zipC.ts +57 -62
- package/_src/IO/api.ts +512 -539
- package/_src/IO/definition.ts +21 -9
- package/_src/IO/runtime.ts +0 -12
- package/_src/IO.ts +0 -1
- package/_src/Layer/MemoMap.ts +61 -63
- package/_src/Layer/api.ts +95 -104
- package/_src/Layer/definition.ts +0 -1
- package/_src/LogLevel.ts +24 -16
- package/_src/LogSpan.ts +16 -16
- package/_src/Logger/api.ts +18 -17
- package/_src/Logger/constructors.ts +9 -15
- package/_src/Queue/constructors.ts +22 -6
- package/_src/Queue/definition.ts +230 -81
- package/_src/Queue/internal.ts +9 -180
- package/_src/Queue/strategy.ts +9 -23
- package/_src/Queue.ts +1 -3
- package/_src/Ref/Atomic.ts +37 -4
- package/_src/Ref/Synchronized.ts +107 -0
- package/_src/Ref/constructors.ts +15 -0
- package/_src/Ref/definition.ts +86 -85
- package/_src/Ref.ts +1 -9
- package/_src/Reloadable/constructors.ts +2 -2
- package/_src/RuntimeConfig.ts +0 -2
- package/_src/STM/api/core-api.ts +32 -35
- package/_src/STM/api.ts +210 -200
- package/_src/STM/internal/Entry.ts +0 -10
- package/_src/STM/internal/Journal.ts +23 -26
- package/_src/STM.ts +0 -1
- package/_src/Schedule/Decision.ts +10 -8
- package/_src/Schedule/api/driver.ts +0 -4
- package/_src/Schedule/api.ts +419 -444
- package/_src/Schedule/definition.ts +0 -1
- package/_src/Scope/ReleaseMap/api/releaseAll.ts +23 -26
- package/_src/Scope/ReleaseMap/api.ts +77 -74
- package/_src/Scope/api.ts +16 -18
- package/_src/ScopedRef/api.ts +0 -3
- package/_src/ScopedRef/definition.ts +1 -2
- package/_src/Sink/api.ts +326 -357
- package/_src/State/api.ts +12 -8
- package/_src/State/internal.ts +1 -1
- package/_src/Stream/api/zipAllWith.ts +6 -5
- package/_src/Stream/api/zipWith.ts +5 -8
- package/_src/Stream/api/zipWithChunks.ts +6 -5
- package/_src/Stream/api.ts +1049 -1176
- package/_src/Stream/definition.ts +0 -2
- package/_src/Stream/internal/DebounceState.ts +16 -17
- package/_src/Stream/internal/Handoff.ts +31 -35
- package/_src/Stream/internal/Pull.ts +1 -2
- package/_src/Stream/internal/SinkEndReason.ts +13 -14
- package/_src/Stream/internal/Take.ts +21 -21
- package/_src/Stream/internal/util.ts +0 -2
- package/_src/SubscriptionRef.ts +44 -0
- package/_src/Supervisor/api.ts +18 -14
- package/_src/Supervisor/definition.ts +0 -1
- package/_src/SupervisorPatch.ts +10 -6
- package/_src/TExit/definition.ts +0 -8
- package/_src/TFuture/api.ts +23 -17
- package/_src/TFuture/definition.ts +0 -1
- package/_src/TReentrantLock/api.ts +14 -10
- package/_src/TReentrantLock/definition.ts +0 -7
- package/_src/TRef/api.ts +207 -209
- package/_src/TRef/definition.ts +0 -12
- package/_src/TSemaphore/api.ts +19 -18
- package/_src/TSemaphore/constructors.ts +7 -0
- package/_src/collection/immutable/Conc/dropUntilIO.ts +19 -21
- package/_src/collection/immutable/Conc/dropWhileIO.ts +21 -23
- package/_src/collection/immutable/Conc/filterIO.ts +15 -17
- package/_src/collection/immutable/Conc/findIO.ts +17 -19
- package/_src/collection/immutable/Conc/mapIO.ts +12 -10
- package/_src/collection/immutable/Conc/takeWhileIO.ts +27 -29
- package/_src/data/Exit/foreachIO.ts +8 -10
- package/_src/global.ts +7 -3
- package/_src/index.ts +3 -0
- package/_src/internal/Hub.ts +17 -27
- package/_src/internal/IsFatal.ts +14 -12
- package/_src/internal/MutableQueue.ts +8 -8
- package/_src/internal/StackTraceBuilder.ts +1 -2
- package/collection/immutable/Conc/dropUntilIO.d.ts +3 -3
- package/collection/immutable/Conc/dropWhileIO.d.ts +3 -3
- package/collection/immutable/Conc/filterIO.d.ts +3 -3
- package/collection/immutable/Conc/findIO.d.ts +2 -2
- package/collection/immutable/Conc/mapIO.d.ts +3 -3
- package/collection/immutable/Conc/takeWhileIO.d.ts +3 -3
- package/data/Exit/foreachIO.d.ts +3 -3
- package/global.d.ts +7 -3
- package/index.d.ts +3 -0
- package/internal/Hub.d.ts +2 -2
- package/internal/IsFatal.d.ts +3 -3
- package/internal/MutableQueue.d.ts +3 -3
- package/package.json +3 -3
- package/Hub/api.d.ts +0 -190
- package/Queue/api/dimapIO.d.ts +0 -41
- package/Queue/api/filterInputIO.d.ts +0 -33
- package/Queue/api/filterOutputIO.d.ts +0 -31
- package/Queue/api/operations.d.ts +0 -82
- package/Queue/api/poll.d.ts +0 -9
- package/Queue/api/takeBetween.d.ts +0 -11
- package/Queue/api/zipWithIO.d.ts +0 -44
- package/Queue/api.d.ts +0 -7
- package/Ref/Atomic/Atomic.d.ts +0 -18
- package/Ref/Atomic/api.d.ts +0 -53
- package/Ref/Derived.d.ts +0 -14
- package/Ref/DerivedAll.d.ts +0 -14
- package/Ref/Synchronized/api.d.ts +0 -100
- package/Ref/Synchronized/constructors.d.ts +0 -8
- package/Ref/Synchronized/definition.d.ts +0 -42
- package/Ref/api/collect.d.ts +0 -11
- package/Ref/api/dimap.d.ts +0 -56
- package/Ref/api/filter.d.ts +0 -20
- package/Ref/api/get.d.ts +0 -9
- package/Ref/api/match.d.ts +0 -13
- package/Ref/api/matchAll.d.ts +0 -11
- package/Ref/api/modify.d.ts +0 -79
- package/Ref/api/set.d.ts +0 -10
- package/Ref/api.d.ts +0 -23
- package/_cjs/Hub/api.cjs +0 -456
- package/_cjs/Hub/api.cjs.map +0 -1
- package/_cjs/Queue/api/dimapIO.cjs +0 -120
- package/_cjs/Queue/api/dimapIO.cjs.map +0 -1
- package/_cjs/Queue/api/filterInputIO.cjs +0 -84
- package/_cjs/Queue/api/filterInputIO.cjs.map +0 -1
- package/_cjs/Queue/api/filterOutputIO.cjs +0 -89
- package/_cjs/Queue/api/filterOutputIO.cjs.map +0 -1
- package/_cjs/Queue/api/operations.cjs +0 -147
- package/_cjs/Queue/api/operations.cjs.map +0 -1
- package/_cjs/Queue/api/poll.cjs +0 -27
- package/_cjs/Queue/api/poll.cjs.map +0 -1
- package/_cjs/Queue/api/takeBetween.cjs +0 -57
- package/_cjs/Queue/api/takeBetween.cjs.map +0 -1
- package/_cjs/Queue/api/zipWithIO.cjs +0 -97
- package/_cjs/Queue/api/zipWithIO.cjs.map +0 -1
- package/_cjs/Queue/api.cjs +0 -97
- package/_cjs/Queue/api.cjs.map +0 -1
- package/_cjs/Ref/Atomic/Atomic.cjs +0 -64
- package/_cjs/Ref/Atomic/Atomic.cjs.map +0 -1
- package/_cjs/Ref/Atomic/api.cjs +0 -156
- package/_cjs/Ref/Atomic/api.cjs.map +0 -1
- package/_cjs/Ref/Derived.cjs +0 -55
- package/_cjs/Ref/Derived.cjs.map +0 -1
- package/_cjs/Ref/DerivedAll.cjs +0 -55
- package/_cjs/Ref/DerivedAll.cjs.map +0 -1
- package/_cjs/Ref/Synchronized/api.cjs +0 -196
- package/_cjs/Ref/Synchronized/api.cjs.map +0 -1
- package/_cjs/Ref/Synchronized/constructors.cjs +0 -32
- package/_cjs/Ref/Synchronized/constructors.cjs.map +0 -1
- package/_cjs/Ref/Synchronized/definition.cjs +0 -88
- package/_cjs/Ref/Synchronized/definition.cjs.map +0 -1
- package/_cjs/Ref/api/collect.cjs +0 -31
- package/_cjs/Ref/api/collect.cjs.map +0 -1
- package/_cjs/Ref/api/dimap.cjs +0 -110
- package/_cjs/Ref/api/dimap.cjs.map +0 -1
- package/_cjs/Ref/api/filter.cjs +0 -45
- package/_cjs/Ref/api/filter.cjs.map +0 -1
- package/_cjs/Ref/api/get.cjs +0 -20
- package/_cjs/Ref/api/get.cjs.map +0 -1
- package/_cjs/Ref/api/match.cjs +0 -26
- package/_cjs/Ref/api/match.cjs.map +0 -1
- package/_cjs/Ref/api/matchAll.cjs +0 -24
- package/_cjs/Ref/api/matchAll.cjs.map +0 -1
- package/_cjs/Ref/api/modify.cjs +0 -239
- package/_cjs/Ref/api/modify.cjs.map +0 -1
- package/_cjs/Ref/api/set.cjs +0 -21
- package/_cjs/Ref/api/set.cjs.map +0 -1
- package/_cjs/Ref/api.cjs +0 -158
- package/_cjs/Ref/api.cjs.map +0 -1
- package/_mjs/Hub/api.mjs +0 -384
- package/_mjs/Hub/api.mjs.map +0 -1
- package/_mjs/Queue/api/dimapIO.mjs +0 -97
- package/_mjs/Queue/api/dimapIO.mjs.map +0 -1
- package/_mjs/Queue/api/filterInputIO.mjs +0 -63
- package/_mjs/Queue/api/filterInputIO.mjs.map +0 -1
- package/_mjs/Queue/api/filterOutputIO.mjs +0 -68
- package/_mjs/Queue/api/filterOutputIO.mjs.map +0 -1
- package/_mjs/Queue/api/operations.mjs +0 -122
- package/_mjs/Queue/api/operations.mjs.map +0 -1
- package/_mjs/Queue/api/poll.mjs +0 -14
- package/_mjs/Queue/api/poll.mjs.map +0 -1
- package/_mjs/Queue/api/takeBetween.mjs +0 -43
- package/_mjs/Queue/api/takeBetween.mjs.map +0 -1
- package/_mjs/Queue/api/zipWithIO.mjs +0 -74
- package/_mjs/Queue/api/zipWithIO.mjs.map +0 -1
- package/_mjs/Queue/api.mjs +0 -9
- package/_mjs/Queue/api.mjs.map +0 -1
- package/_mjs/Ref/Atomic/Atomic.mjs +0 -47
- package/_mjs/Ref/Atomic/Atomic.mjs.map +0 -1
- package/_mjs/Ref/Atomic/api.mjs +0 -127
- package/_mjs/Ref/Atomic/api.mjs.map +0 -1
- package/_mjs/Ref/Derived.mjs +0 -35
- package/_mjs/Ref/Derived.mjs.map +0 -1
- package/_mjs/Ref/DerivedAll.mjs +0 -35
- package/_mjs/Ref/DerivedAll.mjs.map +0 -1
- package/_mjs/Ref/Synchronized/api.mjs +0 -154
- package/_mjs/Ref/Synchronized/api.mjs.map +0 -1
- package/_mjs/Ref/Synchronized/constructors.mjs +0 -15
- package/_mjs/Ref/Synchronized/constructors.mjs.map +0 -1
- package/_mjs/Ref/Synchronized/definition.mjs +0 -66
- package/_mjs/Ref/Synchronized/definition.mjs.map +0 -1
- package/_mjs/Ref/api/collect.mjs +0 -17
- package/_mjs/Ref/api/collect.mjs.map +0 -1
- package/_mjs/Ref/api/dimap.mjs +0 -84
- package/_mjs/Ref/api/dimap.mjs.map +0 -1
- package/_mjs/Ref/api/filter.mjs +0 -29
- package/_mjs/Ref/api/filter.mjs.map +0 -1
- package/_mjs/Ref/api/get.mjs +0 -13
- package/_mjs/Ref/api/get.mjs.map +0 -1
- package/_mjs/Ref/api/match.mjs +0 -18
- package/_mjs/Ref/api/match.mjs.map +0 -1
- package/_mjs/Ref/api/matchAll.mjs +0 -16
- package/_mjs/Ref/api/matchAll.mjs.map +0 -1
- package/_mjs/Ref/api/modify.mjs +0 -204
- package/_mjs/Ref/api/modify.mjs.map +0 -1
- package/_mjs/Ref/api/set.mjs +0 -14
- package/_mjs/Ref/api/set.mjs.map +0 -1
- package/_mjs/Ref/api.mjs +0 -34
- package/_mjs/Ref/api.mjs.map +0 -1
- package/_src/Hub/api.ts +0 -461
- package/_src/Queue/api/dimapIO.ts +0 -130
- package/_src/Queue/api/filterInputIO.ts +0 -75
- package/_src/Queue/api/filterOutputIO.ts +0 -76
- package/_src/Queue/api/operations.ts +0 -139
- package/_src/Queue/api/poll.ts +0 -14
- package/_src/Queue/api/takeBetween.ts +0 -45
- package/_src/Queue/api/zipWithIO.ts +0 -99
- package/_src/Queue/api.ts +0 -9
- package/_src/Ref/Atomic/Atomic.ts +0 -56
- package/_src/Ref/Atomic/api.ts +0 -124
- package/_src/Ref/Derived.ts +0 -71
- package/_src/Ref/DerivedAll.ts +0 -75
- package/_src/Ref/Synchronized/api.ts +0 -249
- package/_src/Ref/Synchronized/constructors.ts +0 -12
- package/_src/Ref/Synchronized/definition.ts +0 -126
- package/_src/Ref/api/collect.ts +0 -19
- package/_src/Ref/api/dimap.ts +0 -115
- package/_src/Ref/api/filter.ts +0 -35
- package/_src/Ref/api/get.ts +0 -17
- package/_src/Ref/api/match.ts +0 -24
- package/_src/Ref/api/matchAll.ts +0 -23
- package/_src/Ref/api/modify.ts +0 -237
- package/_src/Ref/api/set.ts +0 -19
- package/_src/Ref/api.ts +0 -39
package/Ref/definition.d.ts
CHANGED
|
@@ -1,74 +1,76 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import type { Atomic as Atomic_ } from "./Atomic
|
|
4
|
-
import type {
|
|
5
|
-
import type { DerivedAll } from "./DerivedAll.js";
|
|
6
|
-
import type * as Synchro from "./Synchronized/definition.js";
|
|
1
|
+
import { UIO } from "@fncts/io/IO/definition";
|
|
2
|
+
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
3
|
+
import type { Atomic as Atomic_ } from "./Atomic.js";
|
|
4
|
+
import type { Synchronized as Synchronized_ } from "./Synchronized.js";
|
|
7
5
|
export declare const RefTypeId: unique symbol;
|
|
8
6
|
export type RefTypeId = typeof RefTypeId;
|
|
9
|
-
/**
|
|
10
|
-
* @tsplus type fncts.io.Ref
|
|
11
|
-
*/
|
|
12
|
-
export interface PRef<RA, RB, EA, EB, A, B> {
|
|
13
|
-
readonly _U: RefTypeId;
|
|
14
|
-
readonly _RA: () => RA;
|
|
15
|
-
readonly _RB: () => RB;
|
|
16
|
-
readonly _EA: () => EA;
|
|
17
|
-
readonly _EB: () => EB;
|
|
18
|
-
readonly _A: (_: A) => void;
|
|
19
|
-
readonly _B: () => B;
|
|
20
|
-
}
|
|
21
|
-
export type Ref<A> = PRef<never, never, never, never, A, A>;
|
|
22
|
-
export type ERef<E, A> = PRef<unknown, unknown, E, E, A, A>;
|
|
23
|
-
export declare namespace PRef {
|
|
24
|
-
type Synchronized<RA, RB, EA, EB, A, B> = Synchro.PSynchronized<RA, RB, EA, EB, A, B>;
|
|
25
|
-
}
|
|
26
|
-
export declare namespace ERef {
|
|
27
|
-
type Synchronized<E, A> = Synchro.PSynchronized<never, never, E, E, A, A>;
|
|
28
|
-
}
|
|
29
7
|
export declare namespace Ref {
|
|
30
8
|
type Atomic<A> = Atomic_<A>;
|
|
31
|
-
type Synchronized<A> =
|
|
9
|
+
type Synchronized<A> = Synchronized_<A>;
|
|
32
10
|
}
|
|
33
11
|
/**
|
|
34
|
-
* @tsplus type fncts.io.
|
|
12
|
+
* @tsplus type fncts.io.Ref
|
|
13
|
+
* @tsplus companion fncts.io.RefOps
|
|
35
14
|
*/
|
|
36
|
-
export
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
export declare abstract class RefInternal<RA, RB, EA, EB, A, B> implements PRef<RA, RB, EA, EB, A, B> {
|
|
40
|
-
_U: RefTypeId;
|
|
41
|
-
_RA: () => RA;
|
|
42
|
-
_RB: () => RB;
|
|
43
|
-
_EA: () => EA;
|
|
44
|
-
_EB: () => EB;
|
|
45
|
-
_A: (_: A) => void;
|
|
46
|
-
_B: () => B;
|
|
15
|
+
export declare abstract class Ref<A> {
|
|
16
|
+
readonly _typeId: RefTypeId;
|
|
17
|
+
_A: (_: A) => A;
|
|
47
18
|
/**
|
|
48
|
-
*
|
|
49
|
-
* polymorphic method that is capable of arbitrarily transforming the error
|
|
50
|
-
* and value types of the `Ref`. For most use cases one of the more specific
|
|
51
|
-
* combinators implemented in terms of `match` will be more ergonomic but this
|
|
52
|
-
* method is extremely useful for implementing new combinators.
|
|
19
|
+
* Reads the value from the `Ref`.
|
|
53
20
|
*/
|
|
54
|
-
abstract
|
|
21
|
+
abstract get: UIO<A>;
|
|
55
22
|
/**
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
* of `match` but requires unifying the error types.
|
|
23
|
+
* Writes a new value to the `Ref`, with a guarantee of immediate
|
|
24
|
+
* consistency (at some cost to performance).
|
|
59
25
|
*/
|
|
60
|
-
abstract
|
|
26
|
+
abstract set(a: A, __tsplusTrace?: string): UIO<void>;
|
|
61
27
|
/**
|
|
62
|
-
*
|
|
28
|
+
* Atomically modifies the `Ref` with the specified function, which
|
|
29
|
+
* computes a return value for the modification. This is a more powerful
|
|
30
|
+
* version of `update`.
|
|
63
31
|
*/
|
|
64
|
-
abstract
|
|
32
|
+
abstract modify<B>(f: (a: A) => readonly [B, A], __tsplusTrace?: string): UIO<B>;
|
|
65
33
|
/**
|
|
66
|
-
*
|
|
67
|
-
*
|
|
34
|
+
* Atomically writes the specified value to the `Ref`, returning the value
|
|
35
|
+
* immediately before modification.
|
|
36
|
+
*/
|
|
37
|
+
getAndSet(a: A, __tsplusTrace?: string): UIO<A>;
|
|
38
|
+
/**
|
|
39
|
+
* Atomically modifies the `Ref` with the specified function, returning the
|
|
40
|
+
* value immediately before modification.
|
|
41
|
+
*/
|
|
42
|
+
getAndUpdate(f: (a: A) => A, __tsplusTrace?: string): UIO<A>;
|
|
43
|
+
/**
|
|
44
|
+
* Atomically modifies the `Ref` with the specified partial function,
|
|
45
|
+
* returning the value immediately before modification. If the function is
|
|
46
|
+
* undefined on the current value it doesn't change it.
|
|
47
|
+
*/
|
|
48
|
+
getAndUpdateJust(f: (a: A) => Maybe<A>, __tsplusTrace?: string): UIO<A>;
|
|
49
|
+
/**
|
|
50
|
+
* Atomically modifies the `Ref` with the specified partial function, which
|
|
51
|
+
* computes a return value for the modification if the function is defined on
|
|
52
|
+
* the current value otherwise it returns a default value. This is a more
|
|
53
|
+
* powerful version of `updateJust`.
|
|
54
|
+
*/
|
|
55
|
+
modifyJust<B>(orElse: B, f: (a: A) => Maybe<readonly [B, A]>, __tsplusTrace?: string): UIO<B>;
|
|
56
|
+
/**
|
|
57
|
+
* Atomically modifies the `Ref` with the specified function.
|
|
68
58
|
*/
|
|
69
|
-
|
|
59
|
+
update(f: (a: A) => A, __tsplusTrace?: string): UIO<void>;
|
|
60
|
+
/**
|
|
61
|
+
* Atomically modifies the `Ref` with the specified function and returns the
|
|
62
|
+
* updated value.
|
|
63
|
+
*/
|
|
64
|
+
updateAndGet(f: (a: A) => A, __tsplusTrace?: string): UIO<A>;
|
|
65
|
+
/**
|
|
66
|
+
* Atomically modifies the `Ref` with the specified partial function. If the
|
|
67
|
+
* function is undefined on the current value it doesn't change it.
|
|
68
|
+
*/
|
|
69
|
+
updateJust(f: (a: A) => Maybe<A>, __tsplusTrace?: string): UIO<void>;
|
|
70
|
+
/**
|
|
71
|
+
* Atomically modifies the `Ref` with the specified partial function. If the
|
|
72
|
+
* function is undefined on the current value it returns the old value without
|
|
73
|
+
* changing it.
|
|
74
|
+
*/
|
|
75
|
+
updateJustAndGet(f: (a: A) => Maybe<A>, __tsplusTrace?: string): UIO<A>;
|
|
70
76
|
}
|
|
71
|
-
/**
|
|
72
|
-
* @tsplus macro remove
|
|
73
|
-
*/
|
|
74
|
-
export declare function concrete<RA, RB, EA, EB, A, B>(_: PRef<RA, RB, EA, EB, A, B>): asserts _ is Atomic_<A | B> | Derived<EA, EB, A, B> | DerivedAll<EA, EB, A, B> | Synchro.PSynchronizedInternal<RA, RB, EA, EB, A, B>;
|
package/Ref.d.ts
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
export * from "./Ref/api.js";
|
|
2
1
|
export * from "./Ref/Atomic.js";
|
|
3
2
|
export * from "./Ref/constructors.js";
|
|
4
3
|
export * from "./Ref/definition.js";
|
|
5
|
-
export * from "./Ref/
|
|
6
|
-
export * from "./Ref/DerivedAll.js";
|
|
7
|
-
export * from "./Ref/Synchronized/api.js";
|
|
8
|
-
export * from "./Ref/Synchronized/constructors.js";
|
|
9
|
-
export * from "./Ref/Synchronized/definition.js";
|
|
4
|
+
export * from "./Ref/Synchronized.js";
|
package/STM/api/core-api.d.ts
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import { STM } from "@fncts/io/STM/definition";
|
|
2
2
|
/**
|
|
3
3
|
* Recovers from all errors.
|
|
4
|
-
* @tsplus
|
|
4
|
+
* @tsplus pipeable fncts.io.STM catchAll
|
|
5
5
|
* @tsplus location "@fncts/io/STM/api/core-api"
|
|
6
6
|
*/
|
|
7
|
-
export declare function
|
|
7
|
+
export declare function catchAll<E, R1, E1, B>(f: (e: E) => STM<R1, E1, B>, __tsplusTrace?: string): <R, A>(self: import("../definition.js").STM<R, E, A>) => import("../definition.js").STM<R1 | R, E1, B | A>;
|
|
8
8
|
/**
|
|
9
9
|
* Feeds the value produced by this effect to the specified function,
|
|
10
10
|
* and then runs the returned effect as well to produce its results.
|
|
11
|
-
* @tsplus
|
|
11
|
+
* @tsplus pipeable fncts.io.STM flatMap
|
|
12
12
|
* @tsplus location "@fncts/io/STM/api/core-api"
|
|
13
13
|
*/
|
|
14
|
-
export declare function
|
|
14
|
+
export declare function flatMap<A, R1, E1, B>(f: (a: A) => STM<R1, E1, B>, __tsplusTrace?: string): <R, E>(self: import("../definition.js").STM<R, E, A>) => import("../definition.js").STM<R1 | R, E1 | E, B>;
|
|
15
15
|
/**
|
|
16
16
|
* Executes the specified finalization transaction whether or
|
|
17
17
|
* not this effect succeeds. Note that as with all STM transactions,
|
|
18
18
|
* if the full transaction fails, everything will be rolled back.
|
|
19
|
-
* @tsplus
|
|
19
|
+
* @tsplus pipeable fncts.io.STM ensuring
|
|
20
20
|
* @tsplus location "@fncts/io/STM/api/core-api"
|
|
21
21
|
*/
|
|
22
|
-
export declare function
|
|
22
|
+
export declare function ensuring<R1, B>(finalizer: STM<R1, never, B>, __tsplusTrace?: string): <R, E, A>(self: import("../definition.js").STM<R, E, A>) => import("../definition.js").STM<R1 | R, E, A>;
|
|
23
23
|
/**
|
|
24
24
|
* Maps the value produced by the effect.
|
|
25
|
-
* @tsplus
|
|
25
|
+
* @tsplus pipeable fncts.io.STM map
|
|
26
26
|
* @tsplus location "@fncts/io/STM/api/core-api"
|
|
27
27
|
*/
|
|
28
|
-
export declare function
|
|
28
|
+
export declare function map<A, B>(f: (a: A) => B, __tsplusTrace?: string): <R, E>(self: import("../definition.js").STM<R, E, A>) => import("../definition.js").STM<R, E, B>;
|
|
29
29
|
/**
|
|
30
30
|
* Effectfully folds over the `STM` effect, handling both failure and
|
|
31
31
|
* success.
|
|
32
|
-
* @tsplus
|
|
32
|
+
* @tsplus pipeable fncts.io.STM matchSTM
|
|
33
33
|
* @tsplus location "@fncts/io/STM/api/core-api"
|
|
34
34
|
*/
|
|
35
|
-
export declare function
|
|
35
|
+
export declare function matchSTM<E, A, R1, E1, B, R2, E2, C>(g: (e: E) => STM<R2, E2, C>, f: (a: A) => STM<R1, E1, B>, __tsplusTrace?: string): <R>(self: import("../definition.js").STM<R, E, A>) => import("../definition.js").STM<R1 | R2 | R, E1 | E2, B | C>;
|
package/STM/api.d.ts
CHANGED
|
@@ -10,10 +10,10 @@ import type { Journal } from "./internal/Journal.js";
|
|
|
10
10
|
import { STM } from "./definition.js";
|
|
11
11
|
/**
|
|
12
12
|
* Maps the success value of this effect to the specified constant value.
|
|
13
|
-
* @tsplus
|
|
13
|
+
* @tsplus pipeable fncts.io.STM as
|
|
14
14
|
* @tsplus location "@fncts/io/STM/api"
|
|
15
15
|
*/
|
|
16
|
-
export declare function
|
|
16
|
+
export declare function as<B>(b: Lazy<B>, __tsplusTrace?: string): <R, E, A>(stm: STM<R, E, A>) => STM<R, E, B>;
|
|
17
17
|
/**
|
|
18
18
|
* Maps the success value of this effect to an optional value.
|
|
19
19
|
* @tsplus getter fncts.io.STM asJust
|
|
@@ -65,43 +65,43 @@ export declare function atomically<R, E, A>(stm: STM<R, E, A>, __tsplusTrace?: s
|
|
|
65
65
|
/**
|
|
66
66
|
* Returns an `STM` effect whose failure and success channels have been mapped by
|
|
67
67
|
* the specified pair of functions, `f` and `g`.
|
|
68
|
+
* @tsplus pipeable fncts.io.STM bimap
|
|
69
|
+
* @tsplus location "@fncts/io/STM/api"
|
|
68
70
|
*/
|
|
69
|
-
export declare function
|
|
71
|
+
export declare function bimap<E, A, E1, B>(g: (e: E) => E1, f: (a: A) => B, __tsplusTrace?: string): <R>(self: STM<R, E, A>) => STM<R, E1, B>;
|
|
70
72
|
/**
|
|
71
73
|
* Recovers from specified error.
|
|
72
|
-
* @tsplus
|
|
74
|
+
* @tsplus pipeable fncts.io.STM catch
|
|
73
75
|
* @tsplus location "@fncts/io/STM/api"
|
|
74
76
|
*/
|
|
75
|
-
export declare function
|
|
76
|
-
[n in N]: K;
|
|
77
|
-
}>) => STM<R1, E1, A1>, __tsplusTrace?: string): STM<R | R1, Exclude<E, {
|
|
77
|
+
export declare function catchWith<N extends keyof E, K extends E[N] & string, E, R1, E1, A1>(tag: N, k: K, f: (e: Extract<E, {
|
|
78
78
|
[n in N]: K;
|
|
79
|
-
}>
|
|
79
|
+
}>) => STM<R1, E1, A1>, __tsplusTrace?: string): <R, A>(stm: STM<R, E, A>) => STM<R1 | R, E1 | Exclude<E, { [n in N]: K; }>, A1 | A>;
|
|
80
80
|
/**
|
|
81
81
|
* Recovers from some or all of the error cases.
|
|
82
|
-
* @tsplus
|
|
82
|
+
* @tsplus pipeable fncts.io.STM catchJust
|
|
83
83
|
* @tsplus location "@fncts/io/STM/api"
|
|
84
84
|
*/
|
|
85
|
-
export declare function
|
|
85
|
+
export declare function catchJust<E, R1, E1, B>(f: (e: E) => Maybe<STM<R1, E1, B>>, __tsplusTrace?: string): <R, A>(stm: STM<R, E, A>) => STM<R1 | R, E | E1, B | A>;
|
|
86
86
|
/**
|
|
87
87
|
* Recovers from specified error.
|
|
88
|
-
* @tsplus
|
|
88
|
+
* @tsplus pipeable fncts.io.STM catchTag
|
|
89
89
|
* @tsplus location "@fncts/io/STM/api"
|
|
90
90
|
*/
|
|
91
|
-
export declare function
|
|
91
|
+
export declare function catchTag<K extends E["_tag"] & string, E extends {
|
|
92
92
|
_tag: string;
|
|
93
|
-
},
|
|
93
|
+
}, R1, E1, A1>(k: K, f: (e: Extract<E, {
|
|
94
94
|
_tag: K;
|
|
95
|
-
}>) => STM<R1, E1, A1>, __tsplusTrace?: string): STM<R |
|
|
95
|
+
}>) => STM<R1, E1, A1>, __tsplusTrace?: string): <R, A>(stm: STM<R, E, A>) => STM<R1 | R, E1 | Exclude<E, {
|
|
96
96
|
_tag: K;
|
|
97
|
-
}
|
|
97
|
+
}>, A1 | A>;
|
|
98
98
|
/**
|
|
99
99
|
* Creates a composite effect that represents this effect followed by another
|
|
100
100
|
* one that may depend on the error produced by this one.
|
|
101
|
-
* @tsplus
|
|
101
|
+
* @tsplus pipeable fncts.io.STM flatMapError
|
|
102
102
|
* @tsplus location "@fncts/io/STM/api"
|
|
103
103
|
*/
|
|
104
|
-
export declare function
|
|
104
|
+
export declare function chainError<E, R2, E2>(f: (e: E) => STM<R2, never, E2>, __tsplusTrace?: string): <R, A>(stm: STM<R, E, A>) => STM<R2 | R, E2, A>;
|
|
105
105
|
/**
|
|
106
106
|
* Checks the condition, and if it's true, returns unit, otherwise, retries.
|
|
107
107
|
* @tsplus static fncts.io.STMOps check
|
|
@@ -116,31 +116,31 @@ export declare function commitEither<R, E, A>(stm: STM<R, E, A>, __tsplusTrace?:
|
|
|
116
116
|
/**
|
|
117
117
|
* Fail with `e` if the supplied `PartialFunction` does not match, otherwise
|
|
118
118
|
* succeed with the returned value.
|
|
119
|
-
* @tsplus
|
|
119
|
+
* @tsplus pipeable fncts.io.STM continueOrFail
|
|
120
120
|
* @tsplus location "@fncts/io/STM/api"
|
|
121
121
|
*/
|
|
122
|
-
export declare function
|
|
122
|
+
export declare function continueOrFail<E1, A, A2>(e: Lazy<E1>, pf: (a: A) => Maybe<A2>, __tsplusTrace?: string): <R, E>(fa: STM<R, E, A>) => STM<R, E1 | E, A2>;
|
|
123
123
|
/**
|
|
124
124
|
* Fail with `e` if the supplied `PartialFunction` does not match, otherwise
|
|
125
125
|
* continue with the returned value.
|
|
126
|
-
* @tsplus
|
|
126
|
+
* @tsplus pipeable fncts.io.STM continueOrFailSTM
|
|
127
127
|
* @tsplus location "@fncts/io/STM/api"
|
|
128
128
|
*/
|
|
129
|
-
export declare function
|
|
129
|
+
export declare function continueOrFailSTM<E1, A, R2, E2, A2>(e: Lazy<E1>, pf: (a: A) => Maybe<STM<R2, E2, A2>>, __tsplusTrace?: string): <R, E>(fa: STM<R, E, A>) => STM<R2 | R, E1 | E2 | E, A2>;
|
|
130
130
|
/**
|
|
131
131
|
* Fail with `e` if the supplied `PartialFunction` does not match, otherwise
|
|
132
132
|
* succeed with the returned value.
|
|
133
|
-
* @tsplus
|
|
133
|
+
* @tsplus pipeable fncts.io.STM continueOrRetry
|
|
134
134
|
* @tsplus location "@fncts/io/STM/api"
|
|
135
135
|
*/
|
|
136
|
-
export declare function
|
|
136
|
+
export declare function continueOrRetry<A, A2>(pf: (a: A) => Maybe<A2>, __tsplusTrace?: string): <R, E>(fa: STM<R, E, A>) => STM<R, E, A2>;
|
|
137
137
|
/**
|
|
138
138
|
* Simultaneously filters and flatMaps the value produced by this effect.
|
|
139
139
|
* Continues on the effect returned from pf.
|
|
140
|
-
* @tsplus
|
|
140
|
+
* @tsplus pipeable fncts.io.STM continueOrRetrySTM
|
|
141
141
|
* @tsplus location "@fncts/io/STM/api"
|
|
142
142
|
*/
|
|
143
|
-
export declare function
|
|
143
|
+
export declare function continueOrRetrySTM<A, R2, E2, A2>(pf: (a: A) => Maybe<STM<R2, E2, A2>>, __tsplusTrace?: string): <R, E>(fa: STM<R, E, A>) => STM<R2 | R, E2 | E, A2>;
|
|
144
144
|
/**
|
|
145
145
|
* Suspends creation of the specified transaction lazily.
|
|
146
146
|
* @tsplus static fncts.io.STMOps defer
|
|
@@ -161,38 +161,38 @@ export declare function either<R, E, A>(stm: STM<R, E, A>, __tsplusTrace?: strin
|
|
|
161
161
|
export declare function eventually<R, E, A>(stm: STM<R, E, A>, __tsplusTrace?: string): STM<R, never, A>;
|
|
162
162
|
/**
|
|
163
163
|
* Simultaneously filters and maps the value produced by this effect.
|
|
164
|
-
* @tsplus
|
|
164
|
+
* @tsplus pipeable fncts.io.STM filterMap
|
|
165
165
|
* @tsplus location "@fncts/io/STM/api"
|
|
166
166
|
*/
|
|
167
|
-
export declare function
|
|
167
|
+
export declare function filterMap<A, B>(f: (a: A) => Maybe<B>, __tsplusTrace?: string): <R, E>(stm: STM<R, E, A>) => STM<R, E, B>;
|
|
168
168
|
/**
|
|
169
169
|
* Simultaneously filters and chains the value produced by this effect.
|
|
170
170
|
* Continues on the effect returned from f.
|
|
171
|
-
* @tsplus
|
|
171
|
+
* @tsplus pipeable fncts.io.STM filterMapSTM
|
|
172
172
|
* @tsplus location "@fncts/io/STM/api"
|
|
173
173
|
*/
|
|
174
|
-
export declare function
|
|
174
|
+
export declare function filterMapSTM<A, R1, E1, B>(f: (a: A) => Maybe<STM<R1, E1, B>>, __tsplusTrace?: string): <R, E>(self: STM<R, E, A>) => STM<R1 | R, E1 | E, B>;
|
|
175
175
|
/**
|
|
176
176
|
* Applies `or` if the predicate fails.
|
|
177
|
-
* @tsplus
|
|
177
|
+
* @tsplus pipeable fncts.io.STM filterOrElse
|
|
178
178
|
* @tsplus location "@fncts/io/STM/api"
|
|
179
179
|
*/
|
|
180
|
-
export declare function
|
|
181
|
-
export declare function
|
|
180
|
+
export declare function filterOrElse<A, B extends A, R2, E2, A2>(p: Refinement<A, B>, or: (a: Exclude<A, B>) => STM<R2, E2, A2>): <R, E>(fa: STM<R, E, A>) => STM<R | R2, E | E2, B | A2>;
|
|
181
|
+
export declare function filterOrElse<A, R2, E2, A2>(p: Predicate<A>, or: (a: A) => STM<R2, E2, A2>): <R, E>(fa: STM<R, E, A>) => STM<R | R2, E | E2, A | A2>;
|
|
182
182
|
/**
|
|
183
183
|
* Fails with `failWith` if the predicate fails.
|
|
184
|
-
* @tsplus
|
|
184
|
+
* @tsplus pipeable fncts.io.STM filterOrFail
|
|
185
185
|
* @tsplus location "@fncts/io/STM/api"
|
|
186
186
|
*/
|
|
187
|
-
export declare function
|
|
188
|
-
export declare function
|
|
187
|
+
export declare function filterOrFail<E1, A, B extends A>(p: Refinement<A, B>, failWith: (a: Exclude<A, B>) => E1): <R, E>(fa: STM<R, E, A>) => STM<R, E | E1, B>;
|
|
188
|
+
export declare function filterOrFail<E1, A>(p: Predicate<A>, failWith: (a: A) => E1): <R, E>(fa: STM<R, E, A>) => STM<R, E | E1, A>;
|
|
189
189
|
/**
|
|
190
190
|
* Halts with specified `unknown` if the predicate fails.
|
|
191
|
-
* @tsplus
|
|
191
|
+
* @tsplus pipeable fncts.io.STM filterOrHalt
|
|
192
192
|
* @tsplus location "@fncts/io/STM/api"
|
|
193
193
|
*/
|
|
194
|
-
export declare function
|
|
195
|
-
export declare function
|
|
194
|
+
export declare function filterOrHalt<A, B extends A>(p: Refinement<A, B>, haltWith: (a: Exclude<A, B>) => unknown): <R, E>(fa: STM<R, E, A>) => STM<R, E, B>;
|
|
195
|
+
export declare function filterOrHalt<A>(p: Predicate<A>, haltWith: (a: A) => unknown): <R, E>(fa: STM<R, E, A>) => STM<R, E, A>;
|
|
196
196
|
/**
|
|
197
197
|
* Flattens out a nested `STM` effect.
|
|
198
198
|
* @tsplus getter fncts.io.STM flatten
|
|
@@ -201,17 +201,17 @@ export declare function filterOrHalt_<R, E, A>(fa: STM<R, E, A>, p: Predicate<A>
|
|
|
201
201
|
export declare function flatten<R, E, R1, E1, B>(stm: STM<R, E, STM<R1, E1, B>>, __tsplusTrace?: string): STM<R1 | R, E | E1, B>;
|
|
202
202
|
/**
|
|
203
203
|
* Unwraps the optional error, defaulting to the provided value.
|
|
204
|
-
* @tsplus
|
|
204
|
+
* @tsplus pipeable fncts.io.STM flattenErrorOption
|
|
205
205
|
* @tsplus location "@fncts/io/STM/api"
|
|
206
206
|
*/
|
|
207
|
-
export declare function
|
|
207
|
+
export declare function flattenErrorOption<E2>(def: Lazy<E2>, __tsplusTrace?: string): <R, E, A>(stm: STM<R, import("@fncts/base/data/Maybe.js").Maybe<E>, A>) => STM<R, E2 | E, A>;
|
|
208
208
|
/**
|
|
209
209
|
* Applies the function `f` to each element of the `Iterable<A>` and
|
|
210
210
|
* returns a transactional effect that produces a new `ReadonlyArray<B>`.
|
|
211
211
|
* @tsplus static fncts.io.STMOps foreach
|
|
212
212
|
* @tsplus location "@fncts/io/STM/api"
|
|
213
213
|
*/
|
|
214
|
-
export declare function
|
|
214
|
+
export declare function foreach<A, R, E, B>(it: Iterable<A>, f: (a: A) => STM<R, E, B>, __tsplusTrace?: string): STM<R, E, readonly B[]>;
|
|
215
215
|
/**
|
|
216
216
|
* Lifts an `Either` into a `STM`.
|
|
217
217
|
* @tsplus static fncts.io.STMOps fromEither
|
|
@@ -231,17 +231,17 @@ export declare function get<R, E, A>(stm: STM<R, E, Maybe<A>>, __tsplusTrace?: s
|
|
|
231
231
|
/**
|
|
232
232
|
* Provides the transaction its required environment, which eliminates
|
|
233
233
|
* its dependency on `R`.
|
|
234
|
-
* @tsplus
|
|
234
|
+
* @tsplus pipeable fncts.io.STM provideEnvironment
|
|
235
235
|
* @tsplus location "@fncts/io/STM/api"
|
|
236
236
|
*/
|
|
237
|
-
export declare function
|
|
237
|
+
export declare function provideEnvironment<R>(r: Environment<R>, __tsplusTrace?: string): <E, A>(stm: STM<R, E, A>) => STM<never, E, A>;
|
|
238
238
|
/**
|
|
239
239
|
* Provides some of the environment required to run this effect,
|
|
240
240
|
* leaving the remainder `R0`.
|
|
241
|
-
* @tsplus
|
|
241
|
+
* @tsplus pipeable fncts.io.STM contramapEnvironment
|
|
242
242
|
* @tsplus location "@fncts/io/STM/api"
|
|
243
243
|
*/
|
|
244
|
-
export declare function
|
|
244
|
+
export declare function contramapEnvironment<R, R0>(f: (r: Environment<R0>) => Environment<R>, __tsplusTrace?: string): <E, A>(self: STM<R, E, A>) => STM<R0, E, A>;
|
|
245
245
|
/**
|
|
246
246
|
* Halts the fiber running the effect.
|
|
247
247
|
* @tsplus static fncts.io.STMOps halt
|
|
@@ -287,23 +287,23 @@ export declare function isSuccess<R, E, A>(stm: STM<R, E, A>, __tsplusTrace?: st
|
|
|
287
287
|
export declare function left<R, E, B, C>(stm: STM<R, E, Either<B, C>>, __tsplusTrace?: string): STM<R, Maybe<E>, B>;
|
|
288
288
|
/**
|
|
289
289
|
* Returns a successful effect if the value is `Left`, or fails with the error e.
|
|
290
|
-
* @tsplus
|
|
290
|
+
* @tsplus pipeable fncts.io.STM leftOrFail
|
|
291
291
|
* @tsplus location "@fncts/io/STM/api"
|
|
292
292
|
*/
|
|
293
|
-
export declare function
|
|
293
|
+
export declare function leftOrFail<C, E1>(orFail: (c: C) => E1, __tsplusTrace?: string): <R, E, B>(stm: STM<R, E, import("@fncts/base/data/Either.js").Either<B, C>>) => STM<R, E1 | E, B>;
|
|
294
294
|
/**
|
|
295
295
|
* Maps from one error type to another.
|
|
296
|
-
* @tsplus
|
|
296
|
+
* @tsplus pipeable fncts.io.STM mapError
|
|
297
297
|
* @tsplus location "@fncts/io/STM/api"
|
|
298
298
|
*/
|
|
299
|
-
export declare function
|
|
299
|
+
export declare function mapError<E, E1>(f: (a: E) => E1, __tsplusTrace?: string): <R, A>(stm: STM<R, E, A>) => STM<R, E1, A>;
|
|
300
300
|
/**
|
|
301
301
|
* Folds over the `STM` effect, handling both failure and success, but not
|
|
302
302
|
* retry.
|
|
303
|
-
* @tsplus
|
|
303
|
+
* @tsplus pipeable fncts.io.STM match
|
|
304
304
|
* @tsplus location "@fncts/io/STM/api"
|
|
305
305
|
*/
|
|
306
|
-
export declare function
|
|
306
|
+
export declare function match<E, A, B, C>(g: (e: E) => C, f: (a: A) => B, __tsplusTrace?: string): <R>(stm: STM<R, E, A>) => STM<R, never, B | C>;
|
|
307
307
|
/**
|
|
308
308
|
* Repeats this `STM` effect until its result satisfies the specified predicate.
|
|
309
309
|
*
|
|
@@ -315,10 +315,10 @@ export declare function match_<R, E, A, B, C>(stm: STM<R, E, A>, g: (e: E) => C,
|
|
|
315
315
|
*
|
|
316
316
|
* - Use `retryUntil` instead if you don't need to maintain transaction state for repeats.
|
|
317
317
|
* - Ensure repeating the STM effect will eventually satisfy the predicate.
|
|
318
|
-
* @tsplus
|
|
318
|
+
* @tsplus pipeable fncts.io.STM repeatUntil
|
|
319
319
|
* @tsplus location "@fncts/io/STM/api"
|
|
320
320
|
*/
|
|
321
|
-
export declare function
|
|
321
|
+
export declare function repeatUntil<A>(f: (a: A) => boolean, __tsplusTrace?: string): <R, E>(stm: STM<R, E, A>) => STM<R, E, A>;
|
|
322
322
|
/**
|
|
323
323
|
* Repeats this `STM` effect while its result satisfies the specified predicate.
|
|
324
324
|
*
|
|
@@ -330,10 +330,10 @@ export declare function repeatUntil_<R, E, A>(stm: STM<R, E, A>, f: (a: A) => bo
|
|
|
330
330
|
*
|
|
331
331
|
* - Use `retryWhile` instead if you don't need to maintain transaction state for repeats.
|
|
332
332
|
* - Ensure repeating the STM effect will eventually not satisfy the predicate.
|
|
333
|
-
* @tsplus
|
|
333
|
+
* @tsplus pipeable fncts.io.STM repeatWhile
|
|
334
334
|
* @tsplus location "@fncts/io/STM/api"
|
|
335
335
|
*/
|
|
336
|
-
export declare function
|
|
336
|
+
export declare function repeatWhile<A>(f: (a: A) => boolean, __tsplusTrace?: string): <R, E>(stm: STM<R, E, A>) => STM<R, E, A>;
|
|
337
337
|
/**
|
|
338
338
|
* Returns an effect that swaps the error/success cases. This allows you to
|
|
339
339
|
* use all methods on the error channel, possibly before flipping back.
|
|
@@ -343,16 +343,16 @@ export declare function repeatWhile_<R, E, A>(stm: STM<R, E, A>, f: (a: A) => bo
|
|
|
343
343
|
export declare function swap<R, E, A>(stm: STM<R, E, A>, __tsplusTrace?: string): STM<R, A, E>;
|
|
344
344
|
/**
|
|
345
345
|
* Swaps the error/value parameters, applies the function `f` and flips the parameters back
|
|
346
|
-
* @tsplus
|
|
346
|
+
* @tsplus pipeable fncts.io.STM swapWith
|
|
347
347
|
* @tsplus location "@fncts/io/STM/api"
|
|
348
348
|
*/
|
|
349
|
-
export declare function
|
|
349
|
+
export declare function swapWith<R, E, A, R2, E2, A2>(f: (stm: STM<R, A, E>) => STM<R2, A2, E2>, __tsplusTrace?: string): (stm: STM<R, E, A>) => STM<R2, E2, A2>;
|
|
350
350
|
/**
|
|
351
351
|
* "Peeks" at the success of transactional effect.
|
|
352
|
-
* @tsplus
|
|
352
|
+
* @tsplus pipeable fncts.io.STM tap
|
|
353
353
|
* @tsplus location "@fncts/io/STM/api"
|
|
354
354
|
*/
|
|
355
|
-
export declare function
|
|
355
|
+
export declare function tap<A, R1, E1, B>(f: (a: A) => STM<R1, E1, B>, __tsplusTrace?: string): <R, E>(stm: STM<R, E, A>) => STM<R1 | R, E1 | E, A>;
|
|
356
356
|
/**
|
|
357
357
|
* Returns an effect with the value on the left part.
|
|
358
358
|
* @tsplus static fncts.io.STMOps toLeft
|
|
@@ -368,7 +368,7 @@ export declare const unit: STM<never, never, void>;
|
|
|
368
368
|
/**
|
|
369
369
|
* Sequentially zips this value with the specified one, combining the values
|
|
370
370
|
* using the specified combiner function.
|
|
371
|
-
* @tsplus
|
|
371
|
+
* @tsplus pipeable fncts.io.STM zipWith
|
|
372
372
|
* @tsplus location "@fncts/io/STM/api"
|
|
373
373
|
*/
|
|
374
|
-
export declare function
|
|
374
|
+
export declare function zipWith<A, R1, E1, B, C>(that: STM<R1, E1, B>, f: (a: A, b: B) => C, __tsplusTrace?: string): <R, E>(self: STM<R, E, A>) => STM<R1 | R, E1 | E, C>;
|
|
@@ -70,17 +70,17 @@ export declare function collectTodos(journal: Journal): Map<TxnId, Todo>;
|
|
|
70
70
|
export declare function execTodos(todos: Map<TxnId, Todo>): void;
|
|
71
71
|
/**
|
|
72
72
|
* Runs all the todos.
|
|
73
|
-
* @tsplus
|
|
73
|
+
* @tsplus pipeable fncts.io.Journal completeTodos
|
|
74
74
|
* @tsplus location "@fncts/io/STM/internal/Journal"
|
|
75
75
|
*/
|
|
76
|
-
export declare function completeTodos<E, A>(
|
|
76
|
+
export declare function completeTodos<E, A>(exit: Exit<E, A>, scheduler: Scheduler): (journal: Journal) => Done<E, A>;
|
|
77
77
|
/**
|
|
78
78
|
* For the given transaction id, adds the specified todo effect to all
|
|
79
79
|
* `TRef` values.
|
|
80
|
-
* @tsplus
|
|
80
|
+
* @tsplus pipeable fncts.io.Journal addTodo
|
|
81
81
|
* @tsplus location "@fncts/io/STM/internal/Journal"
|
|
82
82
|
*/
|
|
83
|
-
export declare function addTodo(
|
|
83
|
+
export declare function addTodo(txnId: TxnId, todoEffect: Todo): (journal: Journal) => boolean;
|
|
84
84
|
/**
|
|
85
85
|
* Finds all the new todo targets that are not already tracked in the `oldJournal`.
|
|
86
86
|
*/
|
package/Schedule/Decision.d.ts
CHANGED
|
@@ -38,7 +38,7 @@ export declare function continue_(interval: Intervals): Decision;
|
|
|
38
38
|
*/
|
|
39
39
|
export declare function continueWith(interval: Interval): Decision;
|
|
40
40
|
/**
|
|
41
|
-
* @tsplus
|
|
41
|
+
* @tsplus pipeable fncts.io.Schedule.Decision match
|
|
42
42
|
* @tsplus location "@fncts/io/Schedule/Decision"
|
|
43
43
|
*/
|
|
44
|
-
export declare function
|
|
44
|
+
export declare function match<A, B>(onDone: () => A, onContinue: (interval: Intervals) => B): (self: Decision) => A | B;
|