@fncts/io 0.0.13 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cached/api.d.ts +2 -2
- package/Channel/UpstreamPullStrategy/definition.d.ts +1 -1
- package/Channel/api/mapOutIOC.d.ts +1 -1
- package/Channel/api/mergeAllWith.d.ts +2 -2
- package/Channel/api/mergeWith.d.ts +2 -2
- package/Channel/api/toPull.d.ts +1 -1
- package/Channel/api.d.ts +8 -8
- package/Channel/core-api.d.ts +2 -2
- package/Channel/definition.d.ts +24 -10
- 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 +1 -1
- package/Channel/internal/MergeState.d.ts +2 -2
- package/Channel/internal/SingleProducerAsyncInput.d.ts +4 -4
- package/Clock/api.d.ts +2 -2
- 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 +10 -10
- 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 +3 -3
- package/FiberRef/api/locallyScoped.d.ts +1 -1
- package/FiberRef/api/locallyScopedWith.d.ts +1 -1
- package/FiberRef/api.d.ts +8 -8
- package/FiberRef/constructors.d.ts +2 -2
- package/FiberRef/unsafe.d.ts +5 -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 -22
- package/Hub/internal.d.ts +1 -1
- package/IO/api/acquireRelease.d.ts +2 -2
- package/IO/api/acquireReleaseExit.d.ts +2 -2
- package/IO/api/acquireReleaseInterruptible.d.ts +1 -1
- package/IO/api/acquireReleaseInterruptibleExit.d.ts +2 -2
- package/IO/api/addFinalizer.d.ts +1 -1
- package/IO/api/addFinalizerExit.d.ts +2 -2
- 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/concurrency.d.ts +4 -4
- package/IO/api/concurrentFinalizers.d.ts +1 -1
- package/IO/api/consoleWith.d.ts +1 -1
- package/IO/api/core-scope.d.ts +3 -3
- package/IO/api/ensuringChildren.d.ts +1 -1
- package/IO/api/environment.d.ts +3 -3
- package/IO/api/foreachC.d.ts +2 -2
- package/IO/api/foreachExec.d.ts +1 -1
- package/IO/api/fulfill.d.ts +1 -1
- package/IO/api/interrupt.d.ts +7 -7
- 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/race.d.ts +1 -1
- package/IO/api/raceFirst.d.ts +1 -1
- package/IO/api/randomWith.d.ts +1 -1
- package/IO/api/repeat.d.ts +6 -6
- package/IO/api/retry.d.ts +5 -5
- package/IO/api/schedule.d.ts +2 -2
- package/IO/api/scopeWith.d.ts +1 -1
- package/IO/api/scoped.d.ts +3 -3
- package/IO/api/sequenceT.d.ts +1 -1
- package/IO/api/sleep.d.ts +2 -2
- package/IO/api/stateful.d.ts +2 -2
- package/IO/api/timeout.d.ts +4 -4
- package/IO/api/withEarlyRelease.d.ts +1 -1
- package/IO/api/withFinalizer.d.ts +1 -1
- package/IO/api/withFinalizerExit.d.ts +2 -2
- package/IO/api/withRuntimeConfig.d.ts +2 -2
- package/IO/api/zipC.d.ts +4 -4
- package/IO/api.d.ts +53 -53
- package/IO/definition.d.ts +16 -10
- package/IO/runtime.d.ts +7 -7
- package/IOEnv/services.d.ts +1 -1
- package/IOSpec.d.ts +6 -6
- package/Layer/MemoMap.d.ts +8 -8
- package/Layer/api.d.ts +39 -39
- package/Layer/definition.d.ts +16 -9
- 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 +3 -3
- package/Queue/api/filterOutputIO.d.ts +3 -3
- 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 +3 -3
- package/Queue/constructors.d.ts +4 -4
- package/Queue/definition.d.ts +3 -3
- package/Queue/strategy.d.ts +10 -10
- package/Random/api.d.ts +5 -5
- package/Random/definition.d.ts +5 -5
- package/Random/live.d.ts +4 -4
- package/Ref/Atomic/Atomic.d.ts +1 -1
- package/Ref/Atomic/api.d.ts +11 -11
- package/Ref/Derived.d.ts +1 -1
- package/Ref/DerivedAll.d.ts +1 -1
- package/Ref/Synchronized/api.d.ts +13 -13
- package/Ref/Synchronized/constructors.d.ts +2 -2
- package/Ref/Synchronized/definition.d.ts +1 -1
- 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 +2 -2
- package/RuntimeConfig.d.ts +2 -2
- package/STM/api/core-api.d.ts +5 -5
- package/STM/api/core-constructors.d.ts +7 -7
- package/STM/api.d.ts +56 -56
- package/STM/definition.d.ts +2 -2
- package/STM/driver.d.ts +2 -2
- package/STM/internal/CommitState.d.ts +1 -1
- package/STM/internal/Journal.d.ts +3 -3
- package/STM/internal/TryCommit.d.ts +1 -1
- package/Schedule/Driver.d.ts +1 -1
- package/Schedule/api/driver.d.ts +1 -1
- package/Schedule/api.d.ts +73 -73
- package/Scope/Finalizer/definition.d.ts +1 -1
- package/Scope/ReleaseMap/api/releaseAll.d.ts +2 -2
- package/Scope/ReleaseMap/api.d.ts +7 -7
- package/Scope/ReleaseMap/definition.d.ts +2 -2
- package/Scope/api.d.ts +9 -9
- package/Scope/definition.d.ts +2 -2
- package/ScopedRef/api.d.ts +1 -1
- package/Sink/api.d.ts +18 -18
- package/State/api.d.ts +2 -2
- 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 +169 -162
- package/Stream/internal/Handoff.d.ts +2 -2
- package/Stream/internal/Pull.d.ts +2 -2
- package/Stream/internal/Take.d.ts +3 -3
- package/Stream/internal/util.d.ts +1 -1
- package/Supervisor/api.d.ts +3 -3
- package/Supervisor/constructors.d.ts +4 -4
- 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 +2 -2
- package/TReentrantLock/api.d.ts +16 -16
- 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/_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/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/definition.cjs +1 -1
- package/_cjs/Clock/definition.cjs.map +1 -1
- package/_cjs/Console/api.cjs +5 -3
- package/_cjs/Console/api.cjs.map +1 -1
- package/_cjs/Console/definition.cjs +1 -1
- package/_cjs/Console/definition.cjs.map +1 -1
- package/_cjs/Fiber/FiberContext.cjs +3 -3
- 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/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 +14 -14
- 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 +2 -4
- 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 +5 -6
- 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 +12 -12
- package/_cjs/IO/api/interrupt.cjs.map +1 -1
- package/_cjs/IO/api/memoize.cjs +1 -1
- package/_cjs/IO/api/memoize.cjs.map +1 -1
- package/_cjs/IO/api/onExit.cjs +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 +1 -1
- 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/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/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/IOEnv/live.cjs +3 -1
- package/_cjs/IOEnv/live.cjs.map +1 -1
- package/_cjs/Layer/MemoMap.cjs +39 -40
- package/_cjs/Layer/MemoMap.cjs.map +1 -1
- package/_cjs/Layer/api.cjs +81 -82
- 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 +15 -15
- package/_cjs/Queue/internal.cjs.map +1 -1
- package/_cjs/Queue/strategy.cjs +16 -16
- 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/definition.cjs +1 -1
- package/_cjs/Random/definition.cjs.map +1 -1
- package/_cjs/Random/live.cjs +4 -4
- package/_cjs/Random/live.cjs.map +1 -1
- package/_cjs/Ref/Atomic/api.cjs +19 -21
- package/_cjs/Ref/Atomic/api.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 +2 -4
- 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 +110 -110
- package/_cjs/STM/api.cjs.map +1 -1
- package/_cjs/STM/driver.cjs +3 -1
- package/_cjs/STM/driver.cjs.map +1 -1
- package/_cjs/Schedule/api/driver.cjs +5 -9
- package/_cjs/Schedule/api/driver.cjs.map +1 -1
- package/_cjs/Schedule/api.cjs +156 -156
- package/_cjs/Schedule/api.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/api.cjs +20 -20
- package/_cjs/Scope/api.cjs.map +1 -1
- package/_cjs/Scope/definition.cjs +1 -1
- package/_cjs/Scope/definition.cjs.map +1 -1
- package/_cjs/ScopedRef/api.cjs +5 -5
- 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/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/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 +16 -17
- 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/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/_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/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/definition.mjs +1 -1
- package/_mjs/Clock/definition.mjs.map +1 -1
- package/_mjs/Console/api.mjs +4 -3
- package/_mjs/Console/api.mjs.map +1 -1
- package/_mjs/Console/definition.mjs +1 -1
- package/_mjs/Console/definition.mjs.map +1 -1
- package/_mjs/Fiber/FiberContext.mjs +4 -3
- 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/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 +14 -14
- 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 +2 -3
- 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 +5 -6
- 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 +12 -12
- package/_mjs/IO/api/interrupt.mjs.map +1 -1
- package/_mjs/IO/api/memoize.mjs +1 -1
- package/_mjs/IO/api/memoize.mjs.map +1 -1
- package/_mjs/IO/api/onExit.mjs +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 +1 -1
- 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/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/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/IOEnv/live.mjs +2 -1
- package/_mjs/IOEnv/live.mjs.map +1 -1
- package/_mjs/Layer/MemoMap.mjs +37 -38
- package/_mjs/Layer/MemoMap.mjs.map +1 -1
- package/_mjs/Layer/api.mjs +82 -83
- 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 +15 -15
- package/_mjs/Queue/internal.mjs.map +1 -1
- package/_mjs/Queue/strategy.mjs +16 -16
- 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/definition.mjs +1 -1
- package/_mjs/Random/definition.mjs.map +1 -1
- package/_mjs/Random/live.mjs +4 -4
- package/_mjs/Random/live.mjs.map +1 -1
- package/_mjs/Ref/Atomic/api.mjs +19 -20
- package/_mjs/Ref/Atomic/api.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 +2 -3
- 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 +110 -110
- package/_mjs/STM/api.mjs.map +1 -1
- package/_mjs/STM/driver.mjs +3 -1
- package/_mjs/STM/driver.mjs.map +1 -1
- package/_mjs/Schedule/api/driver.mjs +6 -9
- package/_mjs/Schedule/api/driver.mjs.map +1 -1
- package/_mjs/Schedule/api.mjs +156 -156
- package/_mjs/Schedule/api.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/api.mjs +20 -20
- package/_mjs/Scope/api.mjs.map +1 -1
- package/_mjs/Scope/definition.mjs +1 -1
- package/_mjs/Scope/definition.mjs.map +1 -1
- package/_mjs/ScopedRef/api.mjs +5 -5
- 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/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/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 +16 -17
- 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/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/_src/Cached/api.ts +1 -0
- package/_src/Channel/api.ts +4 -4
- package/_src/Channel/core-api.ts +1 -3
- package/_src/Channel/definition.ts +7 -7
- package/_src/Clock/definition.ts +1 -1
- package/_src/Console/api.ts +1 -1
- package/_src/Console/definition.ts +1 -1
- 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 +1 -0
- 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/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 +2 -0
- package/_src/Future/api.ts +23 -15
- package/_src/Future/constructors.ts +2 -2
- package/_src/Hub/api.ts +39 -12
- package/_src/IO/api/acquireRelease.ts +1 -0
- package/_src/IO/api/addFinalizer.ts +1 -4
- package/_src/IO/api/addFinalizerExit.ts +4 -1
- package/_src/IO/api/asyncIO.ts +4 -1
- package/_src/IO/api/bracket.ts +1 -0
- package/_src/IO/api/bracketExit.ts +1 -0
- 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/ensuringChildren.ts +1 -0
- package/_src/IO/api/environment.ts +1 -1
- package/_src/IO/api/foreachC.ts +33 -6
- package/_src/IO/api/foreachExec.ts +1 -0
- package/_src/IO/api/fulfill.ts +1 -1
- package/_src/IO/api/interrupt.ts +10 -2
- package/_src/IO/api/onExit.ts +1 -0
- package/_src/IO/api/onTermination.ts +1 -1
- package/_src/IO/api/provideLayer.ts +1 -0
- package/_src/IO/api/provideSomeLayer.ts +1 -2
- 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 +3 -3
- package/_src/IO/api/retry.ts +3 -3
- package/_src/IO/api/schedule.ts +1 -0
- package/_src/IO/api/scopeWith.ts +1 -1
- package/_src/IO/api/scoped.ts +2 -2
- package/_src/IO/api/timeout.ts +5 -1
- package/_src/IO/api/withEarlyRelease.ts +4 -1
- package/_src/IO/api/withFinalizer.ts +1 -0
- package/_src/IO/api/withFinalizerExit.ts +1 -0
- package/_src/IO/api/withRuntimeConfig.ts +5 -1
- package/_src/IO/api/zipC.ts +6 -1
- package/_src/IO/api.ts +82 -32
- package/_src/IO/definition.ts +3 -3
- package/_src/Layer/MemoMap.ts +25 -18
- package/_src/Layer/api.ts +61 -28
- package/_src/Layer/definition.ts +7 -4
- package/_src/Queue/api/dimapIO.ts +11 -1
- package/_src/Queue/api/filterInputIO.ts +2 -0
- package/_src/Queue/api/filterOutputIO.ts +2 -0
- 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 +3 -0
- package/_src/Queue/constructors.ts +4 -4
- package/_src/Queue/definition.ts +3 -3
- package/_src/Queue/internal.ts +3 -3
- package/_src/Queue/strategy.ts +14 -6
- package/_src/Random/api.ts +5 -5
- package/_src/Random/definition.ts +6 -6
- package/_src/Random/live.ts +4 -4
- package/_src/Ref/Atomic/api.ts +10 -10
- package/_src/Ref/Synchronized/api.ts +18 -3
- package/_src/Ref/Synchronized/constructors.ts +1 -1
- 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 +4 -1
- package/_src/Ref/api/modify.ts +13 -1
- package/_src/Ref/api/set.ts +5 -1
- package/_src/Ref/constructors.ts +2 -2
- package/_src/Ref/definition.ts +1 -1
- package/_src/STM/api/core-api.ts +17 -4
- package/_src/STM/api/core-constructors.ts +5 -5
- package/_src/STM/api.ts +106 -41
- package/_src/Schedule/api.ts +98 -18
- package/_src/Scope/ReleaseMap/api/releaseAll.ts +6 -1
- package/_src/Scope/ReleaseMap/api.ts +15 -5
- package/_src/Scope/api.ts +15 -7
- package/_src/Scope/definition.ts +1 -1
- package/_src/Sink/api.ts +39 -10
- package/_src/State/api.ts +1 -1
- package/_src/Stream/api/zipAllWith.ts +3 -0
- package/_src/Stream/api/zipWith.ts +1 -0
- package/_src/Stream/api/zipWithChunks.ts +3 -0
- package/_src/Stream/api.ts +363 -96
- package/_src/TFuture/api.ts +5 -5
- package/_src/TFuture/constructors.ts +2 -2
- package/_src/TReentrantLock/api.ts +16 -16
- package/_src/TRef/api.ts +35 -13
- package/_src/TRef/constructors.ts +4 -4
- package/_src/TSemaphore/api.ts +7 -7
- package/_src/TSemaphore/constructors.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/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/package.json +7 -3
package/_src/Layer/api.ts
CHANGED
|
@@ -10,8 +10,9 @@ import { DecisionTag } from "@fncts/io/Schedule";
|
|
|
10
10
|
export function and_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
11
11
|
self: Layer<RIn, E, ROut>,
|
|
12
12
|
that: Layer<RIn1, E1, ROut1>,
|
|
13
|
+
__tsplusTrace?: string,
|
|
13
14
|
): Layer<RIn | RIn1, E | E1, ROut | ROut1> {
|
|
14
|
-
return new ZipWithC(self, that, (a, b) => a.union(b));
|
|
15
|
+
return new ZipWithC(self, that, (a, b) => a.union(b), __tsplusTrace);
|
|
15
16
|
}
|
|
16
17
|
|
|
17
18
|
/**
|
|
@@ -24,6 +25,7 @@ export function and_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
|
24
25
|
export function andTo_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
25
26
|
self: Layer<RIn, E, ROut>,
|
|
26
27
|
that: Layer<RIn1, E1, ROut1>,
|
|
28
|
+
__tsplusTrace?: string,
|
|
27
29
|
): Layer<RIn | Exclude<RIn1, ROut>, E | E1, ROut | ROut1> {
|
|
28
30
|
return self.and(self.to(that));
|
|
29
31
|
}
|
|
@@ -38,6 +40,7 @@ export function andTo_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
|
38
40
|
export function andUsing_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
39
41
|
self: Layer<RIn1, E1, ROut1>,
|
|
40
42
|
that: Layer<RIn, E, ROut>,
|
|
43
|
+
__tsplusTrace?: string,
|
|
41
44
|
): Layer<RIn | Exclude<RIn1, ROut>, E | E1, ROut | ROut1> {
|
|
42
45
|
return that.and(that.to(self));
|
|
43
46
|
}
|
|
@@ -48,6 +51,7 @@ export function andUsing_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
|
48
51
|
export function catchAll_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
49
52
|
self: Layer<RIn, E, ROut>,
|
|
50
53
|
f: (e: E) => Layer<RIn1, E1, ROut1>,
|
|
54
|
+
__tsplusTrace?: string,
|
|
51
55
|
): Layer<RIn | RIn1, E1, ROut | ROut1> {
|
|
52
56
|
return self.matchLayer(f, Layer.succeedEnvironmentNow);
|
|
53
57
|
}
|
|
@@ -58,6 +62,7 @@ export function catchAll_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
|
58
62
|
export function flatMap_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
59
63
|
self: Layer<RIn, E, ROut>,
|
|
60
64
|
f: (r: Environment<ROut>) => Layer<RIn1, E1, ROut1>,
|
|
65
|
+
__tsplusTrace?: string,
|
|
61
66
|
): Layer<RIn | RIn1, E | E1, ROut1> {
|
|
62
67
|
return self.matchLayer(Layer.failNow, f);
|
|
63
68
|
}
|
|
@@ -68,42 +73,43 @@ export function flatMap_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
|
68
73
|
export function compose_<RIn, E, ROut, E1, ROut1>(
|
|
69
74
|
self: Layer<RIn, E, ROut>,
|
|
70
75
|
that: Layer<ROut, E1, ROut1>,
|
|
76
|
+
__tsplusTrace?: string,
|
|
71
77
|
): Layer<RIn, E | E1, ROut1> {
|
|
72
|
-
return new To(self, that);
|
|
78
|
+
return new To(self, that, __tsplusTrace);
|
|
73
79
|
}
|
|
74
80
|
|
|
75
81
|
/**
|
|
76
82
|
* @tsplus static fncts.io.LayerOps environment
|
|
77
83
|
*/
|
|
78
|
-
export function environment<RIn>(): Layer<RIn, never, RIn> {
|
|
84
|
+
export function environment<RIn>(__tsplusTrace?: string): Layer<RIn, never, RIn> {
|
|
79
85
|
return Layer(IO.environment<RIn>());
|
|
80
86
|
}
|
|
81
87
|
|
|
82
88
|
/**
|
|
83
89
|
* @tsplus static fncts.io.LayerOps fail
|
|
84
90
|
*/
|
|
85
|
-
export function fail<E>(e: Lazy<E
|
|
91
|
+
export function fail<E>(e: Lazy<E>, __tsplusTrace?: string): Layer<never, E, never> {
|
|
86
92
|
return Layer(IO.fail(e));
|
|
87
93
|
}
|
|
88
94
|
|
|
89
95
|
/**
|
|
90
96
|
* @tsplus static fncts.io.LayerOps failCause
|
|
91
97
|
*/
|
|
92
|
-
export function failCause<E>(cause: Lazy<Cause<E
|
|
98
|
+
export function failCause<E>(cause: Lazy<Cause<E>>, __tsplusTrace?: string): Layer<never, E, never> {
|
|
93
99
|
return Layer(IO.failCause(cause));
|
|
94
100
|
}
|
|
95
101
|
|
|
96
102
|
/**
|
|
97
103
|
* @tsplus static fncts.io.LayerOps failCauseNow
|
|
98
104
|
*/
|
|
99
|
-
export function failCauseNow<E>(cause: Cause<E
|
|
105
|
+
export function failCauseNow<E>(cause: Cause<E>, __tsplusTrace?: string): Layer<never, E, never> {
|
|
100
106
|
return Layer(IO.failCauseNow(cause));
|
|
101
107
|
}
|
|
102
108
|
|
|
103
109
|
/**
|
|
104
110
|
* @tsplus static fncts.io.LayerOps failNow
|
|
105
111
|
*/
|
|
106
|
-
export function failNow<E>(e: E): Layer<never, E, never> {
|
|
112
|
+
export function failNow<E>(e: E, __tsplusTrace?: string): Layer<never, E, never> {
|
|
107
113
|
return Layer(IO.failNow(e));
|
|
108
114
|
}
|
|
109
115
|
|
|
@@ -113,6 +119,7 @@ export function failNow<E>(e: E): Layer<never, E, never> {
|
|
|
113
119
|
export function flatten<RIn, E, RIn1, E1, ROut>(
|
|
114
120
|
self: Layer<RIn, E, Layer<RIn1, E1, ROut>>,
|
|
115
121
|
tag: Tag<Layer<RIn1, E1, ROut>>,
|
|
122
|
+
__tsplusTrace?: string,
|
|
116
123
|
): Layer<RIn | RIn1, E | E1, ROut> {
|
|
117
124
|
return self.flatMap((environment) => environment.get(tag));
|
|
118
125
|
}
|
|
@@ -120,7 +127,7 @@ export function flatten<RIn, E, RIn1, E1, ROut>(
|
|
|
120
127
|
/**
|
|
121
128
|
* @tsplus getter fncts.io.Layer fresh
|
|
122
129
|
*/
|
|
123
|
-
export function fresh<R, E, A>(self: Layer<R, E, A
|
|
130
|
+
export function fresh<R, E, A>(self: Layer<R, E, A>, __tsplusTrace?: string): Layer<R, E, A> {
|
|
124
131
|
return new Fresh(self);
|
|
125
132
|
}
|
|
126
133
|
|
|
@@ -131,6 +138,7 @@ export function fromFunction<R, A>(
|
|
|
131
138
|
f: (r: R) => A,
|
|
132
139
|
/** @tsplus implicit local */ tagR: Tag<R>,
|
|
133
140
|
/** @tsplus implicit local */ tagA: Tag<A>,
|
|
141
|
+
__tsplusTrace?: string,
|
|
134
142
|
): Layer<R, never, A> {
|
|
135
143
|
return Layer.fromIOEnvironment(IO.serviceWith((service) => Environment.empty.add(f(service), Derive()), Derive()));
|
|
136
144
|
}
|
|
@@ -142,6 +150,7 @@ export function fromFunctionIO<R, E, A, R1>(
|
|
|
142
150
|
f: (r: R) => IO<R1, E, A>,
|
|
143
151
|
tagR: Tag<R>,
|
|
144
152
|
tagA: Tag<A>,
|
|
153
|
+
__tsplusTrace?: string,
|
|
145
154
|
): Layer<R1 | R, E, A> {
|
|
146
155
|
return Layer.fromIOEnvironment(
|
|
147
156
|
IO.serviceWithIO((service) => f(service).map((a) => Environment.empty.add(a, tagA)), tagR),
|
|
@@ -153,34 +162,34 @@ export function fromFunctionIO<R, E, A, R1>(
|
|
|
153
162
|
* @tsplus static fncts.io.LayerOps __call
|
|
154
163
|
*/
|
|
155
164
|
export function fromIOEnvironment<R, E, A>(io: IO<R, E, Environment<A>>, __tsplusTrace?: string): Layer<R, E, A> {
|
|
156
|
-
return new FromScoped(io);
|
|
165
|
+
return new FromScoped(io, __tsplusTrace);
|
|
157
166
|
}
|
|
158
167
|
|
|
159
168
|
/**
|
|
160
169
|
* @tsplus static fncts.io.LayerOps fromIO
|
|
161
170
|
*/
|
|
162
|
-
export function fromIO<R, E, A>(resource: IO<R, E, A>, tag: Tag<A
|
|
171
|
+
export function fromIO<R, E, A>(resource: IO<R, E, A>, tag: Tag<A>, __tsplusTrace?: string): Layer<R, E, A> {
|
|
163
172
|
return Layer.fromIOEnvironment(resource.map((a) => Environment().add(a, tag)));
|
|
164
173
|
}
|
|
165
174
|
|
|
166
175
|
/**
|
|
167
176
|
* @tsplus static fncts.io.LayerOps fromValue
|
|
168
177
|
*/
|
|
169
|
-
export function fromValue<A>(value: Lazy<A>, tag: Tag<A
|
|
178
|
+
export function fromValue<A>(value: Lazy<A>, tag: Tag<A>, __tsplusTrace?: string): Layer<never, never, A> {
|
|
170
179
|
return Layer.fromIO(IO.succeed(value), tag);
|
|
171
180
|
}
|
|
172
181
|
|
|
173
182
|
/**
|
|
174
183
|
* @tsplus static fncts.io.LayerOps halt
|
|
175
184
|
*/
|
|
176
|
-
export function halt(defect: Lazy<unknown
|
|
185
|
+
export function halt(defect: Lazy<unknown>, __tsplusTrace?: string): Layer<never, never, never> {
|
|
177
186
|
return Layer(IO.halt(defect));
|
|
178
187
|
}
|
|
179
188
|
|
|
180
189
|
/**
|
|
181
190
|
* @tsplus static fncts.io.LayerOps haltNow
|
|
182
191
|
*/
|
|
183
|
-
export function haltNow(defect: unknown): Layer<never, never, never> {
|
|
192
|
+
export function haltNow(defect: unknown, __tsplusTrace?: string): Layer<never, never, never> {
|
|
184
193
|
return Layer(IO.haltNow(defect));
|
|
185
194
|
}
|
|
186
195
|
|
|
@@ -191,8 +200,9 @@ export function matchCauseLayer_<RIn, E, ROut, RIn1, E1, ROut1, RIn2, E2, ROut2>
|
|
|
191
200
|
self: Layer<RIn, E, ROut>,
|
|
192
201
|
failure: (cause: Cause<E>) => Layer<RIn1, E1, ROut1>,
|
|
193
202
|
success: (r: Environment<ROut>) => Layer<RIn2, E2, ROut2>,
|
|
203
|
+
__tsplusTrace?: string,
|
|
194
204
|
): Layer<RIn | RIn1 | RIn2, E1 | E2, ROut1 | ROut2> {
|
|
195
|
-
return new Fold(self, failure, success);
|
|
205
|
+
return new Fold(self, failure, success, __tsplusTrace);
|
|
196
206
|
}
|
|
197
207
|
|
|
198
208
|
/**
|
|
@@ -202,6 +212,7 @@ export function matchLayer_<RIn, E, ROut, RIn1, E1, ROut1, RIn2, E2, ROut2>(
|
|
|
202
212
|
self: Layer<RIn, E, ROut>,
|
|
203
213
|
failure: (e: E) => Layer<RIn1, E1, ROut1>,
|
|
204
214
|
success: (r: Environment<ROut>) => Layer<RIn2, E2, ROut2>,
|
|
215
|
+
__tsplusTrace?: string,
|
|
205
216
|
): Layer<RIn | RIn1 | RIn2, E1 | E2, ROut1 | ROut2> {
|
|
206
217
|
return self.matchCauseLayer((cause) => cause.failureOrCause.match(failure, Layer.failCauseNow), success);
|
|
207
218
|
}
|
|
@@ -212,6 +223,7 @@ export function matchLayer_<RIn, E, ROut, RIn1, E1, ROut1, RIn2, E2, ROut2>(
|
|
|
212
223
|
export function map_<RIn, E, ROut, ROut1>(
|
|
213
224
|
self: Layer<RIn, E, ROut>,
|
|
214
225
|
f: (r: Environment<ROut>) => Environment<ROut1>,
|
|
226
|
+
__tsplusTrace?: string,
|
|
215
227
|
): Layer<RIn, E, ROut1> {
|
|
216
228
|
return self.flatMap((a) => Layer.succeedEnvironmentNow(f(a)));
|
|
217
229
|
}
|
|
@@ -219,14 +231,21 @@ export function map_<RIn, E, ROut, ROut1>(
|
|
|
219
231
|
/**
|
|
220
232
|
* @tsplus fluent fncts.io.Layer mapError
|
|
221
233
|
*/
|
|
222
|
-
export function mapError_<RIn, E, ROut, E1>(
|
|
234
|
+
export function mapError_<RIn, E, ROut, E1>(
|
|
235
|
+
self: Layer<RIn, E, ROut>,
|
|
236
|
+
f: (e: E) => E1,
|
|
237
|
+
__tsplusTrace?: string,
|
|
238
|
+
): Layer<RIn, E1, ROut> {
|
|
223
239
|
return self.catchAll((e) => Layer.failNow(f(e)));
|
|
224
240
|
}
|
|
225
241
|
|
|
226
242
|
/**
|
|
227
243
|
* @tsplus getter fncts.io.Layer memoize
|
|
228
244
|
*/
|
|
229
|
-
export function memoize<RIn, E, ROut>(
|
|
245
|
+
export function memoize<RIn, E, ROut>(
|
|
246
|
+
self: Layer<RIn, E, ROut>,
|
|
247
|
+
__tsplusTrace?: string,
|
|
248
|
+
): URIO<Scope, Layer<RIn, E, ROut>> {
|
|
230
249
|
return IO.serviceWithIO((scope: Scope) => self.build(scope), Scope.Tag).memoize.map((_) => new FromScoped(_));
|
|
231
250
|
}
|
|
232
251
|
|
|
@@ -236,6 +255,7 @@ export function memoize<RIn, E, ROut>(self: Layer<RIn, E, ROut>): URIO<Scope, La
|
|
|
236
255
|
export function orElse_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
237
256
|
self: Layer<RIn, E, ROut>,
|
|
238
257
|
that: Layer<RIn1, E1, ROut1>,
|
|
258
|
+
__tsplusTrace?: string,
|
|
239
259
|
): Layer<RIn | RIn1, E | E1, ROut | ROut1> {
|
|
240
260
|
return self.catchAll(() => that);
|
|
241
261
|
}
|
|
@@ -243,7 +263,7 @@ export function orElse_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
|
243
263
|
/**
|
|
244
264
|
* @tsplus getter fncts.io.Layer orHalt
|
|
245
265
|
*/
|
|
246
|
-
export function orHalt<RIn, E, ROut>(self: Layer<RIn, E, ROut
|
|
266
|
+
export function orHalt<RIn, E, ROut>(self: Layer<RIn, E, ROut>, __tsplusTrace?: string): Layer<RIn, never, ROut> {
|
|
247
267
|
return self.catchAll(Layer.haltNow);
|
|
248
268
|
}
|
|
249
269
|
|
|
@@ -252,6 +272,7 @@ export function orHalt<RIn, E, ROut>(self: Layer<RIn, E, ROut>): Layer<RIn, neve
|
|
|
252
272
|
*/
|
|
253
273
|
export function passthrough<RIn extends Spreadable, E, ROut extends Spreadable>(
|
|
254
274
|
self: Layer<RIn, E, ROut>,
|
|
275
|
+
__tsplusTrace?: string,
|
|
255
276
|
): Layer<RIn, E, RIn & ROut> {
|
|
256
277
|
return Layer.environment<RIn>().and(self);
|
|
257
278
|
}
|
|
@@ -262,8 +283,9 @@ export function passthrough<RIn extends Spreadable, E, ROut extends Spreadable>(
|
|
|
262
283
|
export function retry_<RIn, E, ROut, S, RIn1>(
|
|
263
284
|
self: Layer<RIn, E, ROut>,
|
|
264
285
|
schedule: Schedule.WithState<S, RIn1, E, any>,
|
|
286
|
+
__tsplusTrace?: string,
|
|
265
287
|
): Layer<RIn | RIn1, E, ROut> {
|
|
266
|
-
const tag = Tag<{ readonly state: S }>();
|
|
288
|
+
const tag = Tag<{ readonly state: S }>("fncts.io.Layer.retryState");
|
|
267
289
|
return Layer.succeedNow({ state: schedule.initial }, tag).flatMap((environment) =>
|
|
268
290
|
retryLoop(self, schedule, environment.get(tag).state, tag),
|
|
269
291
|
);
|
|
@@ -274,6 +296,7 @@ function retryUpdate<S, RIn, E, X>(
|
|
|
274
296
|
e: E,
|
|
275
297
|
s: S,
|
|
276
298
|
tag: Tag<{ readonly state: S }>,
|
|
299
|
+
__tsplusTrace?: string,
|
|
277
300
|
): Layer<RIn, E, { readonly state: S }> {
|
|
278
301
|
return Layer.fromIO(
|
|
279
302
|
Clock.currentTime.flatMap((now) =>
|
|
@@ -294,6 +317,7 @@ function retryLoop<RIn, E, ROut, S, RIn1, X>(
|
|
|
294
317
|
schedule: Schedule.WithState<S, RIn1, E, X>,
|
|
295
318
|
s: S,
|
|
296
319
|
tag: Tag<{ readonly state: S }>,
|
|
320
|
+
__tsplusTrace?: string,
|
|
297
321
|
): Layer<RIn | RIn1, E, ROut> {
|
|
298
322
|
return self.catchAll((e) =>
|
|
299
323
|
retryUpdate(schedule, e, s, tag).flatMap((env) => retryLoop(self, schedule, env.get(tag).state, tag).fresh),
|
|
@@ -303,49 +327,56 @@ function retryLoop<RIn, E, ROut, S, RIn1, X>(
|
|
|
303
327
|
/**
|
|
304
328
|
* @tsplus static fncts.io.LayerOps scoped
|
|
305
329
|
*/
|
|
306
|
-
export function scoped<R, E, A>(
|
|
330
|
+
export function scoped<R, E, A>(
|
|
331
|
+
io: Lazy<IO<R, E, A>>,
|
|
332
|
+
tag: Tag<A>,
|
|
333
|
+
__tsplusTrace?: string,
|
|
334
|
+
): Layer<Exclude<R, Scope>, E, A> {
|
|
307
335
|
return Layer.scopedEnvironment(io().map((a) => Environment.empty.add(a, tag)));
|
|
308
336
|
}
|
|
309
337
|
|
|
310
338
|
/**
|
|
311
339
|
* @tsplus static fncts.io.LayerOps scopedEnvironment
|
|
312
340
|
*/
|
|
313
|
-
export function scopedEnvironment<R, E, A>(
|
|
314
|
-
|
|
341
|
+
export function scopedEnvironment<R, E, A>(
|
|
342
|
+
io: Lazy<IO<R, E, Environment<A>>>,
|
|
343
|
+
__tsplusTrace?: string,
|
|
344
|
+
): Layer<Exclude<R, Scope>, E, A> {
|
|
345
|
+
return new FromScoped(IO.defer(io), __tsplusTrace);
|
|
315
346
|
}
|
|
316
347
|
|
|
317
348
|
/**
|
|
318
349
|
* @tsplus static fncts.io.LayerOps service
|
|
319
350
|
*/
|
|
320
|
-
export function service<A>(tag: Tag<A
|
|
351
|
+
export function service<A>(tag: Tag<A>, __tsplusTrace?: string): Layer<A, never, A> {
|
|
321
352
|
return Layer.fromIO(IO.service(tag), tag);
|
|
322
353
|
}
|
|
323
354
|
|
|
324
355
|
/**
|
|
325
356
|
* @tsplus static fncts.io.LayerOps succeed
|
|
326
357
|
*/
|
|
327
|
-
export function succeed<A>(resource: Lazy<A>, tag: Tag<A
|
|
358
|
+
export function succeed<A>(resource: Lazy<A>, tag: Tag<A>, __tsplusTrace?: string): Layer<never, never, A> {
|
|
328
359
|
return Layer.fromIOEnvironment(IO.succeed(Environment.empty.add(resource(), tag)));
|
|
329
360
|
}
|
|
330
361
|
|
|
331
362
|
/**
|
|
332
363
|
* @tsplus static fncts.io.LayerOps succeedEnvironment
|
|
333
364
|
*/
|
|
334
|
-
export function succeedEnvironment<A>(a: Lazy<Environment<A
|
|
365
|
+
export function succeedEnvironment<A>(a: Lazy<Environment<A>>, __tsplusTrace?: string): Layer<never, never, A> {
|
|
335
366
|
return Layer.fromIOEnvironment(IO.succeed(a));
|
|
336
367
|
}
|
|
337
368
|
|
|
338
369
|
/**
|
|
339
370
|
* @tsplus static fncts.io.LayerOps succeedEnvironmentNow
|
|
340
371
|
*/
|
|
341
|
-
export function succeedEnvironmentNow<A>(a: Environment<A
|
|
372
|
+
export function succeedEnvironmentNow<A>(a: Environment<A>, __tsplusTrace?: string): Layer<never, never, A> {
|
|
342
373
|
return Layer.fromIOEnvironment(IO.succeedNow(a));
|
|
343
374
|
}
|
|
344
375
|
|
|
345
376
|
/**
|
|
346
377
|
* @tsplus static fncts.io.LayerOps succeedNow
|
|
347
378
|
*/
|
|
348
|
-
export function succeedNow<A>(resource: A, tag: Tag<A
|
|
379
|
+
export function succeedNow<A>(resource: A, tag: Tag<A>, __tsplusTrace?: string): Layer<never, never, A> {
|
|
349
380
|
return Layer.fromIOEnvironment(IO.succeedNow(Environment.empty.add(resource, tag)));
|
|
350
381
|
}
|
|
351
382
|
|
|
@@ -359,8 +390,9 @@ export function to_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
|
359
390
|
export function to_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
360
391
|
self: Layer<RIn, E, ROut>,
|
|
361
392
|
that: Layer<ROut | RIn1, E1, ROut1>,
|
|
393
|
+
__tsplusTrace?: string,
|
|
362
394
|
): Layer<RIn | RIn1, E | E1, ROut1> {
|
|
363
|
-
return new To(Layer(IO.environment<RIn1>()).and(self), that);
|
|
395
|
+
return new To(Layer(IO.environment<RIn1>(), __tsplusTrace).and(self), that);
|
|
364
396
|
}
|
|
365
397
|
|
|
366
398
|
/**
|
|
@@ -373,6 +405,7 @@ export function using_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
|
373
405
|
export function using_<RIn, E, ROut, RIn1, E1, ROut1>(
|
|
374
406
|
self: Layer<ROut | RIn1, E1, ROut1>,
|
|
375
407
|
that: Layer<RIn, E, ROut>,
|
|
408
|
+
__tsplusTrace?: string,
|
|
376
409
|
): Layer<RIn | RIn1, E | E1, ROut1> {
|
|
377
|
-
return new To(Layer(IO.environment<RIn1>()).and(that), self);
|
|
410
|
+
return new To(Layer(IO.environment<RIn1>(), __tsplusTrace).and(that), self);
|
|
378
411
|
}
|
package/_src/Layer/definition.ts
CHANGED
|
@@ -55,6 +55,7 @@ export class Fold<RIn, E, ROut, RIn1, E1, ROut1, RIn2, E2, ROut2> extends Layer<
|
|
|
55
55
|
readonly self: Layer<RIn, E, ROut>,
|
|
56
56
|
readonly failure: (cause: Cause<E>) => Layer<RIn1, E1, ROut1>,
|
|
57
57
|
readonly success: (r: Environment<ROut>) => Layer<RIn2, E2, ROut2>,
|
|
58
|
+
readonly trace?: string,
|
|
58
59
|
) {
|
|
59
60
|
super();
|
|
60
61
|
}
|
|
@@ -62,28 +63,28 @@ export class Fold<RIn, E, ROut, RIn1, E1, ROut1, RIn2, E2, ROut2> extends Layer<
|
|
|
62
63
|
|
|
63
64
|
export class Fresh<RIn, E, ROut> extends Layer<RIn, E, ROut> {
|
|
64
65
|
readonly _tag = LayerTag.Fresh;
|
|
65
|
-
constructor(readonly self: Layer<RIn, E, ROut
|
|
66
|
+
constructor(readonly self: Layer<RIn, E, ROut>, readonly trace?: string) {
|
|
66
67
|
super();
|
|
67
68
|
}
|
|
68
69
|
}
|
|
69
70
|
|
|
70
71
|
export class FromScoped<RIn, E, ROut> extends Layer<Exclude<RIn, Scope>, E, ROut> {
|
|
71
72
|
readonly _tag = LayerTag.Scoped;
|
|
72
|
-
constructor(readonly self: IO<RIn, E, Environment<ROut
|
|
73
|
+
constructor(readonly self: IO<RIn, E, Environment<ROut>>, readonly trace?: string) {
|
|
73
74
|
super();
|
|
74
75
|
}
|
|
75
76
|
}
|
|
76
77
|
|
|
77
78
|
export class Defer<RIn, E, ROut> extends Layer<RIn, E, ROut> {
|
|
78
79
|
readonly _tag = LayerTag.Defer;
|
|
79
|
-
constructor(readonly self: () => Layer<RIn, E, ROut
|
|
80
|
+
constructor(readonly self: () => Layer<RIn, E, ROut>, readonly trace?: string) {
|
|
80
81
|
super();
|
|
81
82
|
}
|
|
82
83
|
}
|
|
83
84
|
|
|
84
85
|
export class To<RIn, E, ROut, E1, ROut1> extends Layer<RIn, E | E1, ROut1> {
|
|
85
86
|
readonly _tag = LayerTag.To;
|
|
86
|
-
constructor(readonly self: Layer<RIn, E, ROut>, readonly that: Layer<ROut, E1, ROut1
|
|
87
|
+
constructor(readonly self: Layer<RIn, E, ROut>, readonly that: Layer<ROut, E1, ROut1>, readonly trace?: string) {
|
|
87
88
|
super();
|
|
88
89
|
}
|
|
89
90
|
}
|
|
@@ -94,6 +95,7 @@ export class ZipWith<RIn, E, ROut, RIn1, E1, ROut1, ROut2> extends Layer<RIn | R
|
|
|
94
95
|
readonly self: Layer<RIn, E, ROut>,
|
|
95
96
|
readonly that: Layer<RIn1, E1, ROut1>,
|
|
96
97
|
readonly f: (a: Environment<ROut>, b: Environment<ROut1>) => Environment<ROut2>,
|
|
98
|
+
readonly trace?: string,
|
|
97
99
|
) {
|
|
98
100
|
super();
|
|
99
101
|
}
|
|
@@ -105,6 +107,7 @@ export class ZipWithC<RIn, E, ROut, RIn1, E1, ROut1, ROut2> extends Layer<RIn |
|
|
|
105
107
|
readonly self: Layer<RIn, E, ROut>,
|
|
106
108
|
readonly that: Layer<RIn1, E1, ROut1>,
|
|
107
109
|
readonly f: (a: Environment<ROut>, b: Environment<ROut1>) => Environment<ROut2>,
|
|
110
|
+
readonly trace?: string,
|
|
108
111
|
) {
|
|
109
112
|
super();
|
|
110
113
|
}
|
|
@@ -49,7 +49,12 @@ class DimapIO<RA, RB, EA, EB, A, B, C, RC, EC, RD, ED, D> extends QueueInternal<
|
|
|
49
49
|
*
|
|
50
50
|
* @tsplus fluent fncts.io.Queue dimap
|
|
51
51
|
*/
|
|
52
|
-
export function dimap_<RA, RB, EA, EB, A, B, C, D>(
|
|
52
|
+
export function dimap_<RA, RB, EA, EB, A, B, C, D>(
|
|
53
|
+
self: PQueue<RA, RB, EA, EB, A, B>,
|
|
54
|
+
f: (c: C) => A,
|
|
55
|
+
g: (b: B) => D,
|
|
56
|
+
__tsplusTrace?: string,
|
|
57
|
+
) {
|
|
53
58
|
return self.dimapIO(
|
|
54
59
|
(c: C) => IO.succeedNow(f(c)),
|
|
55
60
|
(b) => IO.succeedNow(g(b)),
|
|
@@ -66,6 +71,7 @@ export function dimapIO_<RA, RB, EA, EB, A, B, C, RC, EC, RD, ED, D>(
|
|
|
66
71
|
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
67
72
|
f: (c: C) => IO<RC, EC, A>,
|
|
68
73
|
g: (b: B) => IO<RD, ED, D>,
|
|
74
|
+
__tsplusTrace?: string,
|
|
69
75
|
): PQueue<RC | RA, RD | RB, EC | EA, ED | EB, C, D> {
|
|
70
76
|
concrete(queue);
|
|
71
77
|
return new DimapIO(queue, f, g);
|
|
@@ -79,6 +85,7 @@ export function dimapIO_<RA, RB, EA, EB, A, B, C, RC, EC, RD, ED, D>(
|
|
|
79
85
|
export function contramapIO_<RA, RB, EA, EB, A, B, RC, EC, C>(
|
|
80
86
|
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
81
87
|
f: (c: C) => IO<RC, EC, A>,
|
|
88
|
+
__tsplusTrace?: string,
|
|
82
89
|
): PQueue<RA | RC, RB, EA | EC, EB, C, B> {
|
|
83
90
|
return queue.dimapIO(f, IO.succeedNow);
|
|
84
91
|
}
|
|
@@ -91,6 +98,7 @@ export function contramapIO_<RA, RB, EA, EB, A, B, RC, EC, C>(
|
|
|
91
98
|
export function contramap_<RA, RB, EA, EB, A, B, C>(
|
|
92
99
|
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
93
100
|
f: (c: C) => A,
|
|
101
|
+
__tsplusTrace?: string,
|
|
94
102
|
): PQueue<RA, RB, EA, EB, C, B> {
|
|
95
103
|
return queue.contramapIO((c) => IO.succeedNow(f(c)));
|
|
96
104
|
}
|
|
@@ -103,6 +111,7 @@ export function contramap_<RA, RB, EA, EB, A, B, C>(
|
|
|
103
111
|
export function mapIO_<RA, RB, EA, EB, A, B, R2, E2, C>(
|
|
104
112
|
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
105
113
|
f: (b: B) => IO<R2, E2, C>,
|
|
114
|
+
__tsplusTrace?: string,
|
|
106
115
|
): PQueue<RA, R2 | RB, EA, EB | E2, A, C> {
|
|
107
116
|
return queue.dimapIO(IO.succeedNow, f);
|
|
108
117
|
}
|
|
@@ -115,6 +124,7 @@ export function mapIO_<RA, RB, EA, EB, A, B, R2, E2, C>(
|
|
|
115
124
|
export function map_<RA, RB, EA, EB, A, B, C>(
|
|
116
125
|
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
117
126
|
f: (b: B) => C,
|
|
127
|
+
__tsplusTrace?: string,
|
|
118
128
|
): PQueue<RA, RB, EA, EB, A, C> {
|
|
119
129
|
return queue.mapIO((b) => IO.succeedNow(f(b)));
|
|
120
130
|
}
|
|
@@ -54,6 +54,7 @@ export class FilterInputIO<RA, RB, EA, EB, B, A, A1 extends A, R2, E2> extends Q
|
|
|
54
54
|
export function filterInputIO_<RA, RB, EA, EB, B, A, A1 extends A, R2, E2>(
|
|
55
55
|
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
56
56
|
f: (_: A1) => IO<R2, E2, boolean>,
|
|
57
|
+
__tsplusTrace?: string,
|
|
57
58
|
): PQueue<RA | R2, RB, EA | E2, EB, A1, B> {
|
|
58
59
|
concrete(queue);
|
|
59
60
|
return new FilterInputIO(queue, f);
|
|
@@ -68,6 +69,7 @@ export function filterInputIO_<RA, RB, EA, EB, B, A, A1 extends A, R2, E2>(
|
|
|
68
69
|
export function filterInput_<RA, RB, EA, EB, B, A, A1 extends A>(
|
|
69
70
|
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
70
71
|
f: (_: A1) => boolean,
|
|
72
|
+
__tsplusTrace?: string,
|
|
71
73
|
): PQueue<RA, RB, EA, EB, A1, B> {
|
|
72
74
|
return queue.filterInputIO((a) => IO.succeedNow(f(a)));
|
|
73
75
|
}
|
|
@@ -58,6 +58,7 @@ export class FilterOutputIO<RA, RB, EA, EB, A, B, RB1, EB1> extends QueueInterna
|
|
|
58
58
|
export function filterOutputIO_<RA, RB, EA, EB, A, B, RB1, EB1>(
|
|
59
59
|
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
60
60
|
f: (b: B) => IO<RB1, EB1, boolean>,
|
|
61
|
+
__tsplusTrace?: string,
|
|
61
62
|
): PQueue<RA, RB | RB1, EA, EB | EB1, A, B> {
|
|
62
63
|
concrete(queue);
|
|
63
64
|
return new FilterOutputIO(queue, f);
|
|
@@ -69,6 +70,7 @@ export function filterOutputIO_<RA, RB, EA, EB, A, B, RB1, EB1>(
|
|
|
69
70
|
export function filterOutput_<RA, RB, EA, EB, A, B>(
|
|
70
71
|
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
71
72
|
p: Predicate<B>,
|
|
73
|
+
__tsplusTrace?: string,
|
|
72
74
|
): PQueue<RA, RB, EA, EB, A, B> {
|
|
73
75
|
return queue.filterOutputIO((b) => IO.succeedNow(p(b)));
|
|
74
76
|
}
|
|
@@ -7,7 +7,10 @@ import { concrete } from "@fncts/io/Queue/definition";
|
|
|
7
7
|
*
|
|
8
8
|
* @tsplus getter fncts.io.Queue awaitShutdown
|
|
9
9
|
*/
|
|
10
|
-
export function awaitShutdown<RA, RB, EA, EB, A, B>(
|
|
10
|
+
export function awaitShutdown<RA, RB, EA, EB, A, B>(
|
|
11
|
+
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
12
|
+
__tsplusTrace?: string,
|
|
13
|
+
): UIO<void> {
|
|
11
14
|
concrete(queue);
|
|
12
15
|
return queue.awaitShutdown;
|
|
13
16
|
}
|
|
@@ -17,7 +20,7 @@ export function awaitShutdown<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB
|
|
|
17
20
|
*
|
|
18
21
|
* @tsplus getter fncts.io.Queue capacity
|
|
19
22
|
*/
|
|
20
|
-
export function capacity<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B
|
|
23
|
+
export function capacity<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, __tsplusTrace?: string): number {
|
|
21
24
|
concrete(queue);
|
|
22
25
|
return queue.capacity;
|
|
23
26
|
}
|
|
@@ -27,7 +30,10 @@ export function capacity<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A,
|
|
|
27
30
|
*
|
|
28
31
|
* @tsplus getter fncts.io.Queue isShutdown
|
|
29
32
|
*/
|
|
30
|
-
export function isShutdown<RA, RB, EA, EB, A, B>(
|
|
33
|
+
export function isShutdown<RA, RB, EA, EB, A, B>(
|
|
34
|
+
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
35
|
+
__tsplusTrace?: string,
|
|
36
|
+
): UIO<boolean> {
|
|
31
37
|
concrete(queue);
|
|
32
38
|
return queue.isShutdown;
|
|
33
39
|
}
|
|
@@ -37,7 +43,11 @@ export function isShutdown<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A
|
|
|
37
43
|
*
|
|
38
44
|
* @tsplus fluent fncts.io.Queue offer
|
|
39
45
|
*/
|
|
40
|
-
export function offer_<RA, RB, EA, EB, A, B>(
|
|
46
|
+
export function offer_<RA, RB, EA, EB, A, B>(
|
|
47
|
+
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
48
|
+
a: A,
|
|
49
|
+
__tsplusTrace?: string,
|
|
50
|
+
): IO<RA, EA, boolean> {
|
|
41
51
|
concrete(queue);
|
|
42
52
|
return queue.offer(a);
|
|
43
53
|
}
|
|
@@ -60,7 +70,11 @@ export function offer_<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>
|
|
|
60
70
|
*
|
|
61
71
|
* @tsplus fluent fncts.io.Queue offerAll
|
|
62
72
|
*/
|
|
63
|
-
export function offerAll_<RA, RB, EA, EB, A, B>(
|
|
73
|
+
export function offerAll_<RA, RB, EA, EB, A, B>(
|
|
74
|
+
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
75
|
+
as: Iterable<A>,
|
|
76
|
+
__tsplusTrace?: string,
|
|
77
|
+
) {
|
|
64
78
|
concrete(queue);
|
|
65
79
|
return queue.offerAll(as);
|
|
66
80
|
}
|
|
@@ -71,7 +85,7 @@ export function offerAll_<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A,
|
|
|
71
85
|
*
|
|
72
86
|
* @tsplus getter fncts.io.Queue shutdown
|
|
73
87
|
*/
|
|
74
|
-
export function shutdown<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B
|
|
88
|
+
export function shutdown<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, __tsplusTrace?: string) {
|
|
75
89
|
concrete(queue);
|
|
76
90
|
return queue.shutdown;
|
|
77
91
|
}
|
|
@@ -83,7 +97,7 @@ export function shutdown<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A,
|
|
|
83
97
|
*
|
|
84
98
|
* @tsplus getter fncts.io.Queue size
|
|
85
99
|
*/
|
|
86
|
-
export function size<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B
|
|
100
|
+
export function size<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, __tsplusTrace?: string) {
|
|
87
101
|
concrete(queue);
|
|
88
102
|
return queue.size;
|
|
89
103
|
}
|
|
@@ -94,7 +108,7 @@ export function size<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>)
|
|
|
94
108
|
*
|
|
95
109
|
* @tsplus getter fncts.io.Queue take
|
|
96
110
|
*/
|
|
97
|
-
export function take<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B
|
|
111
|
+
export function take<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, __tsplusTrace?: string): IO<RB, EB, B> {
|
|
98
112
|
concrete(queue);
|
|
99
113
|
return queue.take;
|
|
100
114
|
}
|
|
@@ -105,7 +119,7 @@ export function take<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>):
|
|
|
105
119
|
*
|
|
106
120
|
* @tsplus getter fncts.io.Queue takeAll
|
|
107
121
|
*/
|
|
108
|
-
export function takeAll<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B
|
|
122
|
+
export function takeAll<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, __tsplusTrace?: string) {
|
|
109
123
|
concrete(queue);
|
|
110
124
|
return queue.takeAll;
|
|
111
125
|
}
|
|
@@ -115,7 +129,11 @@ export function takeAll<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B
|
|
|
115
129
|
*
|
|
116
130
|
* @tsplus fluent fncts.io.Queue takeAllUpTo
|
|
117
131
|
*/
|
|
118
|
-
export function takeAllUpTo_<RA, RB, EA, EB, A, B>(
|
|
132
|
+
export function takeAllUpTo_<RA, RB, EA, EB, A, B>(
|
|
133
|
+
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
134
|
+
n: number,
|
|
135
|
+
__tsplusTrace?: string,
|
|
136
|
+
) {
|
|
119
137
|
concrete(queue);
|
|
120
138
|
return queue.takeUpTo(n);
|
|
121
139
|
}
|
package/_src/Queue/api/poll.ts
CHANGED
|
@@ -5,7 +5,10 @@ import { concrete } from "@fncts/io/Queue/definition";
|
|
|
5
5
|
*
|
|
6
6
|
* @tsplus getter fncts.io.Queue poll
|
|
7
7
|
*/
|
|
8
|
-
export function poll<RA, RB, EA, EB, A, B>(
|
|
8
|
+
export function poll<RA, RB, EA, EB, A, B>(
|
|
9
|
+
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
10
|
+
__tsplusTrace?: string,
|
|
11
|
+
): IO<RB, EB, Maybe<B>> {
|
|
9
12
|
concrete(queue);
|
|
10
13
|
return queue.takeUpTo(1).map((bs) => bs.head);
|
|
11
14
|
}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { concrete } from "@fncts/io/Queue/definition";
|
|
2
2
|
|
|
3
|
-
function takeRemainderLoop<RA, RB, EA, EB, A, B>(
|
|
3
|
+
function takeRemainderLoop<RA, RB, EA, EB, A, B>(
|
|
4
|
+
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
5
|
+
n: number,
|
|
6
|
+
__tsplusTrace?: string,
|
|
7
|
+
): IO<RB, EB, Conc<B>> {
|
|
4
8
|
concrete(queue);
|
|
5
9
|
if (n <= 0) {
|
|
6
10
|
return IO.succeedNow(Conc.empty());
|
|
@@ -20,6 +24,7 @@ export function takeBetween_<RA, RB, EA, EB, A, B>(
|
|
|
20
24
|
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
21
25
|
min: number,
|
|
22
26
|
max: number,
|
|
27
|
+
__tsplusTrace?: string,
|
|
23
28
|
): IO<RB, EB, Conc<B>> {
|
|
24
29
|
concrete(queue);
|
|
25
30
|
if (max < min) {
|
|
@@ -64,6 +64,7 @@ export function zipWithIO_<RA, RB, EA, EB, RA1, RB1, EA1, EB1, A1 extends A, C,
|
|
|
64
64
|
fa: PQueue<RA, RB, EA, EB, A, B>,
|
|
65
65
|
fb: PQueue<RA1, RB1, EA1, EB1, A1, C>,
|
|
66
66
|
f: (b: B, c: C) => IO<R3, E3, D>,
|
|
67
|
+
__tsplusTrace?: string,
|
|
67
68
|
): PQueue<RA | RA1, RB | RB1 | R3, EA | EA1, E3 | EB | EB1, A1, D> {
|
|
68
69
|
concrete(fa);
|
|
69
70
|
concrete(fb);
|
|
@@ -79,6 +80,7 @@ export function zipWith_<RA, RB, EA, EB, RA1, RB1, EA1, EB1, A1 extends A, C, B,
|
|
|
79
80
|
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
80
81
|
that: PQueue<RA1, RB1, EA1, EB1, A1, C>,
|
|
81
82
|
f: (b: B, c: C) => D,
|
|
83
|
+
__tsplusTrace?: string,
|
|
82
84
|
): PQueue<RA | RA1, RB | RB1, EA | EA1, EB | EB1, A1, D> {
|
|
83
85
|
return zipWithIO_(queue, that, (b, c) => IO.succeedNow(f(b, c)));
|
|
84
86
|
}
|
|
@@ -91,6 +93,7 @@ export function zipWith_<RA, RB, EA, EB, RA1, RB1, EA1, EB1, A1 extends A, C, B,
|
|
|
91
93
|
export function zip_<RA, RB, EA, EB, RA1, RB1, EA1, EB1, A1 extends A, C, B, A>(
|
|
92
94
|
queue: PQueue<RA, RB, EA, EB, A, B>,
|
|
93
95
|
that: PQueue<RA1, RB1, EA1, EB1, A1, C>,
|
|
96
|
+
__tsplusTrace?: string,
|
|
94
97
|
): PQueue<RA | RA1, RB | RB1, EA | EA1, EB | EB1, A1, readonly [B, C]> {
|
|
95
98
|
return zipWith_(queue, that, tuple);
|
|
96
99
|
}
|