@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/STM/api.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Lazy } from "@fncts/base/data/function";
|
|
2
|
-
import { Maybe } from "@fncts/base/data/Maybe";
|
|
3
|
-
import { Either } from "@fncts/base/data/Either";
|
|
4
|
-
import { FiberId } from "@fncts/base/data/FiberId";
|
|
1
|
+
import { Lazy } from "@fncts/base/data/function/definition";
|
|
2
|
+
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
3
|
+
import { Either } from "@fncts/base/data/Either/definition";
|
|
4
|
+
import { FiberId } from "@fncts/base/data/FiberId/definition";
|
|
5
|
+
import { Environment } from "@fncts/base/data/Environment/definition";
|
|
5
6
|
import { IO } from "@fncts/io/IO/definition";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { Predicate } from "@fncts/base/data/Predicate";
|
|
7
|
+
import { Refinement } from "@fncts/base/data/Refinement/definition";
|
|
8
|
+
import { Predicate } from "@fncts/base/data/Predicate/definition";
|
|
9
9
|
import type { Journal } from "./internal/Journal.js";
|
|
10
10
|
import { STM } from "./definition.js";
|
|
11
11
|
/**
|
|
@@ -13,60 +13,60 @@ import { STM } from "./definition.js";
|
|
|
13
13
|
* @tsplus fluent fncts.io.STM as
|
|
14
14
|
* @tsplus location "@fncts/io/STM/api"
|
|
15
15
|
*/
|
|
16
|
-
export declare function as_<R, E, A, B>(stm: STM<R, E, A>, b: Lazy<B
|
|
16
|
+
export declare function as_<R, E, A, B>(stm: STM<R, E, A>, b: Lazy<B>, __tsplusTrace?: string): 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
|
|
20
20
|
* @tsplus location "@fncts/io/STM/api"
|
|
21
21
|
*/
|
|
22
|
-
export declare function asJust<R, E, A>(stm: STM<R, E, A
|
|
22
|
+
export declare function asJust<R, E, A>(stm: STM<R, E, A>, __tsplusTrace?: string): STM<R, E, Maybe<A>>;
|
|
23
23
|
/**
|
|
24
24
|
* Maps the error value of this effect to an optional value.
|
|
25
25
|
* @tsplus getter fncts.io.STM asJustError
|
|
26
26
|
* @tsplus location "@fncts/io/STM/api"
|
|
27
27
|
*/
|
|
28
|
-
export declare function asJustError<R, E, A>(stm: STM<R, E, A
|
|
28
|
+
export declare function asJustError<R, E, A>(stm: STM<R, E, A>, __tsplusTrace?: string): STM<R, Maybe<E>, A>;
|
|
29
29
|
/**
|
|
30
30
|
* Submerges the error case of an `Either` into the `STM`. The inverse
|
|
31
31
|
* operation of `STM.either`.
|
|
32
32
|
* @tsplus getter fncts.io.STM absolve
|
|
33
33
|
* @tsplus location "@fncts/io/STM/api"
|
|
34
34
|
*/
|
|
35
|
-
export declare function absolve<R, E, E1, A>(z: STM<R, E, Either<E1, A
|
|
35
|
+
export declare function absolve<R, E, E1, A>(z: STM<R, E, Either<E1, A>>, __tsplusTrace?: string): STM<R, E | E1, A>;
|
|
36
36
|
/**
|
|
37
37
|
* @tsplus static fncts.io.STMOps Effect
|
|
38
38
|
* @tsplus location "@fncts/io/STM/api"
|
|
39
39
|
*/
|
|
40
|
-
export declare function makeEffect<R, E, A>(f: (journal: Journal, fiberId: FiberId, r: R) => A): STM<R, E, A>;
|
|
40
|
+
export declare function makeEffect<R, E, A>(f: (journal: Journal, fiberId: FiberId, r: Environment<R>) => A, __tsplusTrace?: string): STM<R, E, A>;
|
|
41
41
|
/**
|
|
42
42
|
* Retrieves the environment inside an stm.
|
|
43
43
|
* @tsplus static fncts.io.STMOps environment
|
|
44
44
|
* @tsplus location "@fncts/io/STM/api"
|
|
45
45
|
*/
|
|
46
|
-
export declare function environment<R>(): STM<R, never, R
|
|
46
|
+
export declare function environment<R>(__tsplusTrace?: string): STM<R, never, Environment<R>>;
|
|
47
47
|
/**
|
|
48
48
|
* Accesses the environment of the transaction.
|
|
49
49
|
* @tsplus static fncts.io.STMOps environmentWith
|
|
50
50
|
* @tsplus location "@fncts/io/STM/api"
|
|
51
51
|
*/
|
|
52
|
-
export declare function environmentWith<R, A>(f: (r: R) => A): STM<R, never, A>;
|
|
52
|
+
export declare function environmentWith<R, A>(f: (r: Environment<R>) => A, __tsplusTrace?: string): STM<R, never, A>;
|
|
53
53
|
/**
|
|
54
54
|
* Accesses the environment of the transaction to perform a transaction.
|
|
55
55
|
* @tsplus static fncts.io.STMOps environmentWithSTM
|
|
56
56
|
* @tsplus location "@fncts/io/STM/api"
|
|
57
57
|
*/
|
|
58
|
-
export declare function environmentWithSTM<R0, R, E, A>(f: (r: R0) => STM<R, E, A
|
|
58
|
+
export declare function environmentWithSTM<R0, R, E, A>(f: (r: Environment<R0>) => STM<R, E, A>, __tsplusTrace?: string): STM<R0 | R, E, A>;
|
|
59
59
|
/**
|
|
60
60
|
* @tsplus static fncts.io.STMOps atomically
|
|
61
61
|
* @tsplus getter fncts.io.STM commit
|
|
62
62
|
* @tsplus location "@fncts/io/STM/api"
|
|
63
63
|
*/
|
|
64
|
-
export declare function atomically<R, E, A>(stm: STM<R, E, A
|
|
64
|
+
export declare function atomically<R, E, A>(stm: STM<R, E, A>, __tsplusTrace?: string): IO<R, E, A>;
|
|
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
68
|
*/
|
|
69
|
-
export declare function bimap_<R, E, A, E1, B>(stm: STM<R, E, A>, g: (e: E) => E1, f: (a: A) => B): STM<R, E1, B>;
|
|
69
|
+
export declare function bimap_<R, E, A, E1, B>(stm: STM<R, E, A>, g: (e: E) => E1, f: (a: A) => B, __tsplusTrace?: string): STM<R, E1, B>;
|
|
70
70
|
/**
|
|
71
71
|
* Recovers from specified error.
|
|
72
72
|
* @tsplus fluent fncts.io.STM catch
|
|
@@ -74,7 +74,7 @@ export declare function bimap_<R, E, A, E1, B>(stm: STM<R, E, A>, g: (e: E) => E
|
|
|
74
74
|
*/
|
|
75
75
|
export declare function catch_<N extends keyof E, K extends E[N] & string, E, R, A, R1, E1, A1>(stm: STM<R, E, A>, tag: N, k: K, f: (e: Extract<E, {
|
|
76
76
|
[n in N]: K;
|
|
77
|
-
}>) => STM<R1, E1, A1
|
|
77
|
+
}>) => STM<R1, E1, A1>, __tsplusTrace?: string): STM<R | R1, Exclude<E, {
|
|
78
78
|
[n in N]: K;
|
|
79
79
|
}> | E1, A | A1>;
|
|
80
80
|
/**
|
|
@@ -82,7 +82,7 @@ export declare function catch_<N extends keyof E, K extends E[N] & string, E, R,
|
|
|
82
82
|
* @tsplus fluent fncts.io.STM catchJust
|
|
83
83
|
* @tsplus location "@fncts/io/STM/api"
|
|
84
84
|
*/
|
|
85
|
-
export declare function catchJust_<R, E, A, R1, E1, B>(stm: STM<R, E, A>, f: (e: E) => Maybe<STM<R1, E1, B
|
|
85
|
+
export declare function catchJust_<R, E, A, R1, E1, B>(stm: STM<R, E, A>, f: (e: E) => Maybe<STM<R1, E1, B>>, __tsplusTrace?: string): STM<R1 | R, E | E1, A | B>;
|
|
86
86
|
/**
|
|
87
87
|
* Recovers from specified error.
|
|
88
88
|
* @tsplus fluent fncts.io.STM catchTag
|
|
@@ -92,7 +92,7 @@ export declare function catchTag_<K extends E["_tag"] & string, E extends {
|
|
|
92
92
|
_tag: string;
|
|
93
93
|
}, R, A, R1, E1, A1>(stm: STM<R, E, A>, k: K, f: (e: Extract<E, {
|
|
94
94
|
_tag: K;
|
|
95
|
-
}>) => STM<R1, E1, A1
|
|
95
|
+
}>) => STM<R1, E1, A1>, __tsplusTrace?: string): STM<R | R1, Exclude<E, {
|
|
96
96
|
_tag: K;
|
|
97
97
|
}> | E1, A | A1>;
|
|
98
98
|
/**
|
|
@@ -101,84 +101,84 @@ export declare function catchTag_<K extends E["_tag"] & string, E extends {
|
|
|
101
101
|
* @tsplus fluent fncts.io.STM flatMapError
|
|
102
102
|
* @tsplus location "@fncts/io/STM/api"
|
|
103
103
|
*/
|
|
104
|
-
export declare function chainError_<R, E, A, R2, E2>(stm: STM<R, E, A>, f: (e: E) => STM<R2, never, E2
|
|
104
|
+
export declare function chainError_<R, E, A, R2, E2>(stm: STM<R, E, A>, f: (e: E) => STM<R2, never, E2>, __tsplusTrace?: string): 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
|
|
108
108
|
* @tsplus location "@fncts/io/STM/api"
|
|
109
109
|
*/
|
|
110
|
-
export declare function check(predicate: () => boolean): STM<
|
|
110
|
+
export declare function check(predicate: () => boolean, __tsplusTrace?: string): STM<never, never, void>;
|
|
111
111
|
/**
|
|
112
112
|
* Commits this transaction atomically, regardless of whether the transaction
|
|
113
113
|
* is a success or a failure.
|
|
114
114
|
*/
|
|
115
|
-
export declare function commitEither<R, E, A>(stm: STM<R, E, A
|
|
115
|
+
export declare function commitEither<R, E, A>(stm: STM<R, E, A>, __tsplusTrace?: string): IO<R, E, A>;
|
|
116
116
|
/**
|
|
117
117
|
* Fail with `e` if the supplied `PartialFunction` does not match, otherwise
|
|
118
118
|
* succeed with the returned value.
|
|
119
119
|
* @tsplus fluent fncts.io.STM continueOrFail
|
|
120
120
|
* @tsplus location "@fncts/io/STM/api"
|
|
121
121
|
*/
|
|
122
|
-
export declare function continueOrFail_<R, E, E1, A, A2>(fa: STM<R, E, A>, e: Lazy<E1>, pf: (a: A) => Maybe<A2
|
|
122
|
+
export declare function continueOrFail_<R, E, E1, A, A2>(fa: STM<R, E, A>, e: Lazy<E1>, pf: (a: A) => Maybe<A2>, __tsplusTrace?: string): STM<R, E | E1, A2>;
|
|
123
123
|
/**
|
|
124
124
|
* Fail with `e` if the supplied `PartialFunction` does not match, otherwise
|
|
125
125
|
* continue with the returned value.
|
|
126
126
|
* @tsplus fluent fncts.io.STM continueOrFailSTM
|
|
127
127
|
* @tsplus location "@fncts/io/STM/api"
|
|
128
128
|
*/
|
|
129
|
-
export declare function continueOrFailSTM_<R, E, E1, A, R2, E2, A2>(fa: STM<R, E, A>, e: Lazy<E1>, pf: (a: A) => Maybe<STM<R2, E2, A2
|
|
129
|
+
export declare function continueOrFailSTM_<R, E, E1, A, R2, E2, A2>(fa: STM<R, E, A>, e: Lazy<E1>, pf: (a: A) => Maybe<STM<R2, E2, A2>>, __tsplusTrace?: string): STM<R2 | R, E | E1 | E2, A2>;
|
|
130
130
|
/**
|
|
131
131
|
* Fail with `e` if the supplied `PartialFunction` does not match, otherwise
|
|
132
132
|
* succeed with the returned value.
|
|
133
133
|
* @tsplus fluent fncts.io.STM continueOrRetry
|
|
134
134
|
* @tsplus location "@fncts/io/STM/api"
|
|
135
135
|
*/
|
|
136
|
-
export declare function continueOrRetry_<R, E, A, A2>(fa: STM<R, E, A>, pf: (a: A) => Maybe<A2
|
|
136
|
+
export declare function continueOrRetry_<R, E, A, A2>(fa: STM<R, E, A>, pf: (a: A) => Maybe<A2>, __tsplusTrace?: string): 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
140
|
* @tsplus fluent fncts.io.STM continueOrRetrySTM
|
|
141
141
|
* @tsplus location "@fncts/io/STM/api"
|
|
142
142
|
*/
|
|
143
|
-
export declare function continueOrRetrySTM_<R, E, A, R2, E2, A2>(fa: STM<R, E, A>, pf: (a: A) => Maybe<STM<R2, E2, A2
|
|
143
|
+
export declare function continueOrRetrySTM_<R, E, A, R2, E2, A2>(fa: STM<R, E, A>, pf: (a: A) => Maybe<STM<R2, E2, A2>>, __tsplusTrace?: string): STM<R2 | R, E | E2, A2>;
|
|
144
144
|
/**
|
|
145
145
|
* Suspends creation of the specified transaction lazily.
|
|
146
146
|
* @tsplus static fncts.io.STMOps defer
|
|
147
147
|
* @tsplus location "@fncts/io/STM/api"
|
|
148
148
|
*/
|
|
149
|
-
export declare function defer<R, E, A>(make: Lazy<STM<R, E, A
|
|
149
|
+
export declare function defer<R, E, A>(make: Lazy<STM<R, E, A>>, __tsplusTrace?: string): STM<R, E, A>;
|
|
150
150
|
/**
|
|
151
151
|
* Converts the failure channel into an `Either`.
|
|
152
152
|
* @tsplus getter fncts.io.STM either
|
|
153
153
|
* @tsplus location "@fncts/io/STM/api"
|
|
154
154
|
*/
|
|
155
|
-
export declare function either<R, E, A>(stm: STM<R, E, A
|
|
155
|
+
export declare function either<R, E, A>(stm: STM<R, E, A>, __tsplusTrace?: string): STM<R, never, Either<E, A>>;
|
|
156
156
|
/**
|
|
157
157
|
* Returns an effect that ignores errors and runs repeatedly until it eventually succeeds.
|
|
158
158
|
* @tsplus getter fncts.io.STM eventually
|
|
159
159
|
* @tsplus location "@fncts/io/STM/api"
|
|
160
160
|
*/
|
|
161
|
-
export declare function eventually<R, E, A>(stm: STM<R, E, A
|
|
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
164
|
* @tsplus fluent fncts.io.STM filterMap
|
|
165
165
|
* @tsplus location "@fncts/io/STM/api"
|
|
166
166
|
*/
|
|
167
|
-
export declare function filterMap_<R, E, A, B>(stm: STM<R, E, A>, f: (a: A) => Maybe<B
|
|
167
|
+
export declare function filterMap_<R, E, A, B>(stm: STM<R, E, A>, f: (a: A) => Maybe<B>, __tsplusTrace?: string): 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
171
|
* @tsplus fluent fncts.io.STM filterMapSTM
|
|
172
172
|
* @tsplus location "@fncts/io/STM/api"
|
|
173
173
|
*/
|
|
174
|
-
export declare function filterMapSTM_<R, E, A, R1, E1, B>(self: STM<R, E, A>, f: (a: A) => Maybe<STM<R1, E1, B
|
|
174
|
+
export declare function filterMapSTM_<R, E, A, R1, E1, B>(self: STM<R, E, A>, f: (a: A) => Maybe<STM<R1, E1, B>>, __tsplusTrace?: string): STM<R | R1, E | E1, B>;
|
|
175
175
|
/**
|
|
176
176
|
* Applies `or` if the predicate fails.
|
|
177
177
|
* @tsplus fluent fncts.io.STM filterOrElse
|
|
178
178
|
* @tsplus location "@fncts/io/STM/api"
|
|
179
179
|
*/
|
|
180
|
-
export declare function filterOrElse_<R, E, A, B extends A, R2, E2, A2>(fa: STM<R, E, A>, p: Refinement<A, B>, or: (a: Exclude<A, B>) => STM<R2, E2, A2>): STM<R
|
|
181
|
-
export declare function filterOrElse_<R, E, A, R2, E2, A2>(fa: STM<R, E, A>, p: Predicate<A>, or: (a: A) => STM<R2, E2, A2>): STM<R
|
|
180
|
+
export declare function filterOrElse_<R, E, A, B extends A, R2, E2, A2>(fa: STM<R, E, A>, p: Refinement<A, B>, or: (a: Exclude<A, B>) => STM<R2, E2, A2>): STM<R | R2, E | E2, B | A2>;
|
|
181
|
+
export declare function filterOrElse_<R, E, A, R2, E2, A2>(fa: STM<R, E, A>, p: Predicate<A>, or: (a: A) => STM<R2, E2, A2>): STM<R | R2, E | E2, A | A2>;
|
|
182
182
|
/**
|
|
183
183
|
* Fails with `failWith` if the predicate fails.
|
|
184
184
|
* @tsplus fluent fncts.io.STM filterOrFail
|
|
@@ -198,124 +198,112 @@ export declare function filterOrHalt_<R, E, A>(fa: STM<R, E, A>, p: Predicate<A>
|
|
|
198
198
|
* @tsplus getter fncts.io.STM flatten
|
|
199
199
|
* @tsplus location "@fncts/io/STM/api"
|
|
200
200
|
*/
|
|
201
|
-
export declare function flatten<R, E, R1, E1, B>(stm: STM<R, E, STM<R1, E1, B
|
|
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
204
|
* @tsplus fluent fncts.io.STM flattenErrorOption
|
|
205
205
|
* @tsplus location "@fncts/io/STM/api"
|
|
206
206
|
*/
|
|
207
|
-
export declare function flattenErrorOption_<R, E, A, E2>(stm: STM<R, Maybe<E>, A>, def: Lazy<E2
|
|
207
|
+
export declare function flattenErrorOption_<R, E, A, E2>(stm: STM<R, Maybe<E>, A>, def: Lazy<E2>, __tsplusTrace?: string): STM<R, E | E2, 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 foreach_<A, R, E, B>(it: Iterable<A>, f: (a: A) => STM<R, E, B
|
|
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
|
|
218
218
|
* @tsplus location "@fncts/io/STM/api"
|
|
219
219
|
*/
|
|
220
|
-
export declare function fromEither<E, A>(e: Lazy<Either<E, A
|
|
220
|
+
export declare function fromEither<E, A>(e: Lazy<Either<E, A>>, __tsplusTrace?: string): STM<never, E, A>;
|
|
221
221
|
/**
|
|
222
222
|
* Lifts an `Either` into a `STM`.
|
|
223
223
|
* @tsplus static fncts.io.STMOps fromEitherNow
|
|
224
224
|
* @tsplus location "@fncts/io/STM/api"
|
|
225
225
|
*/
|
|
226
|
-
export declare function fromEitherNow<E, A>(e: Either<E, A
|
|
226
|
+
export declare function fromEitherNow<E, A>(e: Either<E, A>, __tsplusTrace?: string): STM<never, E, A>;
|
|
227
227
|
/**
|
|
228
228
|
* Unwraps the optional success of this effect, but can fail with an None value.
|
|
229
229
|
*/
|
|
230
|
-
export declare function get<R, E, A>(stm: STM<R, E, Maybe<A
|
|
230
|
+
export declare function get<R, E, A>(stm: STM<R, E, Maybe<A>>, __tsplusTrace?: string): STM<R, Maybe<E>, A>;
|
|
231
231
|
/**
|
|
232
232
|
* Provides the transaction its required environment, which eliminates
|
|
233
233
|
* its dependency on `R`.
|
|
234
234
|
* @tsplus fluent fncts.io.STM provideEnvironment
|
|
235
235
|
* @tsplus location "@fncts/io/STM/api"
|
|
236
236
|
*/
|
|
237
|
-
export declare function provideEnvironment_<R, E, A>(stm: STM<R, E, A>, r: R): STM<
|
|
237
|
+
export declare function provideEnvironment_<R, E, A>(stm: STM<R, E, A>, r: Environment<R>, __tsplusTrace?: string): 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
241
|
* @tsplus fluent fncts.io.STM contramapEnvironment
|
|
242
242
|
* @tsplus location "@fncts/io/STM/api"
|
|
243
243
|
*/
|
|
244
|
-
export declare function contramapEnvironment_<R, E, A, R0>(self: STM<R, E, A>, f: (r: R0) => R): STM<R0, E, A>;
|
|
244
|
+
export declare function contramapEnvironment_<R, E, A, R0>(self: STM<R, E, A>, f: (r: Environment<R0>) => Environment<R>, __tsplusTrace?: string): STM<R0, E, A>;
|
|
245
245
|
/**
|
|
246
246
|
* Halts the fiber running the effect.
|
|
247
247
|
* @tsplus static fncts.io.STMOps halt
|
|
248
248
|
* @tsplus location "@fncts/io/STM/api"
|
|
249
249
|
*/
|
|
250
|
-
export declare function halt(u: Lazy<unknown
|
|
250
|
+
export declare function halt(u: Lazy<unknown>, __tsplusTrace?: string): STM<never, never, never>;
|
|
251
251
|
/**
|
|
252
252
|
* Halts the fiber running the effect.
|
|
253
253
|
* @tsplus static fncts.io.STMOps haltNow
|
|
254
254
|
* @tsplus location "@fncts/io/STM/api"
|
|
255
255
|
*/
|
|
256
|
-
export declare function haltNow(u: unknown): STM<
|
|
256
|
+
export declare function haltNow(u: unknown, __tsplusTrace?: string): STM<never, never, never>;
|
|
257
257
|
/**
|
|
258
258
|
* Returns a successful effect with the head of the list if the list is
|
|
259
259
|
* non-empty or fails with the error `None` if the list is empty.
|
|
260
260
|
* @tsplus getter fncts.io.STM head
|
|
261
261
|
* @tsplus location "@fncts/io/STM/api"
|
|
262
262
|
*/
|
|
263
|
-
export declare function head<R, E, A>(stm: STM<R, E, Iterable<A
|
|
263
|
+
export declare function head<R, E, A>(stm: STM<R, E, Iterable<A>>, __tsplusTrace?: string): STM<R, Maybe<E>, A>;
|
|
264
264
|
/**
|
|
265
265
|
* Interrupts the fiber running the effect.
|
|
266
266
|
* @tsplus static fncts.io.STMOps interrupt
|
|
267
267
|
* @tsplus location "@fncts/io/STM/api"
|
|
268
268
|
*/
|
|
269
|
-
export declare const interrupt: STM<
|
|
269
|
+
export declare const interrupt: STM<never, never, never>;
|
|
270
270
|
/**
|
|
271
271
|
* Returns whether this effect is a failure.
|
|
272
272
|
* @tsplus getter fncts.io.STM isFailure
|
|
273
273
|
* @tsplus location "@fncts/io/STM/api"
|
|
274
274
|
*/
|
|
275
|
-
export declare function isFailure<R, E, A>(stm: STM<R, E, A
|
|
275
|
+
export declare function isFailure<R, E, A>(stm: STM<R, E, A>, __tsplusTrace?: string): STM<R, never, boolean>;
|
|
276
276
|
/**
|
|
277
277
|
* Returns whether this effect is a success.
|
|
278
278
|
* @tsplus getter fncts.io.STM isSuccess
|
|
279
279
|
* @tsplus location "@fncts/io/STM/api"
|
|
280
280
|
*/
|
|
281
|
-
export declare function isSuccess<R, E, A>(stm: STM<R, E, A
|
|
282
|
-
/**
|
|
283
|
-
* Depending on provided environment returns either this one or the other effect.
|
|
284
|
-
* @tsplus fluent fncts.io.STM join
|
|
285
|
-
* @tsplus location "@fncts/io/STM/api"
|
|
286
|
-
*/
|
|
287
|
-
export declare function join_<R, E, A, R1, E1, A1>(stm: STM<R, E, A>, that: STM<R1, E1, A1>): STM<Either<R, R1>, E | E1, A | A1>;
|
|
288
|
-
/**
|
|
289
|
-
* Depending on provided environment returns either this one or the other effect.
|
|
290
|
-
* @tsplus fluent fncts.io.STM joinEither
|
|
291
|
-
* @tsplus location "@fncts/io/STM/api"
|
|
292
|
-
*/
|
|
293
|
-
export declare function joinEither_<R, E, A, R1, E1, A1>(stm: STM<R, E, A>, that: STM<R1, E1, A1>): STM<Either<R, R1>, E | E1, Either<A, A1>>;
|
|
281
|
+
export declare function isSuccess<R, E, A>(stm: STM<R, E, A>, __tsplusTrace?: string): STM<R, never, boolean>;
|
|
294
282
|
/**
|
|
295
283
|
* Returns a successful effect if the value is `Left`, or fails with the error `None`.
|
|
296
284
|
* @tsplus getter fncts.io.STM left
|
|
297
285
|
* @tsplus location "@fncts/io/STM/api"
|
|
298
286
|
*/
|
|
299
|
-
export declare function left<R, E, B, C>(stm: STM<R, E, Either<B, C
|
|
287
|
+
export declare function left<R, E, B, C>(stm: STM<R, E, Either<B, C>>, __tsplusTrace?: string): STM<R, Maybe<E>, B>;
|
|
300
288
|
/**
|
|
301
289
|
* Returns a successful effect if the value is `Left`, or fails with the error e.
|
|
302
290
|
* @tsplus fluent fncts.io.STM leftOrFail
|
|
303
291
|
* @tsplus location "@fncts/io/STM/api"
|
|
304
292
|
*/
|
|
305
|
-
export declare function leftOrFail_<R, E, B, C, E1>(stm: STM<R, E, Either<B, C>>, orFail: (c: C) => E1): STM<R, E | E1, B>;
|
|
293
|
+
export declare function leftOrFail_<R, E, B, C, E1>(stm: STM<R, E, Either<B, C>>, orFail: (c: C) => E1, __tsplusTrace?: string): STM<R, E | E1, B>;
|
|
306
294
|
/**
|
|
307
295
|
* Maps from one error type to another.
|
|
308
296
|
* @tsplus fluent fncts.io.STM mapError
|
|
309
297
|
* @tsplus location "@fncts/io/STM/api"
|
|
310
298
|
*/
|
|
311
|
-
export declare function mapError_<R, E, A, E1>(stm: STM<R, E, A>, f: (a: E) => E1): STM<R, E1, A>;
|
|
299
|
+
export declare function mapError_<R, E, A, E1>(stm: STM<R, E, A>, f: (a: E) => E1, __tsplusTrace?: string): STM<R, E1, A>;
|
|
312
300
|
/**
|
|
313
301
|
* Folds over the `STM` effect, handling both failure and success, but not
|
|
314
302
|
* retry.
|
|
315
303
|
* @tsplus fluent fncts.io.STM match
|
|
316
304
|
* @tsplus location "@fncts/io/STM/api"
|
|
317
305
|
*/
|
|
318
|
-
export declare function match_<R, E, A, B, C>(stm: STM<R, E, A>, g: (e: E) => C, f: (a: A) => B): STM<R, never, B | C>;
|
|
306
|
+
export declare function match_<R, E, A, B, C>(stm: STM<R, E, A>, g: (e: E) => C, f: (a: A) => B, __tsplusTrace?: string): STM<R, never, B | C>;
|
|
319
307
|
/**
|
|
320
308
|
* Repeats this `STM` effect until its result satisfies the specified predicate.
|
|
321
309
|
*
|
|
@@ -330,7 +318,7 @@ export declare function match_<R, E, A, B, C>(stm: STM<R, E, A>, g: (e: E) => C,
|
|
|
330
318
|
* @tsplus fluent fncts.io.STM repeatUntil
|
|
331
319
|
* @tsplus location "@fncts/io/STM/api"
|
|
332
320
|
*/
|
|
333
|
-
export declare function repeatUntil_<R, E, A>(stm: STM<R, E, A>, f: (a: A) => boolean): STM<R, E, A>;
|
|
321
|
+
export declare function repeatUntil_<R, E, A>(stm: STM<R, E, A>, f: (a: A) => boolean, __tsplusTrace?: string): STM<R, E, A>;
|
|
334
322
|
/**
|
|
335
323
|
* Repeats this `STM` effect while its result satisfies the specified predicate.
|
|
336
324
|
*
|
|
@@ -345,42 +333,42 @@ export declare function repeatUntil_<R, E, A>(stm: STM<R, E, A>, f: (a: A) => bo
|
|
|
345
333
|
* @tsplus fluent fncts.io.STM repeatWhile
|
|
346
334
|
* @tsplus location "@fncts/io/STM/api"
|
|
347
335
|
*/
|
|
348
|
-
export declare function repeatWhile_<R, E, A>(stm: STM<R, E, A>, f: (a: A) => boolean): STM<R, E, A>;
|
|
336
|
+
export declare function repeatWhile_<R, E, A>(stm: STM<R, E, A>, f: (a: A) => boolean, __tsplusTrace?: string): STM<R, E, A>;
|
|
349
337
|
/**
|
|
350
338
|
* Returns an effect that swaps the error/success cases. This allows you to
|
|
351
339
|
* use all methods on the error channel, possibly before flipping back.
|
|
352
340
|
* @tsplus getter fncts.io.STM swap
|
|
353
341
|
* @tsplus location "@fncts/io/STM/api"
|
|
354
342
|
*/
|
|
355
|
-
export declare function swap<R, E, A>(stm: STM<R, E, A
|
|
343
|
+
export declare function swap<R, E, A>(stm: STM<R, E, A>, __tsplusTrace?: string): STM<R, A, E>;
|
|
356
344
|
/**
|
|
357
345
|
* Swaps the error/value parameters, applies the function `f` and flips the parameters back
|
|
358
346
|
* @tsplus fluent fncts.io.STM swapWith
|
|
359
347
|
* @tsplus location "@fncts/io/STM/api"
|
|
360
348
|
*/
|
|
361
|
-
export declare function swapWith_<R, E, A, R2, E2, A2>(stm: STM<R, E, A>, f: (stm: STM<R, A, E>) => STM<R2, A2, E2
|
|
349
|
+
export declare function swapWith_<R, E, A, R2, E2, A2>(stm: STM<R, E, A>, f: (stm: STM<R, A, E>) => STM<R2, A2, E2>, __tsplusTrace?: string): STM<R2, E2, A2>;
|
|
362
350
|
/**
|
|
363
351
|
* "Peeks" at the success of transactional effect.
|
|
364
352
|
* @tsplus fluent fncts.io.STM tap
|
|
365
353
|
* @tsplus location "@fncts/io/STM/api"
|
|
366
354
|
*/
|
|
367
|
-
export declare function tap_<R, E, A, R1, E1, B>(stm: STM<R, E, A>, f: (a: A) => STM<R1, E1, B
|
|
355
|
+
export declare function tap_<R, E, A, R1, E1, B>(stm: STM<R, E, A>, f: (a: A) => STM<R1, E1, B>, __tsplusTrace?: string): STM<R1 | R, E | E1, A>;
|
|
368
356
|
/**
|
|
369
357
|
* Returns an effect with the value on the left part.
|
|
370
358
|
* @tsplus static fncts.io.STMOps toLeft
|
|
371
359
|
* @tsplus location "@fncts/io/STM/api"
|
|
372
360
|
*/
|
|
373
|
-
export declare function toLeft<A>(a: Lazy<A
|
|
361
|
+
export declare function toLeft<A>(a: Lazy<A>, __tsplusTrace?: string): STM<never, never, Either<A, never>>;
|
|
374
362
|
/**
|
|
375
363
|
* Returns an `STM` effect that succeeds with `Unit`.
|
|
376
364
|
* @tsplus static fncts.io.STMOps unit
|
|
377
365
|
* @tsplus location "@fncts/io/STM/api"
|
|
378
366
|
*/
|
|
379
|
-
export declare const unit: STM<
|
|
367
|
+
export declare const unit: STM<never, never, void>;
|
|
380
368
|
/**
|
|
381
369
|
* Sequentially zips this value with the specified one, combining the values
|
|
382
370
|
* using the specified combiner function.
|
|
383
371
|
* @tsplus fluent fncts.io.STM zipWith
|
|
384
372
|
* @tsplus location "@fncts/io/STM/api"
|
|
385
373
|
*/
|
|
386
|
-
export declare function zipWith_<R, E, A, R1, E1, B, C>(self: STM<R, E, A>, that: STM<R1, E1, B>, f: (a: A, b: B) => C): STM<R
|
|
374
|
+
export declare function zipWith_<R, E, A, R1, E1, B, C>(self: STM<R, E, A>, that: STM<R1, E1, B>, f: (a: A, b: B) => C, __tsplusTrace?: string): STM<R | R1, E | E1, C>;
|
package/STM/definition.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { FiberId } from "@fncts/base/data/FiberId";
|
|
1
|
+
import { FiberId } from "@fncts/base/data/FiberId/definition";
|
|
2
|
+
import { Environment } from "@fncts/base/data/Environment/definition";
|
|
2
3
|
import type { Journal } from "./internal/Journal.js";
|
|
3
4
|
import type { _A, _E, _R } from "@fncts/base/types";
|
|
4
5
|
export declare const enum STMTag {
|
|
@@ -18,7 +19,7 @@ export declare type STMTypeId = typeof STMTypeId;
|
|
|
18
19
|
*/
|
|
19
20
|
export declare abstract class STM<R, E, A> {
|
|
20
21
|
readonly _typeId: STMTypeId;
|
|
21
|
-
readonly _R: (
|
|
22
|
+
readonly _R: () => R;
|
|
22
23
|
readonly _E: () => E;
|
|
23
24
|
readonly _A: () => A;
|
|
24
25
|
}
|
|
@@ -29,12 +30,12 @@ export declare function unifySTM<X extends STM<any, any, any>>(self: X): STM<_R<
|
|
|
29
30
|
/**
|
|
30
31
|
* @tsplus type fncts.io.STM
|
|
31
32
|
*/
|
|
32
|
-
export interface USTM<A> extends STM<
|
|
33
|
+
export interface USTM<A> extends STM<never, never, A> {
|
|
33
34
|
}
|
|
34
35
|
export declare class Effect<R, E, A> extends STM<R, E, A> {
|
|
35
|
-
readonly f: (journal: Journal, fiberId: FiberId, r: R) => A;
|
|
36
|
+
readonly f: (journal: Journal, fiberId: FiberId, r: Environment<R>) => A;
|
|
36
37
|
readonly _tag = STMTag.Effect;
|
|
37
|
-
constructor(f: (journal: Journal, fiberId: FiberId, r: R) => A);
|
|
38
|
+
constructor(f: (journal: Journal, fiberId: FiberId, r: Environment<R>) => A);
|
|
38
39
|
}
|
|
39
40
|
export declare class OnFailure<R, E, A, E1> extends STM<R, E1, A> {
|
|
40
41
|
readonly stm: STM<R, E, A>;
|
|
@@ -56,21 +57,21 @@ export declare class OnSuccess<R, E, A, B> extends STM<R, E, B> {
|
|
|
56
57
|
readonly _tag = STMTag.OnSuccess;
|
|
57
58
|
constructor(stm: STM<R, E, A>, apply: (a: A) => STM<R, E, B>);
|
|
58
59
|
}
|
|
59
|
-
export declare class Succeed<A> extends STM<
|
|
60
|
+
export declare class Succeed<A> extends STM<never, never, A> {
|
|
60
61
|
readonly a: () => A;
|
|
61
62
|
readonly _tag = STMTag.Succeed;
|
|
62
63
|
constructor(a: () => A);
|
|
63
64
|
}
|
|
64
|
-
export declare class SucceedNow<A> extends STM<
|
|
65
|
+
export declare class SucceedNow<A> extends STM<never, never, A> {
|
|
65
66
|
readonly a: A;
|
|
66
67
|
readonly _tag = STMTag.SucceedNow;
|
|
67
68
|
constructor(a: A);
|
|
68
69
|
}
|
|
69
70
|
export declare class ContramapEnvironment<R, E, A, R0> extends STM<R0, E, A> {
|
|
70
71
|
readonly stm: STM<R, E, A>;
|
|
71
|
-
readonly f: (_: R0) => R
|
|
72
|
+
readonly f: (_: Environment<R0>) => Environment<R>;
|
|
72
73
|
readonly _tag = STMTag.ContramapEnvironment;
|
|
73
|
-
constructor(stm: STM<R, E, A>, f: (_: R0) => R);
|
|
74
|
+
constructor(stm: STM<R, E, A>, f: (_: Environment<R0>) => Environment<R>);
|
|
74
75
|
}
|
|
75
76
|
export declare function concrete<R, E, A>(_: STM<R, E, A>): asserts _ is Effect<R, E, A> | OnFailure<R, unknown, A, E> | OnSuccess<R, E, unknown, A> | OnRetry<R, E, A> | Succeed<A> | SucceedNow<A> | ContramapEnvironment<unknown, E, A, R>;
|
|
76
77
|
export declare const FailExceptionTypeId: unique symbol;
|
package/STM/driver.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { STM } from "@fncts/io/STM/definition";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { Environment } from "@fncts/base/data/Environment/definition";
|
|
3
|
+
import { FiberId } from "@fncts/base/data/FiberId/definition";
|
|
4
4
|
import { TExit } from "@fncts/io/TExit/definition";
|
|
5
5
|
import type { Journal } from "./internal/Journal.js";
|
|
6
6
|
export declare class STMDriver<R, E, A> {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { Exit } from "@fncts/base/data/Exit";
|
|
2
|
-
import { FiberId } from "@fncts/base/data/FiberId";
|
|
1
|
+
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
2
|
+
import { FiberId } from "@fncts/base/data/FiberId/definition";
|
|
3
3
|
import { STM } from "@fncts/io/STM/definition";
|
|
4
|
-
import { Environment } from "@fncts/base/data/Environment";
|
|
4
|
+
import { Environment } from "@fncts/base/data/Environment/definition";
|
|
5
5
|
import { IO } from "@fncts/io/IO/definition";
|
|
6
6
|
import type { Entry } from "./Entry.js";
|
|
7
7
|
import type { TryCommit } from "./TryCommit.js";
|
|
8
8
|
import type { AtomicReference } from "@fncts/base/internal/AtomicReference";
|
|
9
|
+
import type { Scheduler } from "@fncts/io/internal/Scheduler";
|
|
9
10
|
import type { Atomic } from "@fncts/io/TRef";
|
|
10
11
|
import type { TxnId } from "@fncts/io/TxnId";
|
|
11
12
|
import { CommitState } from "./CommitState.js";
|
|
@@ -72,7 +73,7 @@ export declare function execTodos(todos: Map<TxnId, Todo>): void;
|
|
|
72
73
|
* @tsplus fluent fncts.io.Journal completeTodos
|
|
73
74
|
* @tsplus location "@fncts/io/STM/internal/Journal"
|
|
74
75
|
*/
|
|
75
|
-
export declare function completeTodos<E, A>(journal: Journal, exit: Exit<E, A
|
|
76
|
+
export declare function completeTodos<E, A>(journal: Journal, exit: Exit<E, A>, scheduler: Scheduler): Done<E, A>;
|
|
76
77
|
/**
|
|
77
78
|
* For the given transaction id, adds the specified todo effect to all
|
|
78
79
|
* `TRef` values.
|
|
@@ -84,8 +85,8 @@ export declare function addTodo(journal: Journal, txnId: TxnId, todoEffect: Todo
|
|
|
84
85
|
* Finds all the new todo targets that are not already tracked in the `oldJournal`.
|
|
85
86
|
*/
|
|
86
87
|
export declare function untrackedTodoTargets(oldJournal: Journal, newJournal: Journal): Journal;
|
|
87
|
-
export declare function tryCommitSync<R, E, A>(fiberId: FiberId, stm: STM<R, E, A>, r: Environment<R
|
|
88
|
-
export declare function tryCommitAsync<R, E, A>(journal: Journal | undefined, fiberId: FiberId, stm: STM<R, E, A>, txnId: TxnId, state: AtomicReference<CommitState<E, A>>, r: Environment<R
|
|
88
|
+
export declare function tryCommitSync<R, E, A>(fiberId: FiberId, stm: STM<R, E, A>, r: Environment<R>, scheduler: Scheduler): TryCommit<E, A>;
|
|
89
|
+
export declare function tryCommitAsync<R, E, A>(journal: Journal | undefined, fiberId: FiberId, stm: STM<R, E, A>, txnId: TxnId, state: AtomicReference<CommitState<E, A>>, r: Environment<R>, scheduler: Scheduler): (k: (_: IO<R, E, A>) => unknown) => void;
|
|
89
90
|
/**
|
|
90
91
|
* Determines if the journal is valid.
|
|
91
92
|
* @tsplus getter fncts.io.Journal isValid
|
package/Schedule/Decision.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
+
import { Intervals } from "@fncts/base/data/Intervals";
|
|
1
2
|
import { Interval } from "@fncts/base/data/Interval";
|
|
2
3
|
export declare const enum DecisionTag {
|
|
3
4
|
Continue = "Continue",
|
|
4
5
|
Done = "Done"
|
|
5
6
|
}
|
|
6
7
|
export declare class Continue {
|
|
7
|
-
readonly interval:
|
|
8
|
+
readonly interval: Intervals;
|
|
8
9
|
readonly _tag = DecisionTag.Continue;
|
|
9
|
-
constructor(interval:
|
|
10
|
+
constructor(interval: Intervals);
|
|
10
11
|
}
|
|
11
12
|
export declare class Done {
|
|
12
13
|
readonly _tag = DecisionTag.Done;
|
|
@@ -30,9 +31,14 @@ export declare const done: Decision;
|
|
|
30
31
|
* @tsplus static fncts.io.Schedule.DecisionOps Continue
|
|
31
32
|
* @tsplus location "@fncts/io/Schedule/Decision"
|
|
32
33
|
*/
|
|
33
|
-
export declare function continue_(interval:
|
|
34
|
+
export declare function continue_(interval: Intervals): Decision;
|
|
35
|
+
/**
|
|
36
|
+
* @tsplus static fncts.io.Schedule.DecisionOps continueWith
|
|
37
|
+
* @tsplus location "@fncts/io/Schedule/Decision"
|
|
38
|
+
*/
|
|
39
|
+
export declare function continueWith(interval: Interval): Decision;
|
|
34
40
|
/**
|
|
35
41
|
* @tsplus fluent fncts.io.Schedule.Decision match
|
|
36
42
|
* @tsplus location "@fncts/io/Schedule/Decision"
|
|
37
43
|
*/
|
|
38
|
-
export declare function match_<A, B>(self: Decision, onDone: () => A, onContinue: (interval:
|
|
44
|
+
export declare function match_<A, B>(self: Decision, onDone: () => A, onContinue: (interval: Intervals) => B): A | B;
|
package/Schedule/Driver.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IO, UIO } from "@fncts/io/IO/definition";
|
|
2
|
-
import { Nothing } from "@fncts/base/data/Maybe";
|
|
2
|
+
import { Nothing } from "@fncts/base/data/Maybe/definition";
|
|
3
3
|
import { NoSuchElementError } from "@fncts/base/data/exceptions";
|
|
4
4
|
/**
|
|
5
5
|
* @tsplus type fncts.io.Schedule.Driver
|
|
@@ -7,13 +7,13 @@ import { NoSuchElementError } from "@fncts/base/data/exceptions";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class Driver<State, Env, In, Out> {
|
|
9
9
|
readonly next: (inp: In, __tsplusTrace?: string) => IO<Env, Nothing, Out>;
|
|
10
|
-
readonly last: IO<
|
|
10
|
+
readonly last: IO<never, NoSuchElementError, Out>;
|
|
11
11
|
readonly reset: UIO<void>;
|
|
12
12
|
readonly state: UIO<State>;
|
|
13
|
-
constructor(next: (inp: In, __tsplusTrace?: string) => IO<Env, Nothing, Out>, last: IO<
|
|
13
|
+
constructor(next: (inp: In, __tsplusTrace?: string) => IO<Env, Nothing, Out>, last: IO<never, NoSuchElementError, Out>, reset: UIO<void>, state: UIO<State>);
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
16
|
* @tsplus static fncts.io.Schedule.DriverOps __call
|
|
17
17
|
* @tsplus location "@fncts/io/Schedule/Driver"
|
|
18
18
|
*/
|
|
19
|
-
export declare function makeDriver<State, Env, In, Out>(next: (inp: In, __tsplusTrace?: string) => IO<Env, Nothing, Out>, last: IO<
|
|
19
|
+
export declare function makeDriver<State, Env, In, Out>(next: (inp: In, __tsplusTrace?: string) => IO<Env, Nothing, Out>, last: IO<never, NoSuchElementError, Out>, reset: UIO<void>, state: UIO<State>): Driver<State, Env, In, Out>;
|
package/Schedule/api/driver.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Schedule } from "@fncts/io/Schedule/definition";
|
|
2
2
|
import { UIO } from "@fncts/io/IO/definition";
|
|
3
|
-
import { Maybe, Nothing } from "@fncts/base/data/Maybe";
|
|
3
|
+
import { Maybe, Nothing } from "@fncts/base/data/Maybe/definition";
|
|
4
4
|
/**
|
|
5
5
|
* @tsplus getter fncts.io.Schedule driver
|
|
6
6
|
* @tsplus location "@fncts/io/Schedule/api/driver"
|