@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
|
@@ -7,27 +7,27 @@ import { BackPressureStrategy, DroppingStrategy, SlidingStrategy } from "@fncts/
|
|
|
7
7
|
/**
|
|
8
8
|
* @tsplus static fncts.io.QueueOps makeSliding
|
|
9
9
|
*/
|
|
10
|
-
export function makeSliding<A>(capacity: number): UIO<Queue<A>> {
|
|
10
|
+
export function makeSliding<A>(capacity: number, __tsplusTrace?: string): UIO<Queue<A>> {
|
|
11
11
|
return IO.succeed(bounded<A>(capacity)).flatMap(_makeQueue(new SlidingStrategy()));
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* @tsplus static fncts.io.QueueOps makeUnbounded
|
|
16
16
|
*/
|
|
17
|
-
export function makeUnbounded<A>(): UIO<Queue<A>> {
|
|
17
|
+
export function makeUnbounded<A>(__tsplusTrace?: string): UIO<Queue<A>> {
|
|
18
18
|
return IO.succeed(unbounded<A>()).flatMap(_makeQueue(new DroppingStrategy()));
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
* @tsplus static fncts.io.QueueOps makeDropping
|
|
23
23
|
*/
|
|
24
|
-
export function makeDropping<A>(capacity: number): UIO<Queue<A>> {
|
|
24
|
+
export function makeDropping<A>(capacity: number, __tsplusTrace?: string): UIO<Queue<A>> {
|
|
25
25
|
return IO.succeed(bounded<A>(capacity)).flatMap(_makeQueue(new DroppingStrategy()));
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* @tsplus static fncts.io.QueueOps makeBounded
|
|
30
30
|
*/
|
|
31
|
-
export function makeBounded<A>(capacity: number): UIO<Queue<A>> {
|
|
31
|
+
export function makeBounded<A>(capacity: number, __tsplusTrace?: string): UIO<Queue<A>> {
|
|
32
32
|
return IO.succeed(bounded<A>(capacity)).flatMap(_makeQueue(new BackPressureStrategy()));
|
|
33
33
|
}
|
package/_src/Queue/definition.ts
CHANGED
|
@@ -63,7 +63,7 @@ export abstract class QueueInternal<RA, RB, EA, EB, A, B> implements PQueue<RA,
|
|
|
63
63
|
/**
|
|
64
64
|
* Places one value in the queue.
|
|
65
65
|
*/
|
|
66
|
-
abstract offer(a: A): IO<RA, EA, boolean>;
|
|
66
|
+
abstract offer(a: A, __tsplusTrace?: string): IO<RA, EA, boolean>;
|
|
67
67
|
/**
|
|
68
68
|
* For Bounded Queue: uses the `BackPressure` Strategy, places the values in the queue and always returns true.
|
|
69
69
|
* If the queue has reached capacity, then
|
|
@@ -81,7 +81,7 @@ export abstract class QueueInternal<RA, RB, EA, EB, A, B> implements PQueue<RA,
|
|
|
81
81
|
* It places the values in the queue but if there is no room it will not enqueue them and return false.
|
|
82
82
|
*
|
|
83
83
|
*/
|
|
84
|
-
abstract offerAll(as: Iterable<A
|
|
84
|
+
abstract offerAll(as: Iterable<A>, __tsplusTrace?: string): IO<RA, EA, boolean>;
|
|
85
85
|
/**
|
|
86
86
|
* Interrupts any fibers that are suspended on `offer` or `take`.
|
|
87
87
|
* Future calls to `offer*` and `take*` will be interrupted immediately.
|
|
@@ -106,7 +106,7 @@ export abstract class QueueInternal<RA, RB, EA, EB, A, B> implements PQueue<RA,
|
|
|
106
106
|
/**
|
|
107
107
|
* Takes up to max number of values in the queue.
|
|
108
108
|
*/
|
|
109
|
-
abstract takeUpTo(n: number): IO<RB, EB, Conc<B>>;
|
|
109
|
+
abstract takeUpTo(n: number, __tsplusTrace?: string): IO<RB, EB, Conc<B>>;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
/**
|
package/_src/Queue/internal.ts
CHANGED
|
@@ -23,7 +23,7 @@ class UnsafeQueue<A> extends QueueInternal<never, never, never, never, A, A> {
|
|
|
23
23
|
|
|
24
24
|
isShutdown: UIO<boolean> = IO.succeed(this.shutdownFlag.get);
|
|
25
25
|
|
|
26
|
-
offer(a: A): IO<never, never, boolean> {
|
|
26
|
+
offer(a: A, __tsplusTrace?: string): IO<never, never, boolean> {
|
|
27
27
|
return IO.defer(() => {
|
|
28
28
|
if (this.shutdownFlag.get) {
|
|
29
29
|
return IO.interrupt;
|
|
@@ -46,7 +46,7 @@ class UnsafeQueue<A> extends QueueInternal<never, never, never, never, A, A> {
|
|
|
46
46
|
});
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
offerAll(as: Iterable<A
|
|
49
|
+
offerAll(as: Iterable<A>, __tsplusTrace?: string): IO<never, never, boolean> {
|
|
50
50
|
const arr = Conc.from(as);
|
|
51
51
|
return IO.defer(() => {
|
|
52
52
|
if (this.shutdownFlag.get) {
|
|
@@ -130,7 +130,7 @@ class UnsafeQueue<A> extends QueueInternal<never, never, never, never, A, A> {
|
|
|
130
130
|
}
|
|
131
131
|
});
|
|
132
132
|
|
|
133
|
-
takeUpTo(max: number): IO<never, never, Conc<A>> {
|
|
133
|
+
takeUpTo(max: number, __tsplusTrace?: string): IO<never, never, Conc<A>> {
|
|
134
134
|
return IO.defer(() => {
|
|
135
135
|
if (this.shutdownFlag.get) {
|
|
136
136
|
return IO.interrupt;
|
package/_src/Queue/strategy.ts
CHANGED
|
@@ -15,9 +15,14 @@ export interface Strategy<A> {
|
|
|
15
15
|
queue: MutableQueue<A>,
|
|
16
16
|
takers: MutableQueue<Future<never, A>>,
|
|
17
17
|
isShutdown: AtomicBoolean,
|
|
18
|
+
__tsplusTrace?: string,
|
|
18
19
|
) => UIO<boolean>;
|
|
19
20
|
|
|
20
|
-
readonly unsafeOnQueueEmptySpace: (
|
|
21
|
+
readonly unsafeOnQueueEmptySpace: (
|
|
22
|
+
queue: MutableQueue<A>,
|
|
23
|
+
takers: MutableQueue<Future<never, A>>,
|
|
24
|
+
__tsplusTrace?: string,
|
|
25
|
+
) => void;
|
|
21
26
|
|
|
22
27
|
readonly surplusSize: number;
|
|
23
28
|
|
|
@@ -32,6 +37,7 @@ export class BackPressureStrategy<A> implements Strategy<A> {
|
|
|
32
37
|
queue: MutableQueue<A>,
|
|
33
38
|
takers: MutableQueue<Future<never, A>>,
|
|
34
39
|
isShutdown: AtomicBoolean,
|
|
40
|
+
__tsplusTrace?: string,
|
|
35
41
|
): UIO<boolean> {
|
|
36
42
|
return IO.descriptorWith((d) =>
|
|
37
43
|
IO.defer(() => {
|
|
@@ -51,14 +57,14 @@ export class BackPressureStrategy<A> implements Strategy<A> {
|
|
|
51
57
|
);
|
|
52
58
|
}
|
|
53
59
|
|
|
54
|
-
unsafeRemove(p: Future<never, boolean
|
|
60
|
+
unsafeRemove(p: Future<never, boolean>, __tsplusTrace?: string) {
|
|
55
61
|
_unsafeOfferAll(
|
|
56
62
|
this.putters,
|
|
57
63
|
_unsafePollAll(this.putters).filter(([_, __]) => __ !== p),
|
|
58
64
|
);
|
|
59
65
|
}
|
|
60
66
|
|
|
61
|
-
unsafeOffer(as: Conc<A>, p: Future<never, boolean
|
|
67
|
+
unsafeOffer(as: Conc<A>, p: Future<never, boolean>, __tsplusTrace?: string) {
|
|
62
68
|
let bs = as;
|
|
63
69
|
|
|
64
70
|
while (bs.length > 0) {
|
|
@@ -74,7 +80,7 @@ export class BackPressureStrategy<A> implements Strategy<A> {
|
|
|
74
80
|
}
|
|
75
81
|
}
|
|
76
82
|
|
|
77
|
-
unsafeOnQueueEmptySpace(queue: MutableQueue<A>, takers: MutableQueue<Future<never, A
|
|
83
|
+
unsafeOnQueueEmptySpace(queue: MutableQueue<A>, takers: MutableQueue<Future<never, A>>, __tsplusTrace?: string) {
|
|
78
84
|
let keepPolling = true;
|
|
79
85
|
|
|
80
86
|
while (keepPolling && !queue.isFull) {
|
|
@@ -116,11 +122,12 @@ export class DroppingStrategy<A> implements Strategy<A> {
|
|
|
116
122
|
_queue: MutableQueue<A>,
|
|
117
123
|
_takers: MutableQueue<Future<never, A>>,
|
|
118
124
|
_isShutdown: AtomicBoolean,
|
|
125
|
+
__tsplusTrace?: string,
|
|
119
126
|
): UIO<boolean> {
|
|
120
127
|
return IO.succeedNow(false);
|
|
121
128
|
}
|
|
122
129
|
|
|
123
|
-
unsafeOnQueueEmptySpace(_queue: MutableQueue<A
|
|
130
|
+
unsafeOnQueueEmptySpace(_queue: MutableQueue<A>, _takers: MutableQueue<Future<never, A>>, __tsplusTrace?: string) {
|
|
124
131
|
//
|
|
125
132
|
}
|
|
126
133
|
|
|
@@ -139,6 +146,7 @@ export class SlidingStrategy<A> implements Strategy<A> {
|
|
|
139
146
|
queue: MutableQueue<A>,
|
|
140
147
|
takers: MutableQueue<Future<never, A>>,
|
|
141
148
|
_isShutdown: AtomicBoolean,
|
|
149
|
+
__tsplusTrace?: string,
|
|
142
150
|
): UIO<boolean> {
|
|
143
151
|
return IO.succeed(() => {
|
|
144
152
|
this.unsafeSlidingOffer(queue, as);
|
|
@@ -147,7 +155,7 @@ export class SlidingStrategy<A> implements Strategy<A> {
|
|
|
147
155
|
});
|
|
148
156
|
}
|
|
149
157
|
|
|
150
|
-
unsafeOnQueueEmptySpace(_queue: MutableQueue<A
|
|
158
|
+
unsafeOnQueueEmptySpace(_queue: MutableQueue<A>, _takers: MutableQueue<Future<never, A>>, __tsplusTrace?: string) {
|
|
151
159
|
//
|
|
152
160
|
}
|
|
153
161
|
|
package/_src/Random/api.ts
CHANGED
|
@@ -18,34 +18,34 @@ export const nextInt = IO.randomWith((random) => random.nextInt);
|
|
|
18
18
|
/**
|
|
19
19
|
* @tsplus static fncts.io.RandomOps nextRange
|
|
20
20
|
*/
|
|
21
|
-
export function nextRange(low: number, high: number): IO<never, never, number> {
|
|
21
|
+
export function nextRange(low: number, high: number, __tsplusTrace?: string): IO<never, never, number> {
|
|
22
22
|
return IO.randomWith((random) => random.nextRange(low, high));
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
/**
|
|
26
26
|
* @tsplus static fncts.io.RandomOps nextIntBetween
|
|
27
27
|
*/
|
|
28
|
-
export function nextIntBetween(low: number, high: number): UIO<number> {
|
|
28
|
+
export function nextIntBetween(low: number, high: number, __tsplusTrace?: string): UIO<number> {
|
|
29
29
|
return IO.randomWith((random) => random.nextIntBetween(low, high));
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
/**
|
|
33
33
|
* @tsplus static fncts.io.RandomOps nextBigIntBetween
|
|
34
34
|
*/
|
|
35
|
-
export function nextBigIntBetween(low: bigint, high: bigint): UIO<bigint> {
|
|
35
|
+
export function nextBigIntBetween(low: bigint, high: bigint, __tsplusTrace?: string): UIO<bigint> {
|
|
36
36
|
return IO.randomWith((random) => random.nextBigIntBetween(low, high));
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
40
|
* @tsplus static fncts.io.RandomOps nextArrayIntBetween
|
|
41
41
|
*/
|
|
42
|
-
export function nextArrayIntBetween(low: ArrayInt, high: ArrayInt): UIO<ArrayInt> {
|
|
42
|
+
export function nextArrayIntBetween(low: ArrayInt, high: ArrayInt, __tsplusTrace?: string): UIO<ArrayInt> {
|
|
43
43
|
return IO.randomWith((random) => random.nextArrayIntBetween(low, high));
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
47
|
* @tsplus static fncts.io.RandomOps setSeed
|
|
48
48
|
*/
|
|
49
|
-
export function setSeed(seed: number): UIO<void> {
|
|
49
|
+
export function setSeed(seed: number, __tsplusTrace?: string): UIO<void> {
|
|
50
50
|
return IO.randomWith((random) => random.setSeed(seed));
|
|
51
51
|
}
|
|
@@ -3,7 +3,7 @@ import type { ArrayInt } from "@fncts/base/util/rand";
|
|
|
3
3
|
/**
|
|
4
4
|
* @tsplus static fncts.io.RandomOps Tag
|
|
5
5
|
*/
|
|
6
|
-
export const RandomTag = Tag<Random>();
|
|
6
|
+
export const RandomTag = Tag<Random>("fncts.io.Random");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* @tsplus type fncts.io.Random
|
|
@@ -13,9 +13,9 @@ export abstract class Random {
|
|
|
13
13
|
abstract readonly nextDouble: UIO<number>;
|
|
14
14
|
abstract readonly nextBoolean: UIO<boolean>;
|
|
15
15
|
abstract readonly nextInt: UIO<number>;
|
|
16
|
-
abstract nextRange(low: number, high: number): UIO<number>;
|
|
17
|
-
abstract nextIntBetween(low: number, high: number): UIO<number>;
|
|
18
|
-
abstract nextBigIntBetween(low: bigint, high: bigint): UIO<bigint>;
|
|
19
|
-
abstract nextArrayIntBetween(low: ArrayInt, high: ArrayInt): UIO<ArrayInt>;
|
|
20
|
-
abstract setSeed(seed: number): UIO<void>;
|
|
16
|
+
abstract nextRange(low: number, high: number, __tsplusTrace?: string): UIO<number>;
|
|
17
|
+
abstract nextIntBetween(low: number, high: number, __tsplusTrace?: string): UIO<number>;
|
|
18
|
+
abstract nextBigIntBetween(low: bigint, high: bigint, __tsplusTrace?: string): UIO<bigint>;
|
|
19
|
+
abstract nextArrayIntBetween(low: ArrayInt, high: ArrayInt, __tsplusTrace?: string): UIO<ArrayInt>;
|
|
20
|
+
abstract setSeed(seed: number, __tsplusTrace?: string): UIO<void>;
|
|
21
21
|
}
|
package/_src/Random/live.ts
CHANGED
|
@@ -16,16 +16,16 @@ export class LiveRandom implements Random {
|
|
|
16
16
|
nextDouble = IO.succeed(() => this.prng.nextDouble());
|
|
17
17
|
nextInt = IO.succeed(() => this.prng.nextInt());
|
|
18
18
|
nextBoolean = this.nextDouble.flatMap((n) => IO.succeedNow(n > 0.5));
|
|
19
|
-
nextRange(low: number, high: number): UIO<number> {
|
|
19
|
+
nextRange(low: number, high: number, __tsplusTrace?: string): UIO<number> {
|
|
20
20
|
return this.nextDouble.flatMap((n) => IO.succeedNow((high - low) * n + low));
|
|
21
21
|
}
|
|
22
|
-
nextIntBetween(low: number, high: number): UIO<number> {
|
|
22
|
+
nextIntBetween(low: number, high: number, __tsplusTrace?: string): UIO<number> {
|
|
23
23
|
return IO.succeed(this.prng.nextInt(low, high));
|
|
24
24
|
}
|
|
25
|
-
nextBigIntBetween(low: bigint, high: bigint): UIO<bigint> {
|
|
25
|
+
nextBigIntBetween(low: bigint, high: bigint, __tsplusTrace?: string): UIO<bigint> {
|
|
26
26
|
return IO.succeed(this.prng.nextBigInt(low, high));
|
|
27
27
|
}
|
|
28
|
-
nextArrayIntBetween(low: ArrayInt, high: ArrayInt): UIO<ArrayInt> {
|
|
28
|
+
nextArrayIntBetween(low: ArrayInt, high: ArrayInt, __tsplusTrace?: string): UIO<ArrayInt> {
|
|
29
29
|
return IO.succeed(this.prng.nextArrayInt(low, high));
|
|
30
30
|
}
|
|
31
31
|
}
|
package/_src/Ref/Atomic/api.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { Atomic } from "./Atomic.js";
|
|
|
3
3
|
/**
|
|
4
4
|
* @tsplus fluent fncts.io.Ref.Atomic getAndSet
|
|
5
5
|
*/
|
|
6
|
-
export function getAndSet<A>(self: Atomic<A>, a: A): UIO<A> {
|
|
6
|
+
export function getAndSet<A>(self: Atomic<A>, a: A, __tsplusTrace?: string): UIO<A> {
|
|
7
7
|
return IO.succeed(() => {
|
|
8
8
|
const v = self.unsafeGet;
|
|
9
9
|
self.unsafeSet(a);
|
|
@@ -14,7 +14,7 @@ export function getAndSet<A>(self: Atomic<A>, a: A): UIO<A> {
|
|
|
14
14
|
/**
|
|
15
15
|
* @tsplus fluent fncts.io.Ref.Atomic getAndUpdate
|
|
16
16
|
*/
|
|
17
|
-
export function getAndUpdate<A>(self: Atomic<A>, f: (a: A) => A) {
|
|
17
|
+
export function getAndUpdate<A>(self: Atomic<A>, f: (a: A) => A, __tsplusTrace?: string) {
|
|
18
18
|
return IO.succeed(() => {
|
|
19
19
|
const v = self.unsafeGet;
|
|
20
20
|
self.unsafeSet(f(v));
|
|
@@ -25,7 +25,7 @@ export function getAndUpdate<A>(self: Atomic<A>, f: (a: A) => A) {
|
|
|
25
25
|
/**
|
|
26
26
|
* @tsplus fluent fncts.io.Ref.Atomic getAndUpdateJust
|
|
27
27
|
*/
|
|
28
|
-
export function getAndUpdateJust<A>(self: Atomic<A>, f: (a: A) => Maybe<A
|
|
28
|
+
export function getAndUpdateJust<A>(self: Atomic<A>, f: (a: A) => Maybe<A>, __tsplusTrace?: string) {
|
|
29
29
|
return IO.succeed(() => {
|
|
30
30
|
const v = self.unsafeGet;
|
|
31
31
|
const o = f(v);
|
|
@@ -40,7 +40,7 @@ export function getAndUpdateJust<A>(self: Atomic<A>, f: (a: A) => Maybe<A>) {
|
|
|
40
40
|
/**
|
|
41
41
|
* @tsplus fluent fncts.io.Ref.Atomic modify
|
|
42
42
|
*/
|
|
43
|
-
export function modify<A, B>(self: Atomic<A>, f: (a: A) => readonly [B, A]) {
|
|
43
|
+
export function modify<A, B>(self: Atomic<A>, f: (a: A) => readonly [B, A], __tsplusTrace?: string) {
|
|
44
44
|
return IO.succeed(() => {
|
|
45
45
|
const v = self.unsafeGet;
|
|
46
46
|
const o = f(v);
|
|
@@ -52,7 +52,7 @@ export function modify<A, B>(self: Atomic<A>, f: (a: A) => readonly [B, A]) {
|
|
|
52
52
|
/**
|
|
53
53
|
* @tsplus fluent fncts.io.Ref.Atomic modifyJust
|
|
54
54
|
*/
|
|
55
|
-
export function modifyJust<A, B>(self: Atomic<A>, def: B, f: (a: A) => Maybe<readonly [B, A]
|
|
55
|
+
export function modifyJust<A, B>(self: Atomic<A>, def: B, f: (a: A) => Maybe<readonly [B, A]>, __tsplusTrace?: string) {
|
|
56
56
|
return IO.succeed(() => {
|
|
57
57
|
const v = self.unsafeGet;
|
|
58
58
|
const o = f(v);
|
|
@@ -70,7 +70,7 @@ export function modifyJust<A, B>(self: Atomic<A>, def: B, f: (a: A) => Maybe<rea
|
|
|
70
70
|
/**
|
|
71
71
|
* @tsplus fluent fncts.io.Ref.Atomic update
|
|
72
72
|
*/
|
|
73
|
-
export function update<A>(self: Atomic<A>, f: (a: A) => A) {
|
|
73
|
+
export function update<A>(self: Atomic<A>, f: (a: A) => A, __tsplusTrace?: string) {
|
|
74
74
|
return IO.succeed(() => {
|
|
75
75
|
self.unsafeSet(f(self.unsafeGet));
|
|
76
76
|
});
|
|
@@ -79,7 +79,7 @@ export function update<A>(self: Atomic<A>, f: (a: A) => A) {
|
|
|
79
79
|
/**
|
|
80
80
|
* @tsplus fluent fncts.io.Ref.Atomic updateAndGet
|
|
81
81
|
*/
|
|
82
|
-
export function updateAndGet<A>(self: Atomic<A>, f: (a: A) => A) {
|
|
82
|
+
export function updateAndGet<A>(self: Atomic<A>, f: (a: A) => A, __tsplusTrace?: string) {
|
|
83
83
|
return IO.succeed(() => {
|
|
84
84
|
self.unsafeSet(f(self.unsafeGet));
|
|
85
85
|
return self.unsafeGet;
|
|
@@ -89,7 +89,7 @@ export function updateAndGet<A>(self: Atomic<A>, f: (a: A) => A) {
|
|
|
89
89
|
/**
|
|
90
90
|
* @tsplus fluent fncts.io.Ref.Atomic updateJust
|
|
91
91
|
*/
|
|
92
|
-
export function updateJust<A>(self: Atomic<A>, f: (a: A) => Maybe<A
|
|
92
|
+
export function updateJust<A>(self: Atomic<A>, f: (a: A) => Maybe<A>, __tsplusTrace?: string) {
|
|
93
93
|
return IO.succeed(() => {
|
|
94
94
|
const o = f(self.unsafeGet);
|
|
95
95
|
|
|
@@ -103,7 +103,7 @@ export function updateJust<A>(self: Atomic<A>, f: (a: A) => Maybe<A>) {
|
|
|
103
103
|
/**
|
|
104
104
|
* @tsplus fluent fncts.io.Ref.Atomic updateJustAndGet
|
|
105
105
|
*/
|
|
106
|
-
export function updateJustAndGet<A>(self: Atomic<A>, f: (a: A) => Maybe<A
|
|
106
|
+
export function updateJustAndGet<A>(self: Atomic<A>, f: (a: A) => Maybe<A>, __tsplusTrace?: string) {
|
|
107
107
|
return IO.succeed(() => {
|
|
108
108
|
const o = f(self.unsafeGet);
|
|
109
109
|
|
|
@@ -119,6 +119,6 @@ export function updateJustAndGet<A>(self: Atomic<A>, f: (a: A) => Maybe<A>) {
|
|
|
119
119
|
/**
|
|
120
120
|
* @tsplus fluent fncts.io.Ref.Atomic unsafeUpdate
|
|
121
121
|
*/
|
|
122
|
-
export function unsafeUpdate<A>(self: Atomic<A>, f: (a: A) => A) {
|
|
122
|
+
export function unsafeUpdate<A>(self: Atomic<A>, f: (a: A) => A, __tsplusTrace?: string) {
|
|
123
123
|
return self.unsafeSet(f(self.unsafeGet));
|
|
124
124
|
}
|
|
@@ -15,6 +15,7 @@ import { concreteSynchronized } from "./definition.js";
|
|
|
15
15
|
export function collectIO_<RA, RB, EA, EB, A, B, RC, EC, C>(
|
|
16
16
|
ref: PRef.Synchronized<RA, RB, EA, EB, A, B>,
|
|
17
17
|
f: (b: B) => Maybe<IO<RC, EC, C>>,
|
|
18
|
+
__tsplusTrace?: string,
|
|
18
19
|
): PRef.Synchronized<RA, RB | RC, EA, Maybe<EB | EC>, A, C> {
|
|
19
20
|
return ref.matchIO(
|
|
20
21
|
identity,
|
|
@@ -36,6 +37,7 @@ export function collectIO_<RA, RB, EA, EB, A, B, RC, EC, C>(
|
|
|
36
37
|
export function contramapIO_<RA, RB, EA, EB, B, A, RC, EC, C>(
|
|
37
38
|
ref: PRef.Synchronized<RA, RB, EA, EB, A, B>,
|
|
38
39
|
f: (c: C) => IO<RC, EC, A>,
|
|
40
|
+
__tsplusTrace?: string,
|
|
39
41
|
): PRef.Synchronized<RA | RC, RB, EC | EA, EB, C, B> {
|
|
40
42
|
return ref.dimapIO(f, IO.succeedNow);
|
|
41
43
|
}
|
|
@@ -50,6 +52,7 @@ export function dimapIO_<RA, RB, EA, EB, B, RC, EC, A, RD, ED, C = A, D = B>(
|
|
|
50
52
|
ref: PRef.Synchronized<RA, RB, EA, EB, A, B>,
|
|
51
53
|
f: (c: C) => IO<RC, EC, A>,
|
|
52
54
|
g: (b: B) => IO<RD, ED, D>,
|
|
55
|
+
__tsplusTrace?: string,
|
|
53
56
|
): PRef.Synchronized<RA | RC, RB | RD, EA | EC, EB | ED, C, D> {
|
|
54
57
|
return ref.matchIO(
|
|
55
58
|
(ea: EA | EC) => ea,
|
|
@@ -69,9 +72,10 @@ export function dimapIO_<RA, RB, EA, EB, B, RC, EC, A, RD, ED, C = A, D = B>(
|
|
|
69
72
|
export function filterInputIO_<RA, RB, EA, EB, B, A, RC, EC, A1 extends A = A>(
|
|
70
73
|
ref: PRef.Synchronized<RA, RB, EA, EB, A, B>,
|
|
71
74
|
f: (a: A1) => IO<RC, EC, boolean>,
|
|
75
|
+
__tsplusTrace?: string,
|
|
72
76
|
): PRef.Synchronized<RA | RC, RB, Maybe<EC | EA>, EB, A1, B> {
|
|
73
77
|
return ref.matchIO(
|
|
74
|
-
(ea) => Just(ea),
|
|
78
|
+
(ea): Maybe<EC | EA> => Just(ea),
|
|
75
79
|
identity,
|
|
76
80
|
(a) => f(a).asJustError.ifIO(IO.failNow(Nothing()), IO.succeedNow(a)),
|
|
77
81
|
IO.succeedNow,
|
|
@@ -88,9 +92,13 @@ export function filterInputIO_<RA, RB, EA, EB, B, A, RC, EC, A1 extends A = A>(
|
|
|
88
92
|
export function filterOutputIO_<RA, RB, EA, EB, A, B, RC, EC>(
|
|
89
93
|
ref: PRef.Synchronized<RA, RB, EA, EB, A, B>,
|
|
90
94
|
f: (b: B) => IO<RC, EC, boolean>,
|
|
95
|
+
__tsplusTrace?: string,
|
|
91
96
|
): PRef.Synchronized<RA, RB | RC, EA, Maybe<EC | EB>, A, B> {
|
|
92
|
-
return ref.matchIO(
|
|
93
|
-
|
|
97
|
+
return ref.matchIO(
|
|
98
|
+
identity,
|
|
99
|
+
(eb): Maybe<EC | EB> => Maybe.just(eb),
|
|
100
|
+
IO.succeedNow,
|
|
101
|
+
(b) => f(b).asJustError.ifIO(IO.succeedNow(b), IO.failNow(Nothing())),
|
|
94
102
|
);
|
|
95
103
|
}
|
|
96
104
|
|
|
@@ -101,6 +109,7 @@ export function filterOutputIO_<RA, RB, EA, EB, A, B, RC, EC>(
|
|
|
101
109
|
export function getAndUpdateIO_<RA, RB, EA, EB, R1, E1, A>(
|
|
102
110
|
ref: PRef.Synchronized<RA, RB, EA, EB, A, A>,
|
|
103
111
|
f: (a: A) => IO<R1, E1, A>,
|
|
112
|
+
__tsplusTrace?: string,
|
|
104
113
|
): IO<RA | RB | R1, EA | EB | E1, A> {
|
|
105
114
|
return ref.modifyIO((a) => f(a).map((r) => [a, r]));
|
|
106
115
|
}
|
|
@@ -112,6 +121,7 @@ export function getAndUpdateIO_<RA, RB, EA, EB, R1, E1, A>(
|
|
|
112
121
|
export function getAndUpdateJustIO_<RA, RB, EA, EB, R1, E1, A>(
|
|
113
122
|
ref: PRef.Synchronized<RA, RB, EA, EB, A, A>,
|
|
114
123
|
f: (a: A) => Maybe<IO<R1, E1, A>>,
|
|
124
|
+
__tsplusTrace?: string,
|
|
115
125
|
): IO<RA | RB | R1, EA | EB | E1, A> {
|
|
116
126
|
return ref.modifyIO((a) =>
|
|
117
127
|
f(a)
|
|
@@ -173,6 +183,7 @@ export function modifyJustIO_<RA, RB, EA, EB, R1, E1, A, B>(
|
|
|
173
183
|
ref: PRef.Synchronized<RA, RB, EA, EB, A, A>,
|
|
174
184
|
def: B,
|
|
175
185
|
f: (a: A) => Maybe<IO<R1, E1, readonly [B, A]>>,
|
|
186
|
+
__tsplusTrace?: string,
|
|
176
187
|
): IO<RA | RB | R1, EA | EB | E1, B> {
|
|
177
188
|
return ref.modifyIO((a) => f(a).getOrElse(IO.succeedNow(tuple(def, a))));
|
|
178
189
|
}
|
|
@@ -185,6 +196,7 @@ export function modifyJustIO_<RA, RB, EA, EB, R1, E1, A, B>(
|
|
|
185
196
|
export function updateAndGetIO_<RA, RB, EA, EB, R1, E1, A>(
|
|
186
197
|
ref: PRef.Synchronized<RA, RB, EA, EB, A, A>,
|
|
187
198
|
f: (a: A) => IO<R1, E1, A>,
|
|
199
|
+
__tsplusTrace?: string,
|
|
188
200
|
): IO<RA | RB | R1, E1 | EA | EB, void> {
|
|
189
201
|
return ref.modifyIO((a) => f(a).map((r) => [r, r])).asUnit;
|
|
190
202
|
}
|
|
@@ -197,6 +209,7 @@ export function updateAndGetIO_<RA, RB, EA, EB, R1, E1, A>(
|
|
|
197
209
|
export function updateIO_<RA, RB, EA, EB, R1, E1, A>(
|
|
198
210
|
ref: PRef.Synchronized<RA, RB, EA, EB, A, A>,
|
|
199
211
|
f: (a: A) => IO<R1, E1, A>,
|
|
212
|
+
__tsplusTrace?: string,
|
|
200
213
|
): IO<RA | RB | R1, E1 | EA | EB, void> {
|
|
201
214
|
return ref.modifyIO((a) => f(a).map((r) => [undefined, r]));
|
|
202
215
|
}
|
|
@@ -209,6 +222,7 @@ export function updateIO_<RA, RB, EA, EB, R1, E1, A>(
|
|
|
209
222
|
export function updateJustAndGetIO_<RA, RB, EA, EB, R1, E1, A>(
|
|
210
223
|
ref: PRef.Synchronized<RA, RB, EA, EB, A, A>,
|
|
211
224
|
f: (a: A) => Maybe<IO<R1, E1, A>>,
|
|
225
|
+
__tsplusTrace?: string,
|
|
212
226
|
): IO<RA | RB | R1, E1 | EA | EB, A> {
|
|
213
227
|
return ref.modifyIO((a) =>
|
|
214
228
|
f(a)
|
|
@@ -225,6 +239,7 @@ export function updateJustAndGetIO_<RA, RB, EA, EB, R1, E1, A>(
|
|
|
225
239
|
export function updateJustIO_<RA, RB, EA, EB, R1, E1, A>(
|
|
226
240
|
ref: PRef.Synchronized<RA, RB, EA, EB, A, A>,
|
|
227
241
|
f: (a: A) => Maybe<IO<R1, E1, A>>,
|
|
242
|
+
__tsplusTrace?: string,
|
|
228
243
|
): IO<RA | RB | R1, E1 | EA | EB, void> {
|
|
229
244
|
return ref.modifyIO((a) =>
|
|
230
245
|
f(a)
|
|
@@ -3,7 +3,7 @@ import { PSynchronizedInternal } from "./definition.js";
|
|
|
3
3
|
/**
|
|
4
4
|
* @tsplus static fncts.io.Ref.SynchronizedOps make
|
|
5
5
|
*/
|
|
6
|
-
export function makeSynchronized<A>(a: Lazy<A
|
|
6
|
+
export function makeSynchronized<A>(a: Lazy<A>, __tsplusTrace?: string): UIO<Ref.Synchronized<A>> {
|
|
7
7
|
return Do((_) => {
|
|
8
8
|
const ref = _(Ref.make(a));
|
|
9
9
|
const semaphore = _(TSemaphore.make(1).commit);
|
package/_src/Ref/api/collect.ts
CHANGED
|
@@ -13,6 +13,7 @@ import { identity } from "@fncts/base/data/function";
|
|
|
13
13
|
export function collect_<RA, RB, EA, EB, A, B, C>(
|
|
14
14
|
ref: PRef<RA, RB, EA, EB, A, B>,
|
|
15
15
|
pf: (_: B) => Maybe<C>,
|
|
16
|
+
__tsplusTrace?: string,
|
|
16
17
|
): PRef<RA, RB, EA, Maybe<EB>, A, C> {
|
|
17
18
|
return ref.match(identity, Maybe.just, Either.right, (b) => pf(b).toEither(Nothing()));
|
|
18
19
|
}
|
package/_src/Ref/api/dimap.ts
CHANGED
|
@@ -9,6 +9,7 @@ import type { PRef } from "../definition.js";
|
|
|
9
9
|
export function contramap_<RA, RB, EA, EB, B, A, C>(
|
|
10
10
|
ref: PRef<RA, RB, EA, EB, A, B>,
|
|
11
11
|
f: (_: C) => A,
|
|
12
|
+
__tsplusTrace?: string,
|
|
12
13
|
): PRef<RA, RB, EA, EB, C, B> {
|
|
13
14
|
return ref.contramapEither((c) => Either.right(f(c)));
|
|
14
15
|
}
|
|
@@ -23,6 +24,7 @@ export function contramap_<RA, RB, EA, EB, B, A, C>(
|
|
|
23
24
|
export function contramapEither_<RA, RB, EA, EB, A, B, EC, C>(
|
|
24
25
|
ref: PRef<RA, RB, EA, EB, A, B>,
|
|
25
26
|
f: (_: C) => Either<EC, A>,
|
|
27
|
+
__tsplusTrace?: string,
|
|
26
28
|
): PRef<RA, RB, EC | EA, EB, C, B> {
|
|
27
29
|
return ref.dimapEither(f, Either.right);
|
|
28
30
|
}
|
|
@@ -38,6 +40,7 @@ export function dimap_<RA, RB, EA, EB, A, B, C, D>(
|
|
|
38
40
|
ref: PRef<RA, RB, EA, EB, A, B>,
|
|
39
41
|
f: (_: C) => A,
|
|
40
42
|
g: (_: B) => D,
|
|
43
|
+
__tsplusTrace?: string,
|
|
41
44
|
): PRef<RA, RB, EA, EB, C, D> {
|
|
42
45
|
return ref.dimapEither(
|
|
43
46
|
(c) => Either.right(f(c)),
|
|
@@ -56,6 +59,7 @@ export function dimapEither_<RA, RB, EA, EB, A, B, C, EC, D, ED>(
|
|
|
56
59
|
ref: PRef<RA, RB, EA, EB, A, B>,
|
|
57
60
|
f: (_: C) => Either<EC, A>,
|
|
58
61
|
g: (_: B) => Either<ED, D>,
|
|
62
|
+
__tsplusTrace?: string,
|
|
59
63
|
): PRef<RA, RB, EC | EA, ED | EB, C, D> {
|
|
60
64
|
return ref.match(
|
|
61
65
|
(ea: EA | EC) => ea,
|
|
@@ -76,6 +80,7 @@ export function dimapError_<RA, RB, EA, EB, A, B, EC, ED>(
|
|
|
76
80
|
ref: PRef<RA, RB, EA, EB, A, B>,
|
|
77
81
|
f: (_: EA) => EC,
|
|
78
82
|
g: (_: EB) => ED,
|
|
83
|
+
__tsplusTrace?: string,
|
|
79
84
|
): PRef<RA, RB, EC, ED, A, B> {
|
|
80
85
|
return ref.match(f, g, Either.right, Either.right);
|
|
81
86
|
}
|
|
@@ -90,6 +95,7 @@ export function dimapError_<RA, RB, EA, EB, A, B, EC, ED>(
|
|
|
90
95
|
export function mapEither_<RA, RB, EA, EB, A, B, EC, C>(
|
|
91
96
|
ref: PRef<RA, RB, EA, EB, A, B>,
|
|
92
97
|
f: (_: B) => Either<EC, C>,
|
|
98
|
+
__tsplusTrace?: string,
|
|
93
99
|
): PRef<RA, RB, EA, EC | EB, A, C> {
|
|
94
100
|
return ref.dimapEither(Either.right, f);
|
|
95
101
|
}
|
|
@@ -103,6 +109,7 @@ export function mapEither_<RA, RB, EA, EB, A, B, EC, C>(
|
|
|
103
109
|
export function map_<RA, RB, EA, EB, A, B, C>(
|
|
104
110
|
ref: PRef<RA, RB, EA, EB, A, B>,
|
|
105
111
|
f: (_: B) => C,
|
|
112
|
+
__tsplusTrace?: string,
|
|
106
113
|
): PRef<RA, RB, EA, EB, A, C> {
|
|
107
114
|
return ref.mapEither((b) => Either.right(f(b)));
|
|
108
115
|
}
|
package/_src/Ref/api/filter.ts
CHANGED
|
@@ -13,6 +13,7 @@ import { identity } from "@fncts/base/data/function";
|
|
|
13
13
|
export function filterInput_<RA, RB, EA, EB, B, A, A1 extends A>(
|
|
14
14
|
ref: PRef<RA, RB, EA, EB, A, B>,
|
|
15
15
|
f: (_: A1) => boolean,
|
|
16
|
+
__tsplusTrace?: string,
|
|
16
17
|
): PRef<RA, RB, Maybe<EA>, EB, A1, B> {
|
|
17
18
|
return ref.match(Maybe.just, identity, (a) => (f(a) ? Either.right(a) : Either.left(Nothing())), Either.right);
|
|
18
19
|
}
|
|
@@ -28,6 +29,7 @@ export function filterInput_<RA, RB, EA, EB, B, A, A1 extends A>(
|
|
|
28
29
|
export function filterOutput_<RA, RB, EA, EB, A, B>(
|
|
29
30
|
ref: PRef<RA, RB, EA, EB, A, B>,
|
|
30
31
|
f: (_: B) => boolean,
|
|
32
|
+
__tsplusTrace?: string,
|
|
31
33
|
): PRef<RA, RB, EA, Maybe<EB>, A, B> {
|
|
32
34
|
return ref.match(identity, Maybe.just, Either.right, (b) => (f(b) ? Either.right(b) : Either.left(Nothing())));
|
|
33
35
|
}
|
package/_src/Ref/api/get.ts
CHANGED
|
@@ -8,7 +8,10 @@ import { concrete } from "../definition.js";
|
|
|
8
8
|
* @tsplus getter fncts.io.Ref get
|
|
9
9
|
* @tsplus getter fncts.io.Ref.Synchronized get
|
|
10
10
|
*/
|
|
11
|
-
export function get<RA, RB, EA, EB, A, B>(
|
|
11
|
+
export function get<RA, RB, EA, EB, A, B>(
|
|
12
|
+
self: PRef<RA, RB, EA, EB, A, B>,
|
|
13
|
+
__tsplusTrace?: string,
|
|
14
|
+
): IO<RA | RB, EA | EB, B> {
|
|
12
15
|
concrete(self);
|
|
13
16
|
return self.get as IO<RA | RB, EA | EB, B>;
|
|
14
17
|
}
|
package/_src/Ref/api/modify.ts
CHANGED
|
@@ -15,6 +15,7 @@ import { concrete } from "../definition.js";
|
|
|
15
15
|
export function modify_<RA, RB, EA, EB, B, A>(
|
|
16
16
|
ref: PRef<RA, RB, EA, EB, A, A>,
|
|
17
17
|
f: (a: A) => readonly [B, A],
|
|
18
|
+
__tsplusTrace?: string,
|
|
18
19
|
): IO<RA | RB, EA | EB, B> {
|
|
19
20
|
concrete(ref);
|
|
20
21
|
switch (ref._tag) {
|
|
@@ -70,6 +71,7 @@ export function modifyJust_<RA, RB, EA, EB, A, B>(
|
|
|
70
71
|
self: PRef<RA, RB, EA, EB, A, A>,
|
|
71
72
|
def: B,
|
|
72
73
|
f: (a: A) => Maybe<readonly [B, A]>,
|
|
74
|
+
__tsplusTrace?: string,
|
|
73
75
|
): IO<RA | RB, EA | EB, B> {
|
|
74
76
|
concrete(self);
|
|
75
77
|
switch (self._tag) {
|
|
@@ -87,7 +89,11 @@ export function modifyJust_<RA, RB, EA, EB, A, B>(
|
|
|
87
89
|
* @tsplus fluent fncts.io.Ref getAndSet
|
|
88
90
|
* @tsplus fluent fncts.io.Ref.Synchronized getAndSet
|
|
89
91
|
*/
|
|
90
|
-
export function getAndSet_<RA, RB, EA, EB, A>(
|
|
92
|
+
export function getAndSet_<RA, RB, EA, EB, A>(
|
|
93
|
+
self: PRef<RA, RB, EA, EB, A, A>,
|
|
94
|
+
a: A,
|
|
95
|
+
__tsplusTrace?: string,
|
|
96
|
+
): IO<RA | RB, EA | EB, A> {
|
|
91
97
|
concrete(self);
|
|
92
98
|
switch (self._tag) {
|
|
93
99
|
case "Atomic":
|
|
@@ -107,6 +113,7 @@ export function getAndSet_<RA, RB, EA, EB, A>(self: PRef<RA, RB, EA, EB, A, A>,
|
|
|
107
113
|
export function getAndUpdate_<RA, RB, EA, EB, A>(
|
|
108
114
|
self: PRef<RA, RB, EA, EB, A, A>,
|
|
109
115
|
f: (a: A) => A,
|
|
116
|
+
__tsplusTrace?: string,
|
|
110
117
|
): IO<RA | RB, EA | EB, A> {
|
|
111
118
|
concrete(self);
|
|
112
119
|
switch (self._tag) {
|
|
@@ -128,6 +135,7 @@ export function getAndUpdate_<RA, RB, EA, EB, A>(
|
|
|
128
135
|
export function getAndUpdateJust_<RA, RB, EA, EB, A>(
|
|
129
136
|
self: PRef<RA, RB, EA, EB, A, A>,
|
|
130
137
|
f: (a: A) => Maybe<A>,
|
|
138
|
+
__tsplusTrace?: string,
|
|
131
139
|
): IO<RA | RB, EA | EB, A> {
|
|
132
140
|
concrete(self);
|
|
133
141
|
switch (self._tag) {
|
|
@@ -147,6 +155,7 @@ export function getAndUpdateJust_<RA, RB, EA, EB, A>(
|
|
|
147
155
|
export function update_<RA, RB, EA, EB, A>(
|
|
148
156
|
self: PRef<RA, RB, EA, EB, A, A>,
|
|
149
157
|
f: (a: A) => A,
|
|
158
|
+
__tsplusTrace?: string,
|
|
150
159
|
): IO<RA | RB, EA | EB, void> {
|
|
151
160
|
concrete(self);
|
|
152
161
|
switch (self._tag) {
|
|
@@ -167,6 +176,7 @@ export function update_<RA, RB, EA, EB, A>(
|
|
|
167
176
|
export function updateAndGet_<RA, RB, EA, EB, A>(
|
|
168
177
|
self: PRef<RA, RB, EA, EB, A, A>,
|
|
169
178
|
f: (a: A) => A,
|
|
179
|
+
__tsplusTrace?: string,
|
|
170
180
|
): IO<RA | RB, EA | EB, A> {
|
|
171
181
|
concrete(self);
|
|
172
182
|
switch (self._tag) {
|
|
@@ -190,6 +200,7 @@ export function updateAndGet_<RA, RB, EA, EB, A>(
|
|
|
190
200
|
export function updateJust_<RA, RB, EA, EB, A>(
|
|
191
201
|
self: PRef<RA, RB, EA, EB, A, A>,
|
|
192
202
|
f: (a: A) => Maybe<A>,
|
|
203
|
+
__tsplusTrace?: string,
|
|
193
204
|
): IO<RA | RB, EA | EB, void> {
|
|
194
205
|
concrete(self);
|
|
195
206
|
switch (self._tag) {
|
|
@@ -211,6 +222,7 @@ export function updateJust_<RA, RB, EA, EB, A>(
|
|
|
211
222
|
export function updateJustAndGet_<RA, RB, EA, EB, A>(
|
|
212
223
|
self: PRef<RA, RB, EA, EB, A, A>,
|
|
213
224
|
f: (a: A) => Maybe<A>,
|
|
225
|
+
__tsplusTrace?: string,
|
|
214
226
|
): IO<RA | RB, EA | EB, A> {
|
|
215
227
|
concrete(self);
|
|
216
228
|
switch (self._tag) {
|
package/_src/Ref/api/set.ts
CHANGED
|
@@ -9,7 +9,11 @@ import { concrete } from "../definition.js";
|
|
|
9
9
|
* @tsplus fluent fncts.io.Ref set
|
|
10
10
|
* @tsplus fluent fncts.io.Ref.Synchronized set
|
|
11
11
|
*/
|
|
12
|
-
export function set_<RA, RB, EA, EB, A, B>(
|
|
12
|
+
export function set_<RA, RB, EA, EB, A, B>(
|
|
13
|
+
self: PRef<RA, RB, EA, EB, A, B>,
|
|
14
|
+
a: A,
|
|
15
|
+
__tsplusTrace?: string,
|
|
16
|
+
): IO<RA | RB, EA | EB, void> {
|
|
13
17
|
concrete(self);
|
|
14
18
|
return self.set(a);
|
|
15
19
|
}
|
package/_src/Ref/constructors.ts
CHANGED
|
@@ -3,13 +3,13 @@ import { Atomic } from "./Atomic.js";
|
|
|
3
3
|
/**
|
|
4
4
|
* @tsplus static fncts.io.RefOps make
|
|
5
5
|
*/
|
|
6
|
-
export function make<A>(a: Lazy<A
|
|
6
|
+
export function make<A>(a: Lazy<A>, __tsplusTrace?: string): UIO<Ref<A>> {
|
|
7
7
|
return IO.succeed(unsafeMake(a()));
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* @tsplus static fncts.io.RefOps unsafeMake
|
|
12
12
|
*/
|
|
13
|
-
export function unsafeMake<A>(a: A): Ref.Atomic<A> {
|
|
13
|
+
export function unsafeMake<A>(a: A, __tsplusTrace?: string): Ref.Atomic<A> {
|
|
14
14
|
return new Atomic(a);
|
|
15
15
|
}
|
package/_src/Ref/definition.ts
CHANGED
|
@@ -87,7 +87,7 @@ export abstract class RefInternal<RA, RB, EA, EB, A, B> implements PRef<RA, RB,
|
|
|
87
87
|
* Writes a new value to the `Ref`, with a guarantee of immediate
|
|
88
88
|
* consistency (at some cost to performance).
|
|
89
89
|
*/
|
|
90
|
-
abstract set(a: A): IO<RA, EA, void>;
|
|
90
|
+
abstract set(a: A, __tsplusTrace?: string): IO<RA, EA, void>;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
/**
|