@fncts/io 0.0.11 → 0.0.14
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 +3 -4
- package/Channel/UpstreamPullStrategy/definition.d.ts +1 -1
- package/Channel/api/interruptWhen.d.ts +1 -1
- package/Channel/api/mapOutIOC.d.ts +2 -2
- package/Channel/api/mergeAll.d.ts +1 -1
- package/Channel/api/mergeAllUnboundedWith.d.ts +1 -1
- package/Channel/api/mergeAllWith.d.ts +3 -3
- package/Channel/api/mergeMap.d.ts +1 -1
- package/Channel/api/mergeWith.d.ts +3 -3
- package/Channel/api/runScoped.d.ts +1 -2
- package/Channel/api/toPull.d.ts +2 -3
- package/Channel/api/zipC.d.ts +3 -3
- package/Channel/api.d.ts +56 -57
- package/Channel/core-api.d.ts +12 -12
- package/Channel/definition.d.ts +36 -22
- package/Channel/internal/AsyncInputConsumer.d.ts +1 -1
- package/Channel/internal/AsyncInputProducer.d.ts +1 -1
- package/Channel/internal/ChannelExecutor.d.ts +5 -5
- package/Channel/internal/ChannelState.d.ts +1 -1
- package/Channel/internal/MergeDecision.d.ts +2 -2
- package/Channel/internal/MergeState.d.ts +2 -2
- package/Channel/internal/SingleProducerAsyncInput.d.ts +5 -5
- package/Clock/api.d.ts +3 -3
- package/Clock/definition.d.ts +2 -2
- package/Clock/live.d.ts +3 -3
- package/Console/api.d.ts +1 -1
- package/Fiber/FiberContext.d.ts +12 -12
- package/Fiber/api/await.d.ts +2 -2
- package/Fiber/api/awaitAll.d.ts +2 -2
- package/Fiber/api/children.d.ts +1 -1
- package/Fiber/api/collectAll.d.ts +3 -3
- package/Fiber/api/evalOn.d.ts +1 -1
- package/Fiber/api/evalOnIO.d.ts +1 -1
- package/Fiber/api/fromIO.d.ts +1 -1
- package/Fiber/api/id.d.ts +2 -2
- package/Fiber/api/inheritRefs.d.ts +1 -1
- package/Fiber/api/interrupt.d.ts +2 -2
- package/Fiber/api/interruptAll.d.ts +3 -3
- package/Fiber/api/interruptAs.d.ts +3 -3
- package/Fiber/api/join.d.ts +1 -1
- package/Fiber/api/joinAll.d.ts +1 -1
- package/Fiber/api/mapFiber.d.ts +1 -1
- package/Fiber/api/mapIO.d.ts +2 -2
- package/Fiber/api/poll.d.ts +3 -3
- package/Fiber/api/zipWith.d.ts +1 -1
- package/Fiber/constructors.d.ts +8 -8
- package/Fiber/definition.d.ts +4 -4
- package/FiberRef/api/locallyScoped.d.ts +1 -2
- package/FiberRef/api/locallyScopedWith.d.ts +1 -2
- package/FiberRef/api.d.ts +8 -8
- package/FiberRef/constructors.d.ts +2 -3
- package/FiberRef/unsafe.d.ts +11 -5
- package/FiberRefs/api.d.ts +4 -4
- package/FiberRefs/definition.d.ts +3 -3
- package/FiberRefs/join.d.ts +2 -2
- package/FiberScope/constructors.d.ts +1 -1
- package/FiberScope/definition.d.ts +1 -1
- package/FiberState/api.d.ts +1 -1
- package/FiberState/constructors.d.ts +3 -3
- package/FiberState/definition.d.ts +3 -3
- package/FiberStatus/constructors.d.ts +1 -1
- package/FiberStatus/definition.d.ts +1 -1
- package/Future/api.d.ts +18 -18
- package/Future/constructors.d.ts +3 -3
- package/Future/definition.d.ts +2 -2
- package/Hub/api.d.ts +22 -23
- package/Hub/definition.d.ts +6 -7
- package/Hub/internal.d.ts +1 -2
- package/IO/api/acquireRelease.d.ts +2 -3
- package/IO/api/acquireReleaseExit.d.ts +3 -4
- package/IO/api/acquireReleaseInterruptible.d.ts +2 -3
- package/IO/api/acquireReleaseInterruptibleExit.d.ts +3 -4
- package/IO/api/addFinalizer.d.ts +2 -3
- package/IO/api/addFinalizerExit.d.ts +2 -3
- package/IO/api/asyncIO.d.ts +1 -1
- package/IO/api/bracket.d.ts +2 -2
- package/IO/api/bracketExit.d.ts +3 -3
- package/IO/api/clockWith.d.ts +1 -1
- package/IO/api/concurrency.d.ts +4 -4
- package/IO/api/concurrentFinalizers.d.ts +1 -2
- package/IO/api/consoleWith.d.ts +2 -2
- package/IO/api/core-scope.d.ts +4 -4
- package/IO/api/ensuringChildren.d.ts +1 -1
- package/IO/api/environment.d.ts +10 -12
- package/IO/api/foreachC.d.ts +2 -2
- package/IO/api/foreachExec.d.ts +1 -1
- package/IO/api/forkScoped.d.ts +1 -2
- package/IO/api/fulfill.d.ts +1 -1
- package/IO/api/interrupt.d.ts +8 -8
- package/IO/api/onExit.d.ts +2 -2
- package/IO/api/onTermination.d.ts +4 -4
- package/IO/api/provideLayer.d.ts +1 -1
- package/IO/api/provideSomeLayer.d.ts +1 -1
- package/IO/api/race.d.ts +1 -1
- package/IO/api/raceFirst.d.ts +1 -1
- package/IO/api/randomWith.d.ts +2 -2
- package/IO/api/repeat.d.ts +6 -6
- package/IO/api/retry.d.ts +5 -5
- package/IO/api/schedule.d.ts +3 -3
- package/IO/api/scope.d.ts +1 -2
- package/IO/api/scopeWith.d.ts +1 -2
- package/IO/api/scoped.d.ts +3 -4
- package/IO/api/sequenceT.d.ts +4 -4
- package/IO/api/sleep.d.ts +2 -2
- package/IO/api/stateful.d.ts +3 -4
- package/IO/api/timeout.d.ts +4 -4
- package/IO/api/withEarlyRelease.d.ts +1 -2
- package/IO/api/withFinalizer.d.ts +1 -2
- package/IO/api/withFinalizerExit.d.ts +2 -3
- package/IO/api/withRuntimeConfig.d.ts +2 -2
- package/IO/api/zipC.d.ts +4 -4
- package/IO/api.d.ts +94 -94
- package/IO/definition.d.ts +44 -34
- package/IO/runtime.d.ts +29 -16
- package/IOEnv/definition.d.ts +2 -3
- package/IOEnv/live.d.ts +1 -1
- package/IOEnv/services.d.ts +1 -1
- package/IOSpec.d.ts +7 -8
- package/Layer/MemoMap.d.ts +8 -9
- package/Layer/api.d.ts +41 -43
- package/Layer/definition.d.ts +22 -16
- package/Logger/api.d.ts +2 -2
- package/Logger/definition.d.ts +4 -4
- package/Queue/api/dimapIO.d.ts +6 -6
- package/Queue/api/filterInputIO.d.ts +6 -6
- package/Queue/api/filterOutputIO.d.ts +8 -8
- package/Queue/api/operations.d.ts +10 -10
- package/Queue/api/poll.d.ts +2 -2
- package/Queue/api/takeBetween.d.ts +1 -1
- package/Queue/api/zipWithIO.d.ts +9 -9
- package/Queue/constructors.d.ts +4 -4
- package/Queue/definition.d.ts +10 -10
- package/Queue/internal.d.ts +1 -1
- package/Queue/strategy.d.ts +10 -10
- package/Random/api.d.ts +8 -8
- package/Random/definition.d.ts +5 -5
- package/Random/live.d.ts +5 -5
- package/Ref/Atomic/Atomic.d.ts +4 -4
- package/Ref/Atomic/api.d.ts +11 -11
- package/Ref/Derived.d.ts +4 -4
- package/Ref/DerivedAll.d.ts +4 -4
- package/Ref/Synchronized/api.d.ts +16 -16
- package/Ref/Synchronized/constructors.d.ts +2 -2
- package/Ref/Synchronized/definition.d.ts +3 -3
- package/Ref/api/collect.d.ts +2 -2
- package/Ref/api/dimap.d.ts +8 -8
- package/Ref/api/filter.d.ts +3 -3
- package/Ref/api/get.d.ts +1 -1
- package/Ref/api/match.d.ts +1 -1
- package/Ref/api/matchAll.d.ts +1 -1
- package/Ref/api/modify.d.ts +10 -10
- package/Ref/api/set.d.ts +1 -1
- package/Ref/constructors.d.ts +3 -3
- package/Ref/definition.d.ts +15 -15
- package/RuntimeConfig.d.ts +2 -2
- package/STM/api/core-api.d.ts +5 -5
- package/STM/api/core-constructors.d.ts +9 -9
- package/STM/api.d.ts +60 -72
- package/STM/definition.d.ts +10 -9
- package/STM/driver.d.ts +2 -2
- package/STM/internal/CommitState.d.ts +1 -1
- package/STM/internal/Journal.d.ts +7 -6
- package/STM/internal/TryCommit.d.ts +1 -1
- package/Schedule/Decision.d.ts +10 -4
- package/Schedule/Driver.d.ts +4 -4
- package/Schedule/api/driver.d.ts +1 -1
- package/Schedule/api.d.ts +85 -73
- package/Schedule/definition.d.ts +1 -1
- package/Scope/Finalizer/definition.d.ts +3 -3
- package/Scope/ReleaseMap/api/releaseAll.d.ts +2 -2
- package/Scope/ReleaseMap/api.d.ts +7 -7
- package/Scope/ReleaseMap/definition.d.ts +3 -3
- package/Scope/api.d.ts +9 -10
- package/Scope/definition.d.ts +2 -2
- package/ScopedRef/api.d.ts +2 -3
- package/ScopedRef/definition.d.ts +1 -2
- package/Sink/api.d.ts +73 -74
- package/State/api.d.ts +2 -3
- package/Stream/api/zipAllWith.d.ts +3 -3
- package/Stream/api/zipWith.d.ts +1 -1
- package/Stream/api/zipWithChunks.d.ts +4 -4
- package/Stream/api.d.ts +171 -166
- package/Stream/definition.d.ts +3 -3
- package/Stream/internal/Handoff.d.ts +2 -2
- package/Stream/internal/Pull.d.ts +2 -2
- package/Stream/internal/Take.d.ts +4 -4
- package/Stream/internal/util.d.ts +1 -1
- package/Supervisor/api.d.ts +3 -3
- package/Supervisor/constructors.d.ts +6 -6
- package/Supervisor/definition.d.ts +3 -3
- package/TExit/constructors.d.ts +1 -1
- package/TExit/definition.d.ts +1 -1
- package/TFuture/api.d.ts +7 -7
- package/TFuture/constructors.d.ts +4 -4
- package/TFuture/definition.d.ts +3 -3
- package/TReentrantLock/api.d.ts +18 -19
- package/TReentrantLock/definition.d.ts +2 -2
- package/TRef/api.d.ts +15 -15
- package/TRef/constructors.d.ts +5 -5
- package/TRef/definition.d.ts +2 -2
- package/TSemaphore/api.d.ts +7 -7
- package/TSemaphore/constructors.d.ts +1 -1
- package/TSemaphore/definition.d.ts +1 -1
- package/_cjs/Cached/api.cjs +5 -5
- package/_cjs/Cached/api.cjs.map +1 -1
- package/_cjs/Channel/api/interruptWhen.cjs +1 -1
- package/_cjs/Channel/api/interruptWhen.cjs.map +1 -1
- package/_cjs/Channel/api/mapOutIOC.cjs +2 -2
- package/_cjs/Channel/api/mapOutIOC.cjs.map +1 -1
- package/_cjs/Channel/api/mergeAllWith.cjs +11 -11
- package/_cjs/Channel/api/mergeAllWith.cjs.map +1 -1
- package/_cjs/Channel/api/mergeWith.cjs +5 -5
- package/_cjs/Channel/api/mergeWith.cjs.map +1 -1
- package/_cjs/Channel/api/run.cjs +3 -1
- package/_cjs/Channel/api/run.cjs.map +1 -1
- package/_cjs/Channel/api.cjs +7 -7
- package/_cjs/Channel/api.cjs.map +1 -1
- package/_cjs/Channel/core-api.cjs.map +1 -1
- package/_cjs/Channel/definition.cjs.map +1 -1
- package/_cjs/Channel/internal/ChannelExecutor.cjs +6 -6
- package/_cjs/Channel/internal/ChannelExecutor.cjs.map +1 -1
- package/_cjs/Channel/internal/ChannelState.cjs +2 -1
- package/_cjs/Channel/internal/ChannelState.cjs.map +1 -1
- package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs +16 -16
- package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs.map +1 -1
- package/_cjs/Clock/live.cjs.map +1 -1
- package/_cjs/Console/api.cjs +5 -3
- package/_cjs/Console/api.cjs.map +1 -1
- package/_cjs/Fiber/FiberContext.cjs +8 -10
- package/_cjs/Fiber/FiberContext.cjs.map +1 -1
- package/_cjs/Fiber/api/await.cjs +1 -1
- package/_cjs/Fiber/api/await.cjs.map +1 -1
- package/_cjs/Fiber/api/awaitAll.cjs +2 -4
- package/_cjs/Fiber/api/awaitAll.cjs.map +1 -1
- package/_cjs/Fiber/api/children.cjs +1 -1
- package/_cjs/Fiber/api/children.cjs.map +1 -1
- package/_cjs/Fiber/api/collectAll.cjs +2 -4
- package/_cjs/Fiber/api/collectAll.cjs.map +1 -1
- package/_cjs/Fiber/api/evalOn.cjs +1 -1
- package/_cjs/Fiber/api/evalOn.cjs.map +1 -1
- package/_cjs/Fiber/api/evalOnIO.cjs +2 -4
- package/_cjs/Fiber/api/evalOnIO.cjs.map +1 -1
- package/_cjs/Fiber/api/fromIO.cjs +2 -4
- package/_cjs/Fiber/api/fromIO.cjs.map +1 -1
- package/_cjs/Fiber/api/id.cjs +1 -1
- package/_cjs/Fiber/api/id.cjs.map +1 -1
- package/_cjs/Fiber/api/inheritRefs.cjs +1 -1
- package/_cjs/Fiber/api/inheritRefs.cjs.map +1 -1
- package/_cjs/Fiber/api/interrupt.cjs +2 -4
- package/_cjs/Fiber/api/interrupt.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAll.cjs +4 -5
- package/_cjs/Fiber/api/interruptAll.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAs.cjs +1 -1
- package/_cjs/Fiber/api/interruptAs.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 +2 -4
- package/_cjs/Fiber/api/join.cjs.map +1 -1
- package/_cjs/Fiber/api/joinAll.cjs +2 -4
- package/_cjs/Fiber/api/joinAll.cjs.map +1 -1
- package/_cjs/Fiber/api/mapFiber.cjs +2 -4
- package/_cjs/Fiber/api/mapFiber.cjs.map +1 -1
- package/_cjs/Fiber/api/mapIO.cjs +4 -5
- package/_cjs/Fiber/api/mapIO.cjs.map +1 -1
- package/_cjs/Fiber/api/poll.cjs +1 -1
- package/_cjs/Fiber/api/poll.cjs.map +1 -1
- package/_cjs/Fiber/api/zipWith.cjs +2 -4
- package/_cjs/Fiber/api/zipWith.cjs.map +1 -1
- package/_cjs/Fiber/constructors.cjs +10 -11
- package/_cjs/Fiber/constructors.cjs.map +1 -1
- package/_cjs/FiberRef/api/locallyScoped.cjs +2 -4
- package/_cjs/FiberRef/api/locallyScoped.cjs.map +1 -1
- package/_cjs/FiberRef/api/locallyScopedWith.cjs +2 -4
- package/_cjs/FiberRef/api/locallyScopedWith.cjs.map +1 -1
- package/_cjs/FiberRef/api.cjs +13 -14
- package/_cjs/FiberRef/api.cjs.map +1 -1
- package/_cjs/FiberRef/constructors.cjs +4 -6
- package/_cjs/FiberRef/constructors.cjs.map +1 -1
- package/_cjs/FiberRef/unsafe.cjs +9 -1
- package/_cjs/FiberRef/unsafe.cjs.map +1 -1
- package/_cjs/Future/api.cjs +30 -31
- package/_cjs/Future/api.cjs.map +1 -1
- package/_cjs/Future/constructors.cjs +4 -5
- package/_cjs/Future/constructors.cjs.map +1 -1
- package/_cjs/Hub/api.cjs +44 -44
- package/_cjs/Hub/api.cjs.map +1 -1
- package/_cjs/Hub/internal.cjs +16 -24
- package/_cjs/Hub/internal.cjs.map +1 -1
- package/_cjs/IO/api/acquireRelease.cjs +2 -4
- package/_cjs/IO/api/acquireRelease.cjs.map +1 -1
- 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/addFinalizer.cjs +1 -1
- package/_cjs/IO/api/addFinalizer.cjs.map +1 -1
- package/_cjs/IO/api/addFinalizerExit.cjs +5 -11
- package/_cjs/IO/api/addFinalizerExit.cjs.map +1 -1
- package/_cjs/IO/api/asyncIO.cjs +5 -7
- package/_cjs/IO/api/asyncIO.cjs.map +1 -1
- package/_cjs/IO/api/bracket.cjs +2 -2
- package/_cjs/IO/api/bracket.cjs.map +1 -1
- package/_cjs/IO/api/bracketExit.cjs +2 -4
- package/_cjs/IO/api/bracketExit.cjs.map +1 -1
- package/_cjs/IO/api/concurrency.cjs +7 -7
- package/_cjs/IO/api/concurrency.cjs.map +1 -1
- package/_cjs/IO/api/concurrentFinalizers.cjs +2 -4
- package/_cjs/IO/api/concurrentFinalizers.cjs.map +1 -1
- package/_cjs/IO/api/consoleWith.cjs +3 -3
- package/_cjs/IO/api/consoleWith.cjs.map +1 -1
- package/_cjs/IO/api/core-scope.cjs +4 -4
- package/_cjs/IO/api/core-scope.cjs.map +1 -1
- package/_cjs/IO/api/ensuringChildren.cjs +2 -4
- package/_cjs/IO/api/ensuringChildren.cjs.map +1 -1
- package/_cjs/IO/api/environment.cjs +6 -8
- package/_cjs/IO/api/environment.cjs.map +1 -1
- package/_cjs/IO/api/foreachC.cjs +25 -27
- package/_cjs/IO/api/foreachC.cjs.map +1 -1
- package/_cjs/IO/api/foreachExec.cjs +2 -4
- package/_cjs/IO/api/foreachExec.cjs.map +1 -1
- package/_cjs/IO/api/forkIn.cjs +1 -1
- 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 +2 -4
- package/_cjs/IO/api/fulfill.cjs.map +1 -1
- package/_cjs/IO/api/interrupt.cjs +13 -13
- package/_cjs/IO/api/interrupt.cjs.map +1 -1
- package/_cjs/IO/api/memoize.cjs +4 -8
- package/_cjs/IO/api/memoize.cjs.map +1 -1
- package/_cjs/IO/api/onExit.cjs +2 -2
- package/_cjs/IO/api/onExit.cjs.map +1 -1
- package/_cjs/IO/api/onTermination.cjs +2 -2
- package/_cjs/IO/api/onTermination.cjs.map +1 -1
- package/_cjs/IO/api/once.cjs +1 -1
- package/_cjs/IO/api/once.cjs.map +1 -1
- package/_cjs/IO/api/provideLayer.cjs +2 -4
- package/_cjs/IO/api/provideLayer.cjs.map +1 -1
- package/_cjs/IO/api/provideSomeLayer.cjs +2 -3
- package/_cjs/IO/api/provideSomeLayer.cjs.map +1 -1
- package/_cjs/IO/api/race.cjs +4 -6
- package/_cjs/IO/api/race.cjs.map +1 -1
- package/_cjs/IO/api/raceFirst.cjs +2 -4
- package/_cjs/IO/api/raceFirst.cjs.map +1 -1
- package/_cjs/IO/api/randomWith.cjs +3 -3
- package/_cjs/IO/api/randomWith.cjs.map +1 -1
- package/_cjs/IO/api/repeat.cjs +10 -11
- package/_cjs/IO/api/repeat.cjs.map +1 -1
- package/_cjs/IO/api/retry.cjs +8 -9
- package/_cjs/IO/api/retry.cjs.map +1 -1
- package/_cjs/IO/api/schedule.cjs +6 -7
- package/_cjs/IO/api/schedule.cjs.map +1 -1
- package/_cjs/IO/api/scope.cjs +1 -1
- package/_cjs/IO/api/scope.cjs.map +1 -1
- package/_cjs/IO/api/scopeWith.cjs +2 -4
- package/_cjs/IO/api/scopeWith.cjs.map +1 -1
- package/_cjs/IO/api/scoped.cjs +4 -5
- package/_cjs/IO/api/scoped.cjs.map +1 -1
- package/_cjs/IO/api/stateful.cjs +1 -1
- package/_cjs/IO/api/stateful.cjs.map +1 -1
- package/_cjs/IO/api/timeout.cjs +3 -4
- 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 +2 -4
- package/_cjs/IO/api/withEarlyRelease.cjs.map +1 -1
- package/_cjs/IO/api/withFinalizer.cjs +2 -2
- package/_cjs/IO/api/withFinalizer.cjs.map +1 -1
- package/_cjs/IO/api/withFinalizerExit.cjs +2 -4
- package/_cjs/IO/api/withFinalizerExit.cjs.map +1 -1
- package/_cjs/IO/api/withRuntimeConfig.cjs +2 -4
- package/_cjs/IO/api/withRuntimeConfig.cjs.map +1 -1
- package/_cjs/IO/api/zipC.cjs +5 -6
- package/_cjs/IO/api/zipC.cjs.map +1 -1
- package/_cjs/IO/api.cjs +112 -112
- package/_cjs/IO/api.cjs.map +1 -1
- package/_cjs/IO/definition.cjs +5 -8
- package/_cjs/IO/definition.cjs.map +1 -1
- package/_cjs/IO/runtime.cjs +69 -21
- package/_cjs/IO/runtime.cjs.map +1 -1
- package/_cjs/IOEnv/live.cjs +3 -1
- package/_cjs/IOEnv/live.cjs.map +1 -1
- package/_cjs/Layer/MemoMap.cjs +45 -62
- package/_cjs/Layer/MemoMap.cjs.map +1 -1
- package/_cjs/Layer/api.cjs +84 -83
- package/_cjs/Layer/api.cjs.map +1 -1
- package/_cjs/Layer/definition.cjs +14 -7
- package/_cjs/Layer/definition.cjs.map +1 -1
- package/_cjs/Queue/api/dimapIO.cjs +14 -14
- package/_cjs/Queue/api/dimapIO.cjs.map +1 -1
- package/_cjs/Queue/api/filterInputIO.cjs +6 -6
- package/_cjs/Queue/api/filterInputIO.cjs.map +1 -1
- package/_cjs/Queue/api/filterOutputIO.cjs +6 -6
- package/_cjs/Queue/api/filterOutputIO.cjs.map +1 -1
- package/_cjs/Queue/api/operations.cjs +13 -13
- package/_cjs/Queue/api/operations.cjs.map +1 -1
- package/_cjs/Queue/api/poll.cjs +2 -4
- package/_cjs/Queue/api/poll.cjs.map +1 -1
- package/_cjs/Queue/api/takeBetween.cjs +10 -12
- package/_cjs/Queue/api/takeBetween.cjs.map +1 -1
- package/_cjs/Queue/api/zipWithIO.cjs +12 -12
- package/_cjs/Queue/api/zipWithIO.cjs.map +1 -1
- package/_cjs/Queue/constructors.cjs +8 -10
- package/_cjs/Queue/constructors.cjs.map +1 -1
- package/_cjs/Queue/internal.cjs +17 -17
- package/_cjs/Queue/internal.cjs.map +1 -1
- package/_cjs/Queue/strategy.cjs +16 -20
- package/_cjs/Queue/strategy.cjs.map +1 -1
- package/_cjs/Random/api.cjs +15 -13
- package/_cjs/Random/api.cjs.map +1 -1
- package/_cjs/Random/live.cjs +4 -4
- package/_cjs/Random/live.cjs.map +1 -1
- package/_cjs/Ref/Atomic/Atomic.cjs.map +1 -1
- package/_cjs/Ref/Atomic/api.cjs +19 -21
- package/_cjs/Ref/Atomic/api.cjs.map +1 -1
- package/_cjs/Ref/Derived.cjs.map +1 -1
- package/_cjs/Ref/DerivedAll.cjs +1 -1
- package/_cjs/Ref/DerivedAll.cjs.map +1 -1
- package/_cjs/Ref/Synchronized/api.cjs +25 -26
- package/_cjs/Ref/Synchronized/api.cjs.map +1 -1
- package/_cjs/Ref/Synchronized/constructors.cjs +8 -14
- package/_cjs/Ref/Synchronized/constructors.cjs.map +1 -1
- package/_cjs/Ref/Synchronized/definition.cjs +1 -1
- package/_cjs/Ref/Synchronized/definition.cjs.map +1 -1
- package/_cjs/Ref/api/collect.cjs +1 -1
- package/_cjs/Ref/api/collect.cjs.map +1 -1
- package/_cjs/Ref/api/dimap.cjs +12 -12
- package/_cjs/Ref/api/dimap.cjs.map +1 -1
- package/_cjs/Ref/api/filter.cjs +2 -2
- package/_cjs/Ref/api/filter.cjs.map +1 -1
- package/_cjs/Ref/api/get.cjs +1 -1
- package/_cjs/Ref/api/get.cjs.map +1 -1
- package/_cjs/Ref/api/modify.cjs +29 -30
- package/_cjs/Ref/api/modify.cjs.map +1 -1
- package/_cjs/Ref/api/set.cjs +1 -1
- package/_cjs/Ref/api/set.cjs.map +1 -1
- package/_cjs/Ref/constructors.cjs +3 -4
- package/_cjs/Ref/constructors.cjs.map +1 -1
- package/_cjs/STM/api/core-api.cjs +8 -8
- package/_cjs/STM/api/core-api.cjs.map +1 -1
- package/_cjs/STM/api/core-constructors.cjs +6 -6
- package/_cjs/STM/api/core-constructors.cjs.map +1 -1
- package/_cjs/STM/api.cjs +129 -148
- package/_cjs/STM/api.cjs.map +1 -1
- package/_cjs/STM/definition.cjs.map +1 -1
- package/_cjs/STM/driver.cjs +10 -6
- package/_cjs/STM/driver.cjs.map +1 -1
- package/_cjs/STM/internal/Journal.cjs +20 -22
- package/_cjs/STM/internal/Journal.cjs.map +1 -1
- package/_cjs/Schedule/Decision.cjs +17 -0
- package/_cjs/Schedule/Decision.cjs.map +1 -1
- package/_cjs/Schedule/api/driver.cjs +18 -21
- package/_cjs/Schedule/api/driver.cjs.map +1 -1
- package/_cjs/Schedule/api.cjs +205 -180
- package/_cjs/Schedule/api.cjs.map +1 -1
- package/_cjs/Scope/Finalizer/definition.cjs +4 -6
- package/_cjs/Scope/Finalizer/definition.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs +3 -5
- package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/api.cjs +14 -15
- package/_cjs/Scope/ReleaseMap/api.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/constructors.cjs +1 -1
- package/_cjs/Scope/ReleaseMap/constructors.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/definition.cjs +2 -4
- package/_cjs/Scope/ReleaseMap/definition.cjs.map +1 -1
- package/_cjs/Scope/api.cjs +20 -30
- package/_cjs/Scope/api.cjs.map +1 -1
- package/_cjs/ScopedRef/api.cjs +14 -22
- package/_cjs/ScopedRef/api.cjs.map +1 -1
- package/_cjs/Sink/api.cjs +92 -88
- package/_cjs/Sink/api.cjs.map +1 -1
- package/_cjs/State/api.cjs +5 -7
- package/_cjs/State/api.cjs.map +1 -1
- package/_cjs/Stream/api/zipAllWith.cjs +22 -24
- package/_cjs/Stream/api/zipAllWith.cjs.map +1 -1
- package/_cjs/Stream/api/zipWith.cjs +2 -2
- package/_cjs/Stream/api/zipWith.cjs.map +1 -1
- package/_cjs/Stream/api/zipWithChunks.cjs +20 -22
- package/_cjs/Stream/api/zipWithChunks.cjs.map +1 -1
- package/_cjs/Stream/api.cjs +436 -419
- package/_cjs/Stream/api.cjs.map +1 -1
- package/_cjs/Stream/internal/Handoff.cjs +12 -12
- package/_cjs/Stream/internal/Handoff.cjs.map +1 -1
- package/_cjs/Stream/internal/Pull.cjs +1 -1
- package/_cjs/Stream/internal/Pull.cjs.map +1 -1
- package/_cjs/Stream/internal/Take.cjs +1 -1
- package/_cjs/Stream/internal/Take.cjs.map +1 -1
- package/_cjs/Supervisor/api.cjs +3 -1
- package/_cjs/Supervisor/api.cjs.map +1 -1
- package/_cjs/Supervisor/constructors.cjs +14 -8
- package/_cjs/Supervisor/constructors.cjs.map +1 -1
- package/_cjs/TFuture/api.cjs +10 -10
- package/_cjs/TFuture/api.cjs.map +1 -1
- package/_cjs/TFuture/constructors.cjs +4 -4
- package/_cjs/TFuture/constructors.cjs.map +1 -1
- package/_cjs/TFuture/definition.cjs +2 -4
- package/_cjs/TFuture/definition.cjs.map +1 -1
- package/_cjs/TReentrantLock/api.cjs +41 -42
- package/_cjs/TReentrantLock/api.cjs.map +1 -1
- package/_cjs/TRef/api.cjs +40 -40
- package/_cjs/TRef/api.cjs.map +1 -1
- package/_cjs/TRef/constructors.cjs +6 -6
- package/_cjs/TRef/constructors.cjs.map +1 -1
- package/_cjs/TSemaphore/api.cjs +20 -21
- package/_cjs/TSemaphore/api.cjs.map +1 -1
- package/_cjs/TSemaphore/constructors.cjs +2 -2
- package/_cjs/TSemaphore/constructors.cjs.map +1 -1
- package/_cjs/TSemaphore/definition.cjs +2 -4
- package/_cjs/TSemaphore/definition.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/dropUntilIO.cjs +1 -1
- package/_cjs/collection/immutable/Conc/dropUntilIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/dropWhileIO.cjs +1 -1
- package/_cjs/collection/immutable/Conc/dropWhileIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/filterIO.cjs +5 -7
- package/_cjs/collection/immutable/Conc/filterIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/findIO.cjs +7 -9
- package/_cjs/collection/immutable/Conc/findIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/mapIO.cjs +3 -5
- package/_cjs/collection/immutable/Conc/mapIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/takeWhileIO.cjs +7 -9
- package/_cjs/collection/immutable/Conc/takeWhileIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc.cjs +26 -0
- package/_cjs/collection/immutable/Conc.cjs.map +1 -1
- package/_cjs/data/Exit/foreachIO.cjs +2 -4
- package/_cjs/data/Exit/foreachIO.cjs.map +1 -1
- package/_cjs/global.cjs +6 -0
- package/_cjs/global.cjs.map +1 -0
- package/_cjs/index.cjs +6 -0
- package/_cjs/index.cjs.map +1 -0
- package/_cjs/internal/Scheduler.cjs +64 -14
- package/_cjs/internal/Scheduler.cjs.map +1 -1
- package/_mjs/Cached/api.mjs +5 -5
- package/_mjs/Cached/api.mjs.map +1 -1
- package/_mjs/Channel/api/interruptWhen.mjs +1 -1
- package/_mjs/Channel/api/interruptWhen.mjs.map +1 -1
- package/_mjs/Channel/api/mapOutIOC.mjs +2 -2
- package/_mjs/Channel/api/mapOutIOC.mjs.map +1 -1
- package/_mjs/Channel/api/mergeAllWith.mjs +11 -11
- package/_mjs/Channel/api/mergeAllWith.mjs.map +1 -1
- package/_mjs/Channel/api/mergeWith.mjs +6 -5
- package/_mjs/Channel/api/mergeWith.mjs.map +1 -1
- package/_mjs/Channel/api/run.mjs +2 -1
- package/_mjs/Channel/api/run.mjs.map +1 -1
- package/_mjs/Channel/api.mjs +7 -7
- package/_mjs/Channel/api.mjs.map +1 -1
- package/_mjs/Channel/core-api.mjs.map +1 -1
- package/_mjs/Channel/definition.mjs.map +1 -1
- package/_mjs/Channel/internal/ChannelExecutor.mjs +6 -6
- package/_mjs/Channel/internal/ChannelExecutor.mjs.map +1 -1
- package/_mjs/Channel/internal/ChannelState.mjs +2 -1
- package/_mjs/Channel/internal/ChannelState.mjs.map +1 -1
- package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs +16 -16
- package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs.map +1 -1
- package/_mjs/Clock/live.mjs.map +1 -1
- package/_mjs/Console/api.mjs +4 -3
- package/_mjs/Console/api.mjs.map +1 -1
- package/_mjs/Fiber/FiberContext.mjs +9 -9
- package/_mjs/Fiber/FiberContext.mjs.map +1 -1
- package/_mjs/Fiber/api/await.mjs +1 -1
- package/_mjs/Fiber/api/await.mjs.map +1 -1
- package/_mjs/Fiber/api/awaitAll.mjs +2 -3
- package/_mjs/Fiber/api/awaitAll.mjs.map +1 -1
- package/_mjs/Fiber/api/children.mjs +1 -1
- package/_mjs/Fiber/api/children.mjs.map +1 -1
- package/_mjs/Fiber/api/collectAll.mjs +2 -3
- package/_mjs/Fiber/api/collectAll.mjs.map +1 -1
- package/_mjs/Fiber/api/evalOn.mjs +1 -1
- package/_mjs/Fiber/api/evalOn.mjs.map +1 -1
- package/_mjs/Fiber/api/evalOnIO.mjs +2 -3
- package/_mjs/Fiber/api/evalOnIO.mjs.map +1 -1
- package/_mjs/Fiber/api/fromIO.mjs +2 -3
- package/_mjs/Fiber/api/fromIO.mjs.map +1 -1
- package/_mjs/Fiber/api/id.mjs +1 -1
- package/_mjs/Fiber/api/id.mjs.map +1 -1
- package/_mjs/Fiber/api/inheritRefs.mjs +1 -1
- package/_mjs/Fiber/api/inheritRefs.mjs.map +1 -1
- package/_mjs/Fiber/api/interrupt.mjs +2 -3
- package/_mjs/Fiber/api/interrupt.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAll.mjs +4 -5
- package/_mjs/Fiber/api/interruptAll.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAs.mjs +1 -1
- package/_mjs/Fiber/api/interruptAs.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 +2 -3
- package/_mjs/Fiber/api/join.mjs.map +1 -1
- package/_mjs/Fiber/api/joinAll.mjs +2 -3
- package/_mjs/Fiber/api/joinAll.mjs.map +1 -1
- package/_mjs/Fiber/api/mapFiber.mjs +2 -3
- package/_mjs/Fiber/api/mapFiber.mjs.map +1 -1
- package/_mjs/Fiber/api/mapIO.mjs +4 -5
- package/_mjs/Fiber/api/mapIO.mjs.map +1 -1
- package/_mjs/Fiber/api/poll.mjs +1 -1
- package/_mjs/Fiber/api/poll.mjs.map +1 -1
- package/_mjs/Fiber/api/zipWith.mjs +2 -3
- package/_mjs/Fiber/api/zipWith.mjs.map +1 -1
- package/_mjs/Fiber/constructors.mjs +10 -11
- package/_mjs/Fiber/constructors.mjs.map +1 -1
- package/_mjs/FiberRef/api/locallyScoped.mjs +2 -3
- package/_mjs/FiberRef/api/locallyScoped.mjs.map +1 -1
- package/_mjs/FiberRef/api/locallyScopedWith.mjs +2 -3
- package/_mjs/FiberRef/api/locallyScopedWith.mjs.map +1 -1
- package/_mjs/FiberRef/api.mjs +13 -14
- package/_mjs/FiberRef/api.mjs.map +1 -1
- package/_mjs/FiberRef/constructors.mjs +4 -5
- package/_mjs/FiberRef/constructors.mjs.map +1 -1
- package/_mjs/FiberRef/unsafe.mjs +6 -0
- package/_mjs/FiberRef/unsafe.mjs.map +1 -1
- package/_mjs/Future/api.mjs +30 -31
- package/_mjs/Future/api.mjs.map +1 -1
- package/_mjs/Future/constructors.mjs +4 -5
- package/_mjs/Future/constructors.mjs.map +1 -1
- package/_mjs/Hub/api.mjs +44 -44
- package/_mjs/Hub/api.mjs.map +1 -1
- package/_mjs/Hub/internal.mjs +16 -24
- package/_mjs/Hub/internal.mjs.map +1 -1
- package/_mjs/IO/api/acquireRelease.mjs +2 -3
- package/_mjs/IO/api/acquireRelease.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/addFinalizer.mjs +1 -1
- package/_mjs/IO/api/addFinalizer.mjs.map +1 -1
- package/_mjs/IO/api/addFinalizerExit.mjs +5 -10
- package/_mjs/IO/api/addFinalizerExit.mjs.map +1 -1
- package/_mjs/IO/api/asyncIO.mjs +5 -6
- 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 -3
- package/_mjs/IO/api/bracketExit.mjs.map +1 -1
- package/_mjs/IO/api/concurrency.mjs +7 -7
- package/_mjs/IO/api/concurrency.mjs.map +1 -1
- package/_mjs/IO/api/concurrentFinalizers.mjs +2 -3
- package/_mjs/IO/api/concurrentFinalizers.mjs.map +1 -1
- package/_mjs/IO/api/consoleWith.mjs +3 -3
- package/_mjs/IO/api/consoleWith.mjs.map +1 -1
- package/_mjs/IO/api/core-scope.mjs +4 -4
- package/_mjs/IO/api/core-scope.mjs.map +1 -1
- package/_mjs/IO/api/ensuringChildren.mjs +2 -3
- package/_mjs/IO/api/ensuringChildren.mjs.map +1 -1
- package/_mjs/IO/api/environment.mjs +6 -8
- package/_mjs/IO/api/environment.mjs.map +1 -1
- package/_mjs/IO/api/foreachC.mjs +25 -26
- package/_mjs/IO/api/foreachC.mjs.map +1 -1
- package/_mjs/IO/api/foreachExec.mjs +2 -3
- package/_mjs/IO/api/foreachExec.mjs.map +1 -1
- package/_mjs/IO/api/forkIn.mjs +1 -1
- 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 +2 -3
- package/_mjs/IO/api/fulfill.mjs.map +1 -1
- package/_mjs/IO/api/interrupt.mjs +13 -13
- package/_mjs/IO/api/interrupt.mjs.map +1 -1
- package/_mjs/IO/api/memoize.mjs +4 -8
- package/_mjs/IO/api/memoize.mjs.map +1 -1
- package/_mjs/IO/api/onExit.mjs +2 -2
- package/_mjs/IO/api/onExit.mjs.map +1 -1
- package/_mjs/IO/api/onTermination.mjs +2 -2
- package/_mjs/IO/api/onTermination.mjs.map +1 -1
- package/_mjs/IO/api/once.mjs +1 -1
- package/_mjs/IO/api/once.mjs.map +1 -1
- package/_mjs/IO/api/provideLayer.mjs +2 -3
- package/_mjs/IO/api/provideLayer.mjs.map +1 -1
- package/_mjs/IO/api/provideSomeLayer.mjs +2 -3
- package/_mjs/IO/api/provideSomeLayer.mjs.map +1 -1
- package/_mjs/IO/api/race.mjs +4 -5
- package/_mjs/IO/api/race.mjs.map +1 -1
- package/_mjs/IO/api/raceFirst.mjs +2 -3
- package/_mjs/IO/api/raceFirst.mjs.map +1 -1
- package/_mjs/IO/api/randomWith.mjs +3 -3
- package/_mjs/IO/api/randomWith.mjs.map +1 -1
- package/_mjs/IO/api/repeat.mjs +10 -11
- package/_mjs/IO/api/repeat.mjs.map +1 -1
- package/_mjs/IO/api/retry.mjs +8 -9
- package/_mjs/IO/api/retry.mjs.map +1 -1
- package/_mjs/IO/api/schedule.mjs +6 -7
- package/_mjs/IO/api/schedule.mjs.map +1 -1
- package/_mjs/IO/api/scope.mjs +1 -1
- package/_mjs/IO/api/scope.mjs.map +1 -1
- package/_mjs/IO/api/scopeWith.mjs +2 -3
- package/_mjs/IO/api/scopeWith.mjs.map +1 -1
- package/_mjs/IO/api/scoped.mjs +4 -5
- package/_mjs/IO/api/scoped.mjs.map +1 -1
- package/_mjs/IO/api/stateful.mjs +1 -1
- package/_mjs/IO/api/stateful.mjs.map +1 -1
- package/_mjs/IO/api/timeout.mjs +3 -4
- 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 +2 -3
- package/_mjs/IO/api/withEarlyRelease.mjs.map +1 -1
- package/_mjs/IO/api/withFinalizer.mjs +2 -2
- package/_mjs/IO/api/withFinalizer.mjs.map +1 -1
- package/_mjs/IO/api/withFinalizerExit.mjs +2 -3
- package/_mjs/IO/api/withFinalizerExit.mjs.map +1 -1
- package/_mjs/IO/api/withRuntimeConfig.mjs +2 -3
- package/_mjs/IO/api/withRuntimeConfig.mjs.map +1 -1
- package/_mjs/IO/api/zipC.mjs +5 -6
- package/_mjs/IO/api/zipC.mjs.map +1 -1
- package/_mjs/IO/api.mjs +112 -112
- package/_mjs/IO/api.mjs.map +1 -1
- package/_mjs/IO/definition.mjs +3 -5
- package/_mjs/IO/definition.mjs.map +1 -1
- package/_mjs/IO/runtime.mjs +61 -18
- package/_mjs/IO/runtime.mjs.map +1 -1
- package/_mjs/IOEnv/live.mjs +2 -1
- package/_mjs/IOEnv/live.mjs.map +1 -1
- package/_mjs/Layer/MemoMap.mjs +43 -60
- package/_mjs/Layer/MemoMap.mjs.map +1 -1
- package/_mjs/Layer/api.mjs +84 -84
- package/_mjs/Layer/api.mjs.map +1 -1
- package/_mjs/Layer/definition.mjs +14 -7
- package/_mjs/Layer/definition.mjs.map +1 -1
- package/_mjs/Queue/api/dimapIO.mjs +14 -14
- package/_mjs/Queue/api/dimapIO.mjs.map +1 -1
- package/_mjs/Queue/api/filterInputIO.mjs +6 -6
- package/_mjs/Queue/api/filterInputIO.mjs.map +1 -1
- package/_mjs/Queue/api/filterOutputIO.mjs +6 -6
- package/_mjs/Queue/api/filterOutputIO.mjs.map +1 -1
- package/_mjs/Queue/api/operations.mjs +13 -13
- package/_mjs/Queue/api/operations.mjs.map +1 -1
- package/_mjs/Queue/api/poll.mjs +2 -3
- package/_mjs/Queue/api/poll.mjs.map +1 -1
- package/_mjs/Queue/api/takeBetween.mjs +10 -11
- package/_mjs/Queue/api/takeBetween.mjs.map +1 -1
- package/_mjs/Queue/api/zipWithIO.mjs +12 -12
- package/_mjs/Queue/api/zipWithIO.mjs.map +1 -1
- package/_mjs/Queue/constructors.mjs +8 -9
- package/_mjs/Queue/constructors.mjs.map +1 -1
- package/_mjs/Queue/internal.mjs +17 -17
- package/_mjs/Queue/internal.mjs.map +1 -1
- package/_mjs/Queue/strategy.mjs +16 -20
- package/_mjs/Queue/strategy.mjs.map +1 -1
- package/_mjs/Random/api.mjs +14 -13
- package/_mjs/Random/api.mjs.map +1 -1
- package/_mjs/Random/live.mjs +4 -4
- package/_mjs/Random/live.mjs.map +1 -1
- package/_mjs/Ref/Atomic/Atomic.mjs.map +1 -1
- package/_mjs/Ref/Atomic/api.mjs +19 -20
- package/_mjs/Ref/Atomic/api.mjs.map +1 -1
- package/_mjs/Ref/Derived.mjs.map +1 -1
- package/_mjs/Ref/DerivedAll.mjs +1 -1
- package/_mjs/Ref/DerivedAll.mjs.map +1 -1
- package/_mjs/Ref/Synchronized/api.mjs +25 -26
- package/_mjs/Ref/Synchronized/api.mjs.map +1 -1
- package/_mjs/Ref/Synchronized/constructors.mjs +8 -13
- package/_mjs/Ref/Synchronized/constructors.mjs.map +1 -1
- package/_mjs/Ref/Synchronized/definition.mjs +1 -1
- package/_mjs/Ref/Synchronized/definition.mjs.map +1 -1
- package/_mjs/Ref/api/collect.mjs +1 -1
- package/_mjs/Ref/api/collect.mjs.map +1 -1
- package/_mjs/Ref/api/dimap.mjs +12 -12
- package/_mjs/Ref/api/dimap.mjs.map +1 -1
- package/_mjs/Ref/api/filter.mjs +2 -2
- package/_mjs/Ref/api/filter.mjs.map +1 -1
- package/_mjs/Ref/api/get.mjs +1 -1
- package/_mjs/Ref/api/get.mjs.map +1 -1
- package/_mjs/Ref/api/modify.mjs +29 -30
- package/_mjs/Ref/api/modify.mjs.map +1 -1
- package/_mjs/Ref/api/set.mjs +1 -1
- package/_mjs/Ref/api/set.mjs.map +1 -1
- package/_mjs/Ref/constructors.mjs +3 -4
- package/_mjs/Ref/constructors.mjs.map +1 -1
- package/_mjs/STM/api/core-api.mjs +8 -8
- package/_mjs/STM/api/core-api.mjs.map +1 -1
- package/_mjs/STM/api/core-constructors.mjs +6 -6
- package/_mjs/STM/api/core-constructors.mjs.map +1 -1
- package/_mjs/STM/api.mjs +122 -142
- package/_mjs/STM/api.mjs.map +1 -1
- package/_mjs/STM/definition.mjs.map +1 -1
- package/_mjs/STM/driver.mjs +9 -6
- package/_mjs/STM/driver.mjs.map +1 -1
- package/_mjs/STM/internal/Journal.mjs +20 -21
- package/_mjs/STM/internal/Journal.mjs.map +1 -1
- package/_mjs/Schedule/Decision.mjs +9 -0
- package/_mjs/Schedule/Decision.mjs.map +1 -1
- package/_mjs/Schedule/api/driver.mjs +17 -20
- package/_mjs/Schedule/api/driver.mjs.map +1 -1
- package/_mjs/Schedule/api.mjs +198 -177
- package/_mjs/Schedule/api.mjs.map +1 -1
- package/_mjs/Scope/Finalizer/definition.mjs +4 -5
- package/_mjs/Scope/Finalizer/definition.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs +3 -4
- package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/api.mjs +14 -15
- package/_mjs/Scope/ReleaseMap/api.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/constructors.mjs +1 -1
- package/_mjs/Scope/ReleaseMap/constructors.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/definition.mjs +2 -3
- package/_mjs/Scope/ReleaseMap/definition.mjs.map +1 -1
- package/_mjs/Scope/api.mjs +20 -30
- package/_mjs/Scope/api.mjs.map +1 -1
- package/_mjs/ScopedRef/api.mjs +14 -22
- package/_mjs/ScopedRef/api.mjs.map +1 -1
- package/_mjs/Sink/api.mjs +92 -88
- package/_mjs/Sink/api.mjs.map +1 -1
- package/_mjs/State/api.mjs +5 -6
- package/_mjs/State/api.mjs.map +1 -1
- package/_mjs/Stream/api/zipAllWith.mjs +22 -23
- package/_mjs/Stream/api/zipAllWith.mjs.map +1 -1
- package/_mjs/Stream/api/zipWith.mjs +2 -2
- package/_mjs/Stream/api/zipWith.mjs.map +1 -1
- package/_mjs/Stream/api/zipWithChunks.mjs +20 -21
- package/_mjs/Stream/api/zipWithChunks.mjs.map +1 -1
- package/_mjs/Stream/api.mjs +430 -417
- package/_mjs/Stream/api.mjs.map +1 -1
- package/_mjs/Stream/internal/Handoff.mjs +12 -12
- package/_mjs/Stream/internal/Handoff.mjs.map +1 -1
- package/_mjs/Stream/internal/Pull.mjs +1 -1
- package/_mjs/Stream/internal/Pull.mjs.map +1 -1
- package/_mjs/Stream/internal/Take.mjs +1 -1
- package/_mjs/Stream/internal/Take.mjs.map +1 -1
- package/_mjs/Supervisor/api.mjs +2 -1
- package/_mjs/Supervisor/api.mjs.map +1 -1
- package/_mjs/Supervisor/constructors.mjs +9 -6
- package/_mjs/Supervisor/constructors.mjs.map +1 -1
- package/_mjs/TFuture/api.mjs +10 -10
- package/_mjs/TFuture/api.mjs.map +1 -1
- package/_mjs/TFuture/constructors.mjs +4 -4
- package/_mjs/TFuture/constructors.mjs.map +1 -1
- package/_mjs/TFuture/definition.mjs +2 -3
- package/_mjs/TFuture/definition.mjs.map +1 -1
- package/_mjs/TReentrantLock/api.mjs +41 -42
- package/_mjs/TReentrantLock/api.mjs.map +1 -1
- package/_mjs/TRef/api.mjs +40 -40
- package/_mjs/TRef/api.mjs.map +1 -1
- package/_mjs/TRef/constructors.mjs +6 -6
- package/_mjs/TRef/constructors.mjs.map +1 -1
- package/_mjs/TSemaphore/api.mjs +17 -18
- package/_mjs/TSemaphore/api.mjs.map +1 -1
- package/_mjs/TSemaphore/constructors.mjs +2 -2
- package/_mjs/TSemaphore/constructors.mjs.map +1 -1
- package/_mjs/TSemaphore/definition.mjs +2 -3
- package/_mjs/TSemaphore/definition.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/dropUntilIO.mjs +1 -1
- package/_mjs/collection/immutable/Conc/dropUntilIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/dropWhileIO.mjs +1 -1
- package/_mjs/collection/immutable/Conc/dropWhileIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/filterIO.mjs +5 -6
- package/_mjs/collection/immutable/Conc/filterIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/findIO.mjs +7 -8
- package/_mjs/collection/immutable/Conc/findIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/mapIO.mjs +3 -4
- package/_mjs/collection/immutable/Conc/mapIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/takeWhileIO.mjs +7 -8
- package/_mjs/collection/immutable/Conc/takeWhileIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc.mjs +2 -0
- package/_mjs/collection/immutable/Conc.mjs.map +1 -1
- package/_mjs/data/Exit/foreachIO.mjs +2 -3
- package/_mjs/data/Exit/foreachIO.mjs.map +1 -1
- package/_mjs/global.mjs +2 -0
- package/_mjs/global.mjs.map +1 -0
- package/_mjs/index.mjs +2 -0
- package/_mjs/index.mjs.map +1 -0
- package/_mjs/internal/Scheduler.mjs +62 -15
- package/_mjs/internal/Scheduler.mjs.map +1 -1
- package/_src/Cached/api.ts +4 -3
- package/_src/Channel/api/interruptWhen.ts +1 -1
- package/_src/Channel/api/mapOutIOC.ts +2 -2
- package/_src/Channel/api/mergeAll.ts +1 -1
- package/_src/Channel/api/mergeAllUnboundedWith.ts +1 -1
- package/_src/Channel/api/mergeAllWith.ts +3 -3
- package/_src/Channel/api/mergeMap.ts +1 -1
- package/_src/Channel/api/mergeWith.ts +9 -9
- package/_src/Channel/api/runScoped.ts +1 -1
- package/_src/Channel/api/toPull.ts +1 -1
- package/_src/Channel/api/zipC.ts +3 -3
- package/_src/Channel/api.ts +73 -73
- package/_src/Channel/core-api.ts +11 -13
- package/_src/Channel/definition.ts +19 -19
- package/_src/Channel/internal/MergeDecision.ts +1 -1
- package/_src/Clock/live.ts +1 -1
- package/_src/Console/api.ts +1 -1
- package/_src/Fiber/FiberContext.ts +10 -8
- package/_src/Fiber/api/await.ts +1 -1
- package/_src/Fiber/api/awaitAll.ts +1 -1
- package/_src/Fiber/api/children.ts +1 -1
- package/_src/Fiber/api/collectAll.ts +4 -1
- package/_src/Fiber/api/evalOn.ts +6 -1
- package/_src/Fiber/api/evalOnIO.ts +2 -1
- package/_src/Fiber/api/fromIO.ts +1 -1
- package/_src/Fiber/api/id.ts +1 -1
- package/_src/Fiber/api/inheritRefs.ts +1 -1
- package/_src/Fiber/api/interrupt.ts +1 -1
- package/_src/Fiber/api/interruptAll.ts +2 -2
- package/_src/Fiber/api/interruptAs.ts +1 -1
- package/_src/Fiber/api/join.ts +1 -1
- package/_src/Fiber/api/joinAll.ts +1 -1
- package/_src/Fiber/api/mapFiber.ts +5 -1
- package/_src/Fiber/api/mapIO.ts +6 -2
- package/_src/Fiber/api/poll.ts +1 -1
- package/_src/Fiber/api/zipWith.ts +1 -0
- package/_src/Fiber/constructors.ts +5 -5
- package/_src/Fiber/definition.ts +1 -1
- package/_src/FiberRef/api/locallyScoped.ts +1 -1
- package/_src/FiberRef/api/locallyScopedWith.ts +5 -1
- package/_src/FiberRef/api.ts +7 -7
- package/_src/FiberRef/constructors.ts +4 -2
- package/_src/FiberRef/unsafe.ts +7 -0
- package/_src/Future/api.ts +24 -16
- package/_src/Future/constructors.ts +2 -2
- package/_src/Hub/api.ts +50 -23
- package/_src/Hub/definition.ts +6 -6
- package/_src/Hub/internal.ts +15 -15
- package/_src/IO/api/acquireRelease.ts +2 -1
- package/_src/IO/api/acquireReleaseExit.ts +1 -1
- package/_src/IO/api/acquireReleaseInterruptible.ts +1 -1
- package/_src/IO/api/acquireReleaseInterruptibleExit.ts +1 -1
- package/_src/IO/api/addFinalizer.ts +1 -4
- package/_src/IO/api/addFinalizerExit.ts +6 -5
- package/_src/IO/api/asyncIO.ts +4 -1
- package/_src/IO/api/bracket.ts +2 -1
- package/_src/IO/api/bracketExit.ts +2 -1
- package/_src/IO/api/concurrency.ts +6 -3
- package/_src/IO/api/concurrentFinalizers.ts +1 -1
- package/_src/IO/api/consoleWith.ts +1 -1
- package/_src/IO/api/core-scope.ts +1 -1
- package/_src/IO/api/ensuringChildren.ts +3 -2
- package/_src/IO/api/environment.ts +9 -11
- package/_src/IO/api/foreachC.ts +33 -6
- package/_src/IO/api/foreachExec.ts +1 -0
- package/_src/IO/api/forkScoped.ts +1 -1
- package/_src/IO/api/fulfill.ts +1 -1
- package/_src/IO/api/interrupt.ts +13 -5
- package/_src/IO/api/memoize.ts +3 -3
- package/_src/IO/api/onExit.ts +2 -1
- package/_src/IO/api/onTermination.ts +2 -2
- package/_src/IO/api/provideLayer.ts +1 -0
- package/_src/IO/api/provideSomeLayer.ts +1 -3
- package/_src/IO/api/race.ts +6 -2
- package/_src/IO/api/raceFirst.ts +6 -2
- package/_src/IO/api/randomWith.ts +1 -1
- package/_src/IO/api/repeat.ts +7 -7
- package/_src/IO/api/retry.ts +7 -7
- package/_src/IO/api/schedule.ts +4 -3
- package/_src/IO/api/scope.ts +1 -1
- package/_src/IO/api/scopeWith.ts +1 -1
- package/_src/IO/api/scoped.ts +2 -2
- package/_src/IO/api/sequenceT.ts +1 -1
- package/_src/IO/api/stateful.ts +1 -1
- package/_src/IO/api/timeout.ts +5 -1
- package/_src/IO/api/withChildren.ts +1 -1
- package/_src/IO/api/withEarlyRelease.ts +4 -1
- package/_src/IO/api/withFinalizer.ts +2 -1
- package/_src/IO/api/withFinalizerExit.ts +2 -1
- package/_src/IO/api/withRuntimeConfig.ts +5 -1
- package/_src/IO/api/zipC.ts +7 -2
- package/_src/IO/api.ts +125 -75
- package/_src/IO/definition.ts +32 -27
- package/_src/IO/runtime.ts +66 -12
- package/_src/IOEnv/definition.ts +1 -1
- package/_src/Layer/MemoMap.ts +41 -34
- package/_src/Layer/api.ts +82 -49
- package/_src/Layer/definition.ts +11 -8
- package/_src/Queue/api/dimapIO.ts +21 -11
- package/_src/Queue/api/filterInputIO.ts +6 -4
- package/_src/Queue/api/filterOutputIO.ts +8 -6
- package/_src/Queue/api/operations.ts +28 -10
- package/_src/Queue/api/poll.ts +4 -1
- package/_src/Queue/api/takeBetween.ts +6 -1
- package/_src/Queue/api/zipWithIO.ts +13 -10
- package/_src/Queue/constructors.ts +4 -4
- package/_src/Queue/definition.ts +10 -10
- package/_src/Queue/internal.ts +7 -7
- package/_src/Queue/strategy.ts +18 -10
- package/_src/Random/api.ts +5 -5
- package/_src/Random/definition.ts +5 -5
- package/_src/Random/live.ts +4 -4
- package/_src/Ref/Atomic/Atomic.ts +3 -3
- package/_src/Ref/Atomic/api.ts +10 -10
- package/_src/Ref/Derived.ts +3 -3
- package/_src/Ref/DerivedAll.ts +3 -3
- package/_src/Ref/Synchronized/api.ts +33 -18
- package/_src/Ref/Synchronized/constructors.ts +5 -5
- package/_src/Ref/Synchronized/definition.ts +2 -2
- package/_src/Ref/api/collect.ts +1 -0
- package/_src/Ref/api/dimap.ts +7 -0
- package/_src/Ref/api/filter.ts +2 -0
- package/_src/Ref/api/get.ts +5 -2
- package/_src/Ref/api/modify.ts +21 -9
- package/_src/Ref/api/set.ts +5 -1
- package/_src/Ref/constructors.ts +2 -2
- package/_src/Ref/definition.ts +14 -14
- package/_src/STM/api/core-api.ts +20 -7
- package/_src/STM/api/core-constructors.ts +7 -7
- package/_src/STM/api.ts +150 -116
- package/_src/STM/definition.ts +6 -6
- package/_src/STM/driver.ts +3 -3
- package/_src/STM/internal/Journal.ts +25 -16
- package/_src/Schedule/Decision.ts +10 -3
- package/_src/Schedule/Driver.ts +2 -2
- package/_src/Schedule/api/driver.ts +6 -6
- package/_src/Schedule/api.ts +182 -82
- package/_src/Schedule/definition.ts +1 -1
- package/_src/Scope/Finalizer/definition.ts +2 -2
- package/_src/Scope/ReleaseMap/api/releaseAll.ts +6 -1
- package/_src/Scope/ReleaseMap/api.ts +15 -5
- package/_src/Scope/ReleaseMap/definition.ts +1 -1
- package/_src/Scope/api.ts +23 -15
- package/_src/ScopedRef/api.ts +12 -17
- package/_src/ScopedRef/definition.ts +1 -1
- package/_src/Sink/api.ts +111 -85
- package/_src/State/api.ts +1 -1
- package/_src/Stream/api/zipAllWith.ts +5 -2
- package/_src/Stream/api/zipWith.ts +2 -1
- package/_src/Stream/api/zipWithChunks.ts +5 -2
- package/_src/Stream/api.ts +484 -216
- package/_src/Stream/definition.ts +3 -3
- package/_src/Stream/internal/Take.ts +1 -1
- package/_src/Supervisor/constructors.ts +7 -3
- package/_src/TFuture/api.ts +5 -5
- package/_src/TFuture/constructors.ts +2 -2
- package/_src/TFuture/definition.ts +1 -1
- package/_src/TReentrantLock/api.ts +18 -18
- package/_src/TRef/api.ts +36 -14
- package/_src/TRef/constructors.ts +4 -4
- package/_src/TSemaphore/api.ts +7 -7
- package/_src/TSemaphore/constructors.ts +1 -1
- package/_src/TSemaphore/definition.ts +1 -1
- package/_src/collection/immutable/Conc/filterIO.ts +5 -1
- package/_src/collection/immutable/Conc/findIO.ts +6 -1
- package/_src/collection/immutable/Conc/mapIO.ts +1 -1
- package/_src/collection/immutable/Conc/takeWhileIO.ts +5 -1
- package/_src/collection/immutable/Conc.ts +2 -0
- package/_src/data/Exit/foreachIO.ts +1 -0
- package/_src/global.ts +149 -0
- package/_src/index.ts +42 -0
- package/_src/internal/Scheduler.ts +59 -15
- package/collection/immutable/Conc/filterIO.d.ts +1 -1
- package/collection/immutable/Conc/findIO.d.ts +2 -2
- package/collection/immutable/Conc/mapIO.d.ts +1 -1
- package/collection/immutable/Conc/takeWhileIO.d.ts +1 -1
- package/collection/immutable/Conc.d.ts +2 -0
- package/data/Exit/foreachIO.d.ts +2 -2
- package/global.d.ts +149 -0
- package/index.d.ts +40 -0
- package/internal/Scheduler.d.ts +18 -1
- package/package.json +3 -3
package/_mjs/STM/api.mjs
CHANGED
|
@@ -5,15 +5,16 @@ import * as tsplus_module_3 from "@fncts/io/IO/api";
|
|
|
5
5
|
import * as tsplus_module_4 from "@fncts/io/TxnId";
|
|
6
6
|
import * as tsplus_module_5 from "@fncts/io/STM/internal/CommitState";
|
|
7
7
|
import * as tsplus_module_6 from "@fncts/io/IO/api/interrupt";
|
|
8
|
-
import * as tsplus_module_7 from "@fncts/io/
|
|
9
|
-
import * as tsplus_module_8 from "@fncts/io/
|
|
10
|
-
import * as tsplus_module_9 from "@fncts/
|
|
11
|
-
import * as tsplus_module_10 from "@fncts/
|
|
12
|
-
import * as tsplus_module_11 from "@fncts/base/data/
|
|
13
|
-
import * as tsplus_module_12 from "@fncts/base/data/
|
|
8
|
+
import * as tsplus_module_7 from "@fncts/io/FiberRef/unsafe";
|
|
9
|
+
import * as tsplus_module_8 from "@fncts/io/FiberRef/api";
|
|
10
|
+
import * as tsplus_module_9 from "@fncts/io/IO/api/environment";
|
|
11
|
+
import * as tsplus_module_10 from "@fncts/io/STM/api/core-constructors";
|
|
12
|
+
import * as tsplus_module_11 from "@fncts/base/data/Maybe/api";
|
|
13
|
+
import * as tsplus_module_12 from "@fncts/base/data/Either/constructors";
|
|
14
|
+
import * as tsplus_module_13 from "@fncts/base/data/Either/destructors";
|
|
15
|
+
import * as tsplus_module_14 from "@fncts/base/data/Maybe/destructors";
|
|
14
16
|
export const as_ = as_1;
|
|
15
17
|
export const environment = environment_1;
|
|
16
|
-
export const environmentWithSTM = environmentWithSTM_1;
|
|
17
18
|
export const atomically = atomically_1;
|
|
18
19
|
export const continueOrFailSTM_ = continueOrFailSTM_1;
|
|
19
20
|
export const continueOrRetrySTM_ = continueOrRetrySTM_1;
|
|
@@ -24,7 +25,6 @@ export const filterMapSTM_ = filterMapSTM_1;
|
|
|
24
25
|
export const filterOrElse_ = filterOrElse_1;
|
|
25
26
|
export const flatten = flatten_1;
|
|
26
27
|
export const fromEitherNow = fromEitherNow_1;
|
|
27
|
-
export const provideEnvironment_ = provideEnvironment_1;
|
|
28
28
|
export const contramapEnvironment_ = contramapEnvironment_1;
|
|
29
29
|
export const halt = halt_1;
|
|
30
30
|
export const mapError_ = mapError_1;
|
|
@@ -44,8 +44,8 @@ import { tryCommitAsync, tryCommitSync } from "./internal/Journal.mjs";
|
|
|
44
44
|
* @tsplus fluent fncts.io.STM as
|
|
45
45
|
*/
|
|
46
46
|
|
|
47
|
-
function as_1(stm, b) {
|
|
48
|
-
return tsplus_module_1.map_(stm, () => b());
|
|
47
|
+
function as_1(stm, b, __tsplusTrace) {
|
|
48
|
+
return tsplus_module_1.map_(stm, () => b(), __tsplusTrace);
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* Maps the success value of this effect to an optional value.
|
|
@@ -54,8 +54,8 @@ function as_1(stm, b) {
|
|
|
54
54
|
*/
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
export function asJust(stm) {
|
|
58
|
-
return tsplus_module_1.map_(stm, tsplus_module_2.just);
|
|
57
|
+
export function asJust(stm, __tsplusTrace) {
|
|
58
|
+
return tsplus_module_1.map_(stm, tsplus_module_2.just, __tsplusTrace);
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
61
|
* Maps the error value of this effect to an optional value.
|
|
@@ -63,8 +63,8 @@ export function asJust(stm) {
|
|
|
63
63
|
* @tsplus getter fncts.io.STM asJustError
|
|
64
64
|
*/
|
|
65
65
|
|
|
66
|
-
export function asJustError(stm) {
|
|
67
|
-
return mapError_1(stm, tsplus_module_2.just);
|
|
66
|
+
export function asJustError(stm, __tsplusTrace) {
|
|
67
|
+
return mapError_1(stm, tsplus_module_2.just, __tsplusTrace);
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
70
|
* Submerges the error case of an `Either` into the `STM`. The inverse
|
|
@@ -73,14 +73,14 @@ export function asJustError(stm) {
|
|
|
73
73
|
* @tsplus getter fncts.io.STM absolve
|
|
74
74
|
*/
|
|
75
75
|
|
|
76
|
-
export function absolve(z) {
|
|
77
|
-
return tsplus_module_1.flatMap_(z, fromEitherNow_1);
|
|
76
|
+
export function absolve(z, __tsplusTrace) {
|
|
77
|
+
return tsplus_module_1.flatMap_(z, fromEitherNow_1, __tsplusTrace);
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
80
|
* @tsplus static fncts.io.STMOps Effect
|
|
81
81
|
*/
|
|
82
82
|
|
|
83
|
-
export function makeEffect(f) {
|
|
83
|
+
export function makeEffect(f, __tsplusTrace) {
|
|
84
84
|
return new Effect(f);
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
@@ -89,7 +89,7 @@ export function makeEffect(f) {
|
|
|
89
89
|
* @tsplus static fncts.io.STMOps environment
|
|
90
90
|
*/
|
|
91
91
|
|
|
92
|
-
function environment_1() {
|
|
92
|
+
function environment_1(__tsplusTrace) {
|
|
93
93
|
return new Effect((_, __, r) => r);
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
@@ -99,8 +99,8 @@ function environment_1() {
|
|
|
99
99
|
*/
|
|
100
100
|
|
|
101
101
|
|
|
102
|
-
export function environmentWith(f) {
|
|
103
|
-
return tsplus_module_1.map_(environment_1(), f);
|
|
102
|
+
export function environmentWith(f, __tsplusTrace) {
|
|
103
|
+
return tsplus_module_1.map_(environment_1(__tsplusTrace), f, __tsplusTrace);
|
|
104
104
|
}
|
|
105
105
|
/**
|
|
106
106
|
* Accesses the environment of the transaction to perform a transaction.
|
|
@@ -108,25 +108,24 @@ export function environmentWith(f) {
|
|
|
108
108
|
* @tsplus static fncts.io.STMOps environmentWithSTM
|
|
109
109
|
*/
|
|
110
110
|
|
|
111
|
-
function
|
|
112
|
-
return tsplus_module_1.flatMap_(environment_1(), f);
|
|
111
|
+
export function environmentWithSTM(f, __tsplusTrace) {
|
|
112
|
+
return tsplus_module_1.flatMap_(environment_1(__tsplusTrace), f, __tsplusTrace);
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
115
|
* @tsplus static fncts.io.STMOps atomically
|
|
116
116
|
* @tsplus getter fncts.io.STM commit
|
|
117
117
|
*/
|
|
118
118
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
const result = tryCommitSync(fiberId, stm, r);
|
|
119
|
+
function atomically_1(stm, __tsplusTrace) {
|
|
120
|
+
return tsplus_module_9.environmentWithIO(r => tsplus_module_8.getWith_(tsplus_module_7.currentScheduler, scheduler => tsplus_module_3.deferWith((_, fiberId) => {
|
|
121
|
+
const result = tryCommitSync(fiberId, stm, r, scheduler);
|
|
123
122
|
|
|
124
123
|
switch (result._tag) {
|
|
125
124
|
case "Done"
|
|
126
125
|
/* TryCommitTag.Done */
|
|
127
126
|
:
|
|
128
127
|
{
|
|
129
|
-
return tsplus_module_3.fromExitNow(result.exit,
|
|
128
|
+
return tsplus_module_3.fromExitNow(result.exit, __tsplusTrace);
|
|
130
129
|
}
|
|
131
130
|
|
|
132
131
|
case "Suspend"
|
|
@@ -135,7 +134,7 @@ function atomically_1(stm) {
|
|
|
135
134
|
{
|
|
136
135
|
const id = tsplus_module_4.make();
|
|
137
136
|
const state = new AtomicReference(tsplus_module_5.Running);
|
|
138
|
-
const async = tsplus_module_3.async(tryCommitAsync(result.journal, fiberId, stm, id, state, r));
|
|
137
|
+
const async = tsplus_module_3.async(tryCommitAsync(result.journal, fiberId, stm, id, state, r, scheduler));
|
|
139
138
|
return tsplus_module_6.uninterruptibleMask(({
|
|
140
139
|
restore
|
|
141
140
|
}) => tsplus_module_3.catchAllCause_(restore(async), cause => {
|
|
@@ -145,18 +144,18 @@ function atomically_1(stm) {
|
|
|
145
144
|
switch (newState._tag) {
|
|
146
145
|
case "Done":
|
|
147
146
|
{
|
|
148
|
-
return tsplus_module_3.fromExitNow(newState.exit,
|
|
147
|
+
return tsplus_module_3.fromExitNow(newState.exit, __tsplusTrace);
|
|
149
148
|
}
|
|
150
149
|
|
|
151
150
|
default:
|
|
152
151
|
{
|
|
153
|
-
return tsplus_module_3.failCauseNow(cause,
|
|
152
|
+
return tsplus_module_3.failCauseNow(cause, __tsplusTrace);
|
|
154
153
|
}
|
|
155
154
|
}
|
|
156
|
-
},
|
|
155
|
+
}, __tsplusTrace), __tsplusTrace);
|
|
157
156
|
}
|
|
158
157
|
}
|
|
159
|
-
},
|
|
158
|
+
}, __tsplusTrace), __tsplusTrace), __tsplusTrace);
|
|
160
159
|
}
|
|
161
160
|
/**
|
|
162
161
|
* Returns an `STM` effect whose failure and success channels have been mapped by
|
|
@@ -164,8 +163,8 @@ function atomically_1(stm) {
|
|
|
164
163
|
*/
|
|
165
164
|
|
|
166
165
|
|
|
167
|
-
export function bimap_(stm, g, f) {
|
|
168
|
-
return tsplus_module_1.matchSTM_(stm, e =>
|
|
166
|
+
export function bimap_(stm, g, f, __tsplusTrace) {
|
|
167
|
+
return tsplus_module_1.matchSTM_(stm, e => tsplus_module_10.failNow(g(e), __tsplusTrace), a => tsplus_module_10.succeedNow(f(a), __tsplusTrace), __tsplusTrace);
|
|
169
168
|
}
|
|
170
169
|
/**
|
|
171
170
|
* Recovers from specified error.
|
|
@@ -173,14 +172,14 @@ export function bimap_(stm, g, f) {
|
|
|
173
172
|
* @tsplus fluent fncts.io.STM catch
|
|
174
173
|
*/
|
|
175
174
|
|
|
176
|
-
export function catch_(stm, tag, k, f) {
|
|
175
|
+
export function catch_(stm, tag, k, f, __tsplusTrace) {
|
|
177
176
|
return tsplus_module_1.catchAll_(stm, e => {
|
|
178
177
|
if (tag in e && e[tag] === k) {
|
|
179
178
|
return f(e);
|
|
180
179
|
}
|
|
181
180
|
|
|
182
|
-
return
|
|
183
|
-
});
|
|
181
|
+
return tsplus_module_10.failNow(e, __tsplusTrace);
|
|
182
|
+
}, __tsplusTrace);
|
|
184
183
|
}
|
|
185
184
|
/**
|
|
186
185
|
* Recovers from some or all of the error cases.
|
|
@@ -188,8 +187,8 @@ export function catch_(stm, tag, k, f) {
|
|
|
188
187
|
* @tsplus fluent fncts.io.STM catchJust
|
|
189
188
|
*/
|
|
190
189
|
|
|
191
|
-
export function catchJust_(stm, f) {
|
|
192
|
-
return tsplus_module_1.catchAll_(stm, e =>
|
|
190
|
+
export function catchJust_(stm, f, __tsplusTrace) {
|
|
191
|
+
return tsplus_module_1.catchAll_(stm, e => tsplus_module_11.getOrElse_(f(e), () => tsplus_module_10.failNow(e, __tsplusTrace)), __tsplusTrace);
|
|
193
192
|
}
|
|
194
193
|
/**
|
|
195
194
|
* Recovers from specified error.
|
|
@@ -197,14 +196,14 @@ export function catchJust_(stm, f) {
|
|
|
197
196
|
* @tsplus fluent fncts.io.STM catchTag
|
|
198
197
|
*/
|
|
199
198
|
|
|
200
|
-
export function catchTag_(stm, k, f) {
|
|
199
|
+
export function catchTag_(stm, k, f, __tsplusTrace) {
|
|
201
200
|
return tsplus_module_1.catchAll_(stm, e => {
|
|
202
201
|
if ("_tag" in e && e["_tag"] === k) {
|
|
203
202
|
return f(e);
|
|
204
203
|
}
|
|
205
204
|
|
|
206
|
-
return
|
|
207
|
-
});
|
|
205
|
+
return tsplus_module_10.failNow(e, __tsplusTrace);
|
|
206
|
+
}, __tsplusTrace);
|
|
208
207
|
}
|
|
209
208
|
/**
|
|
210
209
|
* Creates a composite effect that represents this effect followed by another
|
|
@@ -213,8 +212,8 @@ export function catchTag_(stm, k, f) {
|
|
|
213
212
|
* @tsplus fluent fncts.io.STM flatMapError
|
|
214
213
|
*/
|
|
215
214
|
|
|
216
|
-
export function chainError_(stm, f) {
|
|
217
|
-
return swapWith_1(stm, effect => tsplus_module_1.flatMap_(effect, f));
|
|
215
|
+
export function chainError_(stm, f, __tsplusTrace) {
|
|
216
|
+
return swapWith_1(stm, effect => tsplus_module_1.flatMap_(effect, f, __tsplusTrace), __tsplusTrace);
|
|
218
217
|
}
|
|
219
218
|
/**
|
|
220
219
|
* Checks the condition, and if it's true, returns unit, otherwise, retries.
|
|
@@ -222,16 +221,16 @@ export function chainError_(stm, f) {
|
|
|
222
221
|
* @tsplus static fncts.io.STMOps check
|
|
223
222
|
*/
|
|
224
223
|
|
|
225
|
-
export function check(predicate) {
|
|
226
|
-
return defer_1(() => predicate() ? unit_1 :
|
|
224
|
+
export function check(predicate, __tsplusTrace) {
|
|
225
|
+
return defer_1(() => predicate() ? unit_1 : tsplus_module_10.retry, __tsplusTrace);
|
|
227
226
|
}
|
|
228
227
|
/**
|
|
229
228
|
* Commits this transaction atomically, regardless of whether the transaction
|
|
230
229
|
* is a success or a failure.
|
|
231
230
|
*/
|
|
232
231
|
|
|
233
|
-
export function commitEither(stm) {
|
|
234
|
-
return tsplus_module_3.absolve(atomically_1(either_1(stm)),
|
|
232
|
+
export function commitEither(stm, __tsplusTrace) {
|
|
233
|
+
return tsplus_module_3.absolve(atomically_1(either_1(stm, __tsplusTrace), __tsplusTrace), __tsplusTrace);
|
|
235
234
|
}
|
|
236
235
|
/**
|
|
237
236
|
* Fail with `e` if the supplied `PartialFunction` does not match, otherwise
|
|
@@ -240,8 +239,8 @@ export function commitEither(stm) {
|
|
|
240
239
|
* @tsplus fluent fncts.io.STM continueOrFail
|
|
241
240
|
*/
|
|
242
241
|
|
|
243
|
-
export function continueOrFail_(fa, e, pf) {
|
|
244
|
-
return continueOrFailSTM_1(fa, e, a =>
|
|
242
|
+
export function continueOrFail_(fa, e, pf, __tsplusTrace) {
|
|
243
|
+
return continueOrFailSTM_1(fa, e, a => tsplus_module_11.map_(pf(a), tsplus_module_10.succeedNow), __tsplusTrace);
|
|
245
244
|
}
|
|
246
245
|
/**
|
|
247
246
|
* Fail with `e` if the supplied `PartialFunction` does not match, otherwise
|
|
@@ -250,8 +249,8 @@ export function continueOrFail_(fa, e, pf) {
|
|
|
250
249
|
* @tsplus fluent fncts.io.STM continueOrFailSTM
|
|
251
250
|
*/
|
|
252
251
|
|
|
253
|
-
function continueOrFailSTM_1(fa, e, pf) {
|
|
254
|
-
return tsplus_module_1.flatMap_(fa, a =>
|
|
252
|
+
function continueOrFailSTM_1(fa, e, pf, __tsplusTrace) {
|
|
253
|
+
return tsplus_module_1.flatMap_(fa, a => tsplus_module_11.getOrElse_(pf(a), () => tsplus_module_10.fail(e, __tsplusTrace)), __tsplusTrace);
|
|
255
254
|
}
|
|
256
255
|
/**
|
|
257
256
|
* Fail with `e` if the supplied `PartialFunction` does not match, otherwise
|
|
@@ -261,8 +260,8 @@ function continueOrFailSTM_1(fa, e, pf) {
|
|
|
261
260
|
*/
|
|
262
261
|
|
|
263
262
|
|
|
264
|
-
export function continueOrRetry_(fa, pf) {
|
|
265
|
-
return continueOrRetrySTM_1(fa, a =>
|
|
263
|
+
export function continueOrRetry_(fa, pf, __tsplusTrace) {
|
|
264
|
+
return continueOrRetrySTM_1(fa, a => tsplus_module_11.map_(pf(a), tsplus_module_10.succeedNow), __tsplusTrace);
|
|
266
265
|
}
|
|
267
266
|
/**
|
|
268
267
|
* Simultaneously filters and flatMaps the value produced by this effect.
|
|
@@ -271,8 +270,8 @@ export function continueOrRetry_(fa, pf) {
|
|
|
271
270
|
* @tsplus fluent fncts.io.STM continueOrRetrySTM
|
|
272
271
|
*/
|
|
273
272
|
|
|
274
|
-
function continueOrRetrySTM_1(fa, pf) {
|
|
275
|
-
return tsplus_module_1.flatMap_(fa, a =>
|
|
273
|
+
function continueOrRetrySTM_1(fa, pf, __tsplusTrace) {
|
|
274
|
+
return tsplus_module_1.flatMap_(fa, a => tsplus_module_11.getOrElse_(pf(a), () => tsplus_module_10.retry), __tsplusTrace);
|
|
276
275
|
}
|
|
277
276
|
/**
|
|
278
277
|
* Suspends creation of the specified transaction lazily.
|
|
@@ -281,8 +280,8 @@ function continueOrRetrySTM_1(fa, pf) {
|
|
|
281
280
|
*/
|
|
282
281
|
|
|
283
282
|
|
|
284
|
-
function defer_1(make) {
|
|
285
|
-
return flatten_1(
|
|
283
|
+
function defer_1(make, __tsplusTrace) {
|
|
284
|
+
return flatten_1(tsplus_module_10.succeed(make, __tsplusTrace), __tsplusTrace);
|
|
286
285
|
}
|
|
287
286
|
/**
|
|
288
287
|
* Converts the failure channel into an `Either`.
|
|
@@ -291,8 +290,8 @@ function defer_1(make) {
|
|
|
291
290
|
*/
|
|
292
291
|
|
|
293
292
|
|
|
294
|
-
function either_1(stm) {
|
|
295
|
-
return match_1(stm,
|
|
293
|
+
function either_1(stm, __tsplusTrace) {
|
|
294
|
+
return match_1(stm, tsplus_module_12.left, tsplus_module_12.right, __tsplusTrace);
|
|
296
295
|
}
|
|
297
296
|
/**
|
|
298
297
|
* Returns an effect that ignores errors and runs repeatedly until it eventually succeeds.
|
|
@@ -301,8 +300,8 @@ function either_1(stm) {
|
|
|
301
300
|
*/
|
|
302
301
|
|
|
303
302
|
|
|
304
|
-
function eventually_1(stm) {
|
|
305
|
-
return tsplus_module_1.matchSTM_(stm, () => eventually_1(stm),
|
|
303
|
+
function eventually_1(stm, __tsplusTrace) {
|
|
304
|
+
return tsplus_module_1.matchSTM_(stm, () => eventually_1(stm, __tsplusTrace), tsplus_module_10.succeedNow, __tsplusTrace);
|
|
306
305
|
}
|
|
307
306
|
/**
|
|
308
307
|
* Simultaneously filters and maps the value produced by this effect.
|
|
@@ -311,8 +310,8 @@ function eventually_1(stm) {
|
|
|
311
310
|
*/
|
|
312
311
|
|
|
313
312
|
|
|
314
|
-
export function filterMap_(stm, f) {
|
|
315
|
-
return filterMapSTM_1(stm, a =>
|
|
313
|
+
export function filterMap_(stm, f, __tsplusTrace) {
|
|
314
|
+
return filterMapSTM_1(stm, a => tsplus_module_11.map_(f(a), tsplus_module_10.succeedNow), __tsplusTrace);
|
|
316
315
|
}
|
|
317
316
|
/**
|
|
318
317
|
* Simultaneously filters and chains the value produced by this effect.
|
|
@@ -321,19 +320,19 @@ export function filterMap_(stm, f) {
|
|
|
321
320
|
* @tsplus fluent fncts.io.STM filterMapSTM
|
|
322
321
|
*/
|
|
323
322
|
|
|
324
|
-
function filterMapSTM_1(self, f) {
|
|
325
|
-
return tsplus_module_1.matchSTM_(self,
|
|
323
|
+
function filterMapSTM_1(self, f, __tsplusTrace) {
|
|
324
|
+
return tsplus_module_1.matchSTM_(self, tsplus_module_10.failNow, a => tsplus_module_11.getOrElse_(f(a), () => tsplus_module_10.retry), __tsplusTrace);
|
|
326
325
|
}
|
|
327
326
|
|
|
328
|
-
function filterOrElse_1(fa, p, or) {
|
|
329
|
-
return tsplus_module_1.flatMap_(fa, a => p(a) ?
|
|
327
|
+
function filterOrElse_1(fa, p, or, __tsplusTrace) {
|
|
328
|
+
return tsplus_module_1.flatMap_(fa, a => p(a) ? tsplus_module_10.succeedNow(a, __tsplusTrace) : defer_1(() => or(a), __tsplusTrace), __tsplusTrace);
|
|
330
329
|
}
|
|
331
330
|
|
|
332
|
-
export function filterOrFail_(fa, p, failWith) {
|
|
333
|
-
return filterOrElse_1(fa, p, a =>
|
|
331
|
+
export function filterOrFail_(fa, p, failWith, __tsplusTrace) {
|
|
332
|
+
return filterOrElse_1(fa, p, a => tsplus_module_10.fail(() => failWith(a), __tsplusTrace));
|
|
334
333
|
}
|
|
335
|
-
export function filterOrHalt_(fa, p, haltWith) {
|
|
336
|
-
return filterOrElse_1(fa, p, a => halt_1(() => haltWith(a)));
|
|
334
|
+
export function filterOrHalt_(fa, p, haltWith, __tsplusTrace) {
|
|
335
|
+
return filterOrElse_1(fa, p, a => halt_1(() => haltWith(a), __tsplusTrace));
|
|
337
336
|
}
|
|
338
337
|
/**
|
|
339
338
|
* Flattens out a nested `STM` effect.
|
|
@@ -341,8 +340,8 @@ export function filterOrHalt_(fa, p, haltWith) {
|
|
|
341
340
|
* @tsplus getter fncts.io.STM flatten
|
|
342
341
|
*/
|
|
343
342
|
|
|
344
|
-
function flatten_1(stm) {
|
|
345
|
-
return tsplus_module_1.flatMap_(stm, identity);
|
|
343
|
+
function flatten_1(stm, __tsplusTrace) {
|
|
344
|
+
return tsplus_module_1.flatMap_(stm, identity, __tsplusTrace);
|
|
346
345
|
}
|
|
347
346
|
/**
|
|
348
347
|
* Unwraps the optional error, defaulting to the provided value.
|
|
@@ -351,8 +350,8 @@ function flatten_1(stm) {
|
|
|
351
350
|
*/
|
|
352
351
|
|
|
353
352
|
|
|
354
|
-
export function flattenErrorOption_(stm, def) {
|
|
355
|
-
return mapError_1(stm, me =>
|
|
353
|
+
export function flattenErrorOption_(stm, def, __tsplusTrace) {
|
|
354
|
+
return mapError_1(stm, me => tsplus_module_11.getOrElse_(me, def), __tsplusTrace);
|
|
356
355
|
}
|
|
357
356
|
/**
|
|
358
357
|
* Applies the function `f` to each element of the `Iterable<A>` and
|
|
@@ -361,19 +360,19 @@ export function flattenErrorOption_(stm, def) {
|
|
|
361
360
|
* @tsplus static fncts.io.STMOps foreach
|
|
362
361
|
*/
|
|
363
362
|
|
|
364
|
-
export function foreach_(it, f) {
|
|
363
|
+
export function foreach_(it, f, __tsplusTrace) {
|
|
365
364
|
return defer_1(() => {
|
|
366
|
-
let stm =
|
|
365
|
+
let stm = tsplus_module_10.succeedNow([], __tsplusTrace);
|
|
367
366
|
|
|
368
367
|
for (const a of it) {
|
|
369
368
|
stm = zipWith_1(stm, f(a), (acc, b) => {
|
|
370
369
|
acc.push(b);
|
|
371
370
|
return acc;
|
|
372
|
-
});
|
|
371
|
+
}, __tsplusTrace);
|
|
373
372
|
}
|
|
374
373
|
|
|
375
374
|
return stm;
|
|
376
|
-
});
|
|
375
|
+
}, __tsplusTrace);
|
|
377
376
|
}
|
|
378
377
|
/**
|
|
379
378
|
* Lifts an `Either` into a `STM`.
|
|
@@ -381,8 +380,8 @@ export function foreach_(it, f) {
|
|
|
381
380
|
* @tsplus static fncts.io.STMOps fromEither
|
|
382
381
|
*/
|
|
383
382
|
|
|
384
|
-
export function fromEither(e) {
|
|
385
|
-
return defer_1(() =>
|
|
383
|
+
export function fromEither(e, __tsplusTrace) {
|
|
384
|
+
return defer_1(() => tsplus_module_13.match_(e(), tsplus_module_10.failNow, tsplus_module_10.succeedNow), __tsplusTrace);
|
|
386
385
|
}
|
|
387
386
|
/**
|
|
388
387
|
* Lifts an `Either` into a `STM`.
|
|
@@ -390,16 +389,16 @@ export function fromEither(e) {
|
|
|
390
389
|
* @tsplus static fncts.io.STMOps fromEitherNow
|
|
391
390
|
*/
|
|
392
391
|
|
|
393
|
-
function fromEitherNow_1(e) {
|
|
394
|
-
return
|
|
392
|
+
function fromEitherNow_1(e, __tsplusTrace) {
|
|
393
|
+
return tsplus_module_13.match_(e, tsplus_module_10.failNow, tsplus_module_10.succeedNow);
|
|
395
394
|
}
|
|
396
395
|
/**
|
|
397
396
|
* Unwraps the optional success of this effect, but can fail with an None value.
|
|
398
397
|
*/
|
|
399
398
|
|
|
400
399
|
|
|
401
|
-
export function get(stm) {
|
|
402
|
-
return tsplus_module_1.matchSTM_(stm, e =>
|
|
400
|
+
export function get(stm, __tsplusTrace) {
|
|
401
|
+
return tsplus_module_1.matchSTM_(stm, e => tsplus_module_10.failNow(tsplus_module_2.just(e), __tsplusTrace), ma => tsplus_module_14.match_(ma, () => tsplus_module_10.failNow(tsplus_module_2.nothing(), __tsplusTrace), tsplus_module_10.succeedNow), __tsplusTrace);
|
|
403
402
|
}
|
|
404
403
|
/**
|
|
405
404
|
* Provides the transaction its required environment, which eliminates
|
|
@@ -408,8 +407,8 @@ export function get(stm) {
|
|
|
408
407
|
* @tsplus fluent fncts.io.STM provideEnvironment
|
|
409
408
|
*/
|
|
410
409
|
|
|
411
|
-
function
|
|
412
|
-
return contramapEnvironment_1(stm, () => r);
|
|
410
|
+
export function provideEnvironment_(stm, r, __tsplusTrace) {
|
|
411
|
+
return contramapEnvironment_1(stm, () => r, __tsplusTrace);
|
|
413
412
|
}
|
|
414
413
|
/**
|
|
415
414
|
* Provides some of the environment required to run this effect,
|
|
@@ -418,8 +417,7 @@ function provideEnvironment_1(stm, r) {
|
|
|
418
417
|
* @tsplus fluent fncts.io.STM contramapEnvironment
|
|
419
418
|
*/
|
|
420
419
|
|
|
421
|
-
|
|
422
|
-
function contramapEnvironment_1(self, f) {
|
|
420
|
+
function contramapEnvironment_1(self, f, __tsplusTrace) {
|
|
423
421
|
return new ContramapEnvironment(self, f);
|
|
424
422
|
}
|
|
425
423
|
/**
|
|
@@ -429,7 +427,7 @@ function contramapEnvironment_1(self, f) {
|
|
|
429
427
|
*/
|
|
430
428
|
|
|
431
429
|
|
|
432
|
-
function halt_1(u) {
|
|
430
|
+
function halt_1(u, __tsplusTrace) {
|
|
433
431
|
return new Effect(() => {
|
|
434
432
|
throw new HaltException(u());
|
|
435
433
|
});
|
|
@@ -441,7 +439,7 @@ function halt_1(u) {
|
|
|
441
439
|
*/
|
|
442
440
|
|
|
443
441
|
|
|
444
|
-
export function haltNow(u) {
|
|
442
|
+
export function haltNow(u, __tsplusTrace) {
|
|
445
443
|
return new Effect(() => {
|
|
446
444
|
throw new HaltException(u);
|
|
447
445
|
});
|
|
@@ -453,12 +451,12 @@ export function haltNow(u) {
|
|
|
453
451
|
* @tsplus getter fncts.io.STM head
|
|
454
452
|
*/
|
|
455
453
|
|
|
456
|
-
export function head(stm) {
|
|
457
|
-
return tsplus_module_1.matchSTM_(stm, e =>
|
|
454
|
+
export function head(stm, __tsplusTrace) {
|
|
455
|
+
return tsplus_module_1.matchSTM_(stm, e => tsplus_module_10.failNow(tsplus_module_2.just(e), __tsplusTrace), ia => {
|
|
458
456
|
const it = ia[Symbol.iterator]();
|
|
459
457
|
const next = it.next();
|
|
460
|
-
return next.done ?
|
|
461
|
-
});
|
|
458
|
+
return next.done ? tsplus_module_10.failNow(tsplus_module_2.nothing(), __tsplusTrace) : tsplus_module_10.succeedNow(next.value, __tsplusTrace);
|
|
459
|
+
}, __tsplusTrace);
|
|
462
460
|
}
|
|
463
461
|
/**
|
|
464
462
|
* Interrupts the fiber running the effect.
|
|
@@ -466,15 +464,15 @@ export function head(stm) {
|
|
|
466
464
|
* @tsplus static fncts.io.STMOps interrupt
|
|
467
465
|
*/
|
|
468
466
|
|
|
469
|
-
export const interrupt = /*#__PURE__*/tsplus_module_1.flatMap_(
|
|
467
|
+
export const interrupt = /*#__PURE__*/tsplus_module_1.flatMap_(tsplus_module_10.fiberId, id => tsplus_module_10.interruptAs(id, fileName_1 + ":549:95"), fileName_1 + ":549:71");
|
|
470
468
|
/**
|
|
471
469
|
* Returns whether this effect is a failure.
|
|
472
470
|
*
|
|
473
471
|
* @tsplus getter fncts.io.STM isFailure
|
|
474
472
|
*/
|
|
475
473
|
|
|
476
|
-
export function isFailure(stm) {
|
|
477
|
-
return match_1(stm, () => true, () => false);
|
|
474
|
+
export function isFailure(stm, __tsplusTrace) {
|
|
475
|
+
return match_1(stm, () => true, () => false, __tsplusTrace);
|
|
478
476
|
}
|
|
479
477
|
/**
|
|
480
478
|
* Returns whether this effect is a success.
|
|
@@ -482,26 +480,8 @@ export function isFailure(stm) {
|
|
|
482
480
|
* @tsplus getter fncts.io.STM isSuccess
|
|
483
481
|
*/
|
|
484
482
|
|
|
485
|
-
export function isSuccess(stm) {
|
|
486
|
-
return match_1(stm, () => false, () => true);
|
|
487
|
-
}
|
|
488
|
-
/**
|
|
489
|
-
* Depending on provided environment returns either this one or the other effect.
|
|
490
|
-
*
|
|
491
|
-
* @tsplus fluent fncts.io.STM join
|
|
492
|
-
*/
|
|
493
|
-
|
|
494
|
-
export function join_(stm, that) {
|
|
495
|
-
return environmentWithSTM_1(r => tsplus_module_11.match_(r, r => provideEnvironment_1(stm, r), r1 => provideEnvironment_1(that, r1)));
|
|
496
|
-
}
|
|
497
|
-
/**
|
|
498
|
-
* Depending on provided environment returns either this one or the other effect.
|
|
499
|
-
*
|
|
500
|
-
* @tsplus fluent fncts.io.STM joinEither
|
|
501
|
-
*/
|
|
502
|
-
|
|
503
|
-
export function joinEither_(stm, that) {
|
|
504
|
-
return environmentWithSTM_1(r => tsplus_module_11.match_(r, r => tsplus_module_1.map_(provideEnvironment_1(stm, r), tsplus_module_10.left), r1 => tsplus_module_1.map_(provideEnvironment_1(that, r1), tsplus_module_10.right)));
|
|
483
|
+
export function isSuccess(stm, __tsplusTrace) {
|
|
484
|
+
return match_1(stm, () => false, () => true, __tsplusTrace);
|
|
505
485
|
}
|
|
506
486
|
/**
|
|
507
487
|
* Returns a successful effect if the value is `Left`, or fails with the error `None`.
|
|
@@ -509,8 +489,8 @@ export function joinEither_(stm, that) {
|
|
|
509
489
|
* @tsplus getter fncts.io.STM left
|
|
510
490
|
*/
|
|
511
491
|
|
|
512
|
-
export function left(stm) {
|
|
513
|
-
return tsplus_module_1.matchSTM_(stm, e =>
|
|
492
|
+
export function left(stm, __tsplusTrace) {
|
|
493
|
+
return tsplus_module_1.matchSTM_(stm, e => tsplus_module_10.fail(() => tsplus_module_2.just(e), __tsplusTrace), bc => tsplus_module_13.match_(bc, tsplus_module_10.succeedNow, () => tsplus_module_10.failNow(tsplus_module_2.nothing(), __tsplusTrace)), __tsplusTrace);
|
|
514
494
|
}
|
|
515
495
|
/**
|
|
516
496
|
* Returns a successful effect if the value is `Left`, or fails with the error e.
|
|
@@ -518,8 +498,8 @@ export function left(stm) {
|
|
|
518
498
|
* @tsplus fluent fncts.io.STM leftOrFail
|
|
519
499
|
*/
|
|
520
500
|
|
|
521
|
-
export function leftOrFail_(stm, orFail) {
|
|
522
|
-
return tsplus_module_1.flatMap_(stm, bc =>
|
|
501
|
+
export function leftOrFail_(stm, orFail, __tsplusTrace) {
|
|
502
|
+
return tsplus_module_1.flatMap_(stm, bc => tsplus_module_13.match_(bc, tsplus_module_10.succeedNow, c => tsplus_module_10.fail(() => orFail(c), __tsplusTrace)), __tsplusTrace);
|
|
523
503
|
}
|
|
524
504
|
/**
|
|
525
505
|
* Maps from one error type to another.
|
|
@@ -527,8 +507,8 @@ export function leftOrFail_(stm, orFail) {
|
|
|
527
507
|
* @tsplus fluent fncts.io.STM mapError
|
|
528
508
|
*/
|
|
529
509
|
|
|
530
|
-
function mapError_1(stm, f) {
|
|
531
|
-
return tsplus_module_1.matchSTM_(stm, e =>
|
|
510
|
+
function mapError_1(stm, f, __tsplusTrace) {
|
|
511
|
+
return tsplus_module_1.matchSTM_(stm, e => tsplus_module_10.failNow(f(e), __tsplusTrace), tsplus_module_10.succeedNow, __tsplusTrace);
|
|
532
512
|
}
|
|
533
513
|
/**
|
|
534
514
|
* Folds over the `STM` effect, handling both failure and success, but not
|
|
@@ -538,8 +518,8 @@ function mapError_1(stm, f) {
|
|
|
538
518
|
*/
|
|
539
519
|
|
|
540
520
|
|
|
541
|
-
function match_1(stm, g, f) {
|
|
542
|
-
return tsplus_module_1.matchSTM_(stm, e =>
|
|
521
|
+
function match_1(stm, g, f, __tsplusTrace) {
|
|
522
|
+
return tsplus_module_1.matchSTM_(stm, e => tsplus_module_10.succeedNow(g(e), __tsplusTrace), a => tsplus_module_10.succeedNow(f(a), __tsplusTrace), __tsplusTrace);
|
|
543
523
|
}
|
|
544
524
|
/**
|
|
545
525
|
* Repeats this `STM` effect until its result satisfies the specified predicate.
|
|
@@ -557,8 +537,8 @@ function match_1(stm, g, f) {
|
|
|
557
537
|
*/
|
|
558
538
|
|
|
559
539
|
|
|
560
|
-
function repeatUntil_1(stm, f) {
|
|
561
|
-
return tsplus_module_1.flatMap_(stm, a => f(a) ?
|
|
540
|
+
function repeatUntil_1(stm, f, __tsplusTrace) {
|
|
541
|
+
return tsplus_module_1.flatMap_(stm, a => f(a) ? tsplus_module_10.succeedNow(a, __tsplusTrace) : repeatUntil_1(stm, f, __tsplusTrace), __tsplusTrace);
|
|
562
542
|
}
|
|
563
543
|
/**
|
|
564
544
|
* Repeats this `STM` effect while its result satisfies the specified predicate.
|
|
@@ -576,8 +556,8 @@ function repeatUntil_1(stm, f) {
|
|
|
576
556
|
*/
|
|
577
557
|
|
|
578
558
|
|
|
579
|
-
function repeatWhile_1(stm, f) {
|
|
580
|
-
return tsplus_module_1.flatMap_(stm, a => f(a) ? repeatWhile_1(stm, f) :
|
|
559
|
+
function repeatWhile_1(stm, f, __tsplusTrace) {
|
|
560
|
+
return tsplus_module_1.flatMap_(stm, a => f(a) ? repeatWhile_1(stm, f, __tsplusTrace) : tsplus_module_10.succeedNow(a, __tsplusTrace), __tsplusTrace);
|
|
581
561
|
}
|
|
582
562
|
/**
|
|
583
563
|
* Returns an effect that swaps the error/success cases. This allows you to
|
|
@@ -587,8 +567,8 @@ function repeatWhile_1(stm, f) {
|
|
|
587
567
|
*/
|
|
588
568
|
|
|
589
569
|
|
|
590
|
-
function swap_1(stm) {
|
|
591
|
-
return tsplus_module_1.matchSTM_(stm,
|
|
570
|
+
function swap_1(stm, __tsplusTrace) {
|
|
571
|
+
return tsplus_module_1.matchSTM_(stm, tsplus_module_10.succeedNow, tsplus_module_10.failNow, __tsplusTrace);
|
|
592
572
|
}
|
|
593
573
|
/**
|
|
594
574
|
* Swaps the error/value parameters, applies the function `f` and flips the parameters back
|
|
@@ -597,8 +577,8 @@ function swap_1(stm) {
|
|
|
597
577
|
*/
|
|
598
578
|
|
|
599
579
|
|
|
600
|
-
function swapWith_1(stm, f) {
|
|
601
|
-
return swap_1(f(swap_1(stm)));
|
|
580
|
+
function swapWith_1(stm, f, __tsplusTrace) {
|
|
581
|
+
return swap_1(f(swap_1(stm, __tsplusTrace)), __tsplusTrace);
|
|
602
582
|
}
|
|
603
583
|
/**
|
|
604
584
|
* "Peeks" at the success of transactional effect.
|
|
@@ -607,8 +587,8 @@ function swapWith_1(stm, f) {
|
|
|
607
587
|
*/
|
|
608
588
|
|
|
609
589
|
|
|
610
|
-
export function tap_(stm, f) {
|
|
611
|
-
return tsplus_module_1.flatMap_(stm, a => as_1(f(a), () => a));
|
|
590
|
+
export function tap_(stm, f, __tsplusTrace) {
|
|
591
|
+
return tsplus_module_1.flatMap_(stm, a => as_1(f(a), () => a, __tsplusTrace), __tsplusTrace);
|
|
612
592
|
}
|
|
613
593
|
/**
|
|
614
594
|
* Returns an effect with the value on the left part.
|
|
@@ -616,8 +596,8 @@ export function tap_(stm, f) {
|
|
|
616
596
|
* @tsplus static fncts.io.STMOps toLeft
|
|
617
597
|
*/
|
|
618
598
|
|
|
619
|
-
export function toLeft(a) {
|
|
620
|
-
return tsplus_module_1.flatMap_(
|
|
599
|
+
export function toLeft(a, __tsplusTrace) {
|
|
600
|
+
return tsplus_module_1.flatMap_(tsplus_module_10.succeed(a, __tsplusTrace), a => tsplus_module_10.succeedNow(tsplus_module_12.left(a), __tsplusTrace), __tsplusTrace);
|
|
621
601
|
}
|
|
622
602
|
/**
|
|
623
603
|
* Returns an `STM` effect that succeeds with `Unit`.
|
|
@@ -625,7 +605,7 @@ export function toLeft(a) {
|
|
|
625
605
|
* @tsplus static fncts.io.STMOps unit
|
|
626
606
|
*/
|
|
627
607
|
|
|
628
|
-
const unit_1 = /*#__PURE__*/
|
|
608
|
+
const unit_1 = /*#__PURE__*/tsplus_module_10.succeedNow(undefined, fileName_1 + ":713:35");
|
|
629
609
|
export const unit = unit_1;
|
|
630
610
|
/**
|
|
631
611
|
* Sequentially zips this value with the specified one, combining the values
|
|
@@ -634,7 +614,7 @@ export const unit = unit_1;
|
|
|
634
614
|
* @tsplus fluent fncts.io.STM zipWith
|
|
635
615
|
*/
|
|
636
616
|
|
|
637
|
-
function zipWith_1(self, that, f) {
|
|
638
|
-
return tsplus_module_1.flatMap_(self, a => tsplus_module_1.map_(that, b => f(a, b)));
|
|
617
|
+
function zipWith_1(self, that, f, __tsplusTrace) {
|
|
618
|
+
return tsplus_module_1.flatMap_(self, a => tsplus_module_1.map_(that, b => f(a, b), __tsplusTrace), __tsplusTrace);
|
|
639
619
|
}
|
|
640
620
|
//# sourceMappingURL=api.mjs.map
|