@fncts/io 0.0.11 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cached/api.d.ts +3 -4
- package/Channel/UpstreamPullStrategy/definition.d.ts +1 -1
- package/Channel/api/interruptWhen.d.ts +1 -1
- package/Channel/api/mapOutIOC.d.ts +2 -2
- package/Channel/api/mergeAll.d.ts +1 -1
- package/Channel/api/mergeAllUnboundedWith.d.ts +1 -1
- package/Channel/api/mergeAllWith.d.ts +3 -3
- package/Channel/api/mergeMap.d.ts +1 -1
- package/Channel/api/mergeWith.d.ts +3 -3
- package/Channel/api/runScoped.d.ts +1 -2
- package/Channel/api/toPull.d.ts +2 -3
- package/Channel/api/zipC.d.ts +3 -3
- package/Channel/api.d.ts +56 -57
- package/Channel/core-api.d.ts +12 -12
- package/Channel/definition.d.ts +36 -22
- package/Channel/internal/AsyncInputConsumer.d.ts +1 -1
- package/Channel/internal/AsyncInputProducer.d.ts +1 -1
- package/Channel/internal/ChannelExecutor.d.ts +5 -5
- package/Channel/internal/ChannelState.d.ts +1 -1
- package/Channel/internal/MergeDecision.d.ts +2 -2
- package/Channel/internal/MergeState.d.ts +2 -2
- package/Channel/internal/SingleProducerAsyncInput.d.ts +5 -5
- package/Clock/api.d.ts +3 -3
- package/Clock/definition.d.ts +2 -2
- package/Clock/live.d.ts +3 -3
- package/Console/api.d.ts +1 -1
- package/Fiber/FiberContext.d.ts +12 -12
- package/Fiber/api/await.d.ts +2 -2
- package/Fiber/api/awaitAll.d.ts +2 -2
- package/Fiber/api/children.d.ts +1 -1
- package/Fiber/api/collectAll.d.ts +3 -3
- package/Fiber/api/evalOn.d.ts +1 -1
- package/Fiber/api/evalOnIO.d.ts +1 -1
- package/Fiber/api/fromIO.d.ts +1 -1
- package/Fiber/api/id.d.ts +2 -2
- package/Fiber/api/inheritRefs.d.ts +1 -1
- package/Fiber/api/interrupt.d.ts +2 -2
- package/Fiber/api/interruptAll.d.ts +3 -3
- package/Fiber/api/interruptAs.d.ts +3 -3
- package/Fiber/api/join.d.ts +1 -1
- package/Fiber/api/joinAll.d.ts +1 -1
- package/Fiber/api/mapFiber.d.ts +1 -1
- package/Fiber/api/mapIO.d.ts +2 -2
- package/Fiber/api/poll.d.ts +3 -3
- package/Fiber/api/zipWith.d.ts +1 -1
- package/Fiber/constructors.d.ts +8 -8
- package/Fiber/definition.d.ts +4 -4
- package/FiberRef/api/locallyScoped.d.ts +1 -2
- package/FiberRef/api/locallyScopedWith.d.ts +1 -2
- package/FiberRef/api.d.ts +8 -8
- package/FiberRef/constructors.d.ts +2 -3
- package/FiberRef/unsafe.d.ts +11 -5
- package/FiberRefs/api.d.ts +4 -4
- package/FiberRefs/definition.d.ts +3 -3
- package/FiberRefs/join.d.ts +2 -2
- package/FiberScope/constructors.d.ts +1 -1
- package/FiberScope/definition.d.ts +1 -1
- package/FiberState/api.d.ts +1 -1
- package/FiberState/constructors.d.ts +3 -3
- package/FiberState/definition.d.ts +3 -3
- package/FiberStatus/constructors.d.ts +1 -1
- package/FiberStatus/definition.d.ts +1 -1
- package/Future/api.d.ts +18 -18
- package/Future/constructors.d.ts +3 -3
- package/Future/definition.d.ts +2 -2
- package/Hub/api.d.ts +22 -23
- package/Hub/definition.d.ts +6 -7
- package/Hub/internal.d.ts +1 -2
- package/IO/api/acquireRelease.d.ts +2 -3
- package/IO/api/acquireReleaseExit.d.ts +3 -4
- package/IO/api/acquireReleaseInterruptible.d.ts +2 -3
- package/IO/api/acquireReleaseInterruptibleExit.d.ts +3 -4
- package/IO/api/addFinalizer.d.ts +2 -3
- package/IO/api/addFinalizerExit.d.ts +2 -3
- package/IO/api/asyncIO.d.ts +1 -1
- package/IO/api/bracket.d.ts +2 -2
- package/IO/api/bracketExit.d.ts +3 -3
- package/IO/api/clockWith.d.ts +1 -1
- package/IO/api/concurrency.d.ts +4 -4
- package/IO/api/concurrentFinalizers.d.ts +1 -2
- package/IO/api/consoleWith.d.ts +2 -2
- package/IO/api/core-scope.d.ts +4 -4
- package/IO/api/ensuringChildren.d.ts +1 -1
- package/IO/api/environment.d.ts +10 -12
- package/IO/api/foreachC.d.ts +2 -2
- package/IO/api/foreachExec.d.ts +1 -1
- package/IO/api/forkScoped.d.ts +1 -2
- package/IO/api/fulfill.d.ts +1 -1
- package/IO/api/interrupt.d.ts +8 -8
- package/IO/api/onExit.d.ts +2 -2
- package/IO/api/onTermination.d.ts +4 -4
- package/IO/api/provideLayer.d.ts +1 -1
- package/IO/api/provideSomeLayer.d.ts +1 -1
- package/IO/api/race.d.ts +1 -1
- package/IO/api/raceFirst.d.ts +1 -1
- package/IO/api/randomWith.d.ts +2 -2
- package/IO/api/repeat.d.ts +6 -6
- package/IO/api/retry.d.ts +5 -5
- package/IO/api/schedule.d.ts +3 -3
- package/IO/api/scope.d.ts +1 -2
- package/IO/api/scopeWith.d.ts +1 -2
- package/IO/api/scoped.d.ts +3 -4
- package/IO/api/sequenceT.d.ts +4 -4
- package/IO/api/sleep.d.ts +2 -2
- package/IO/api/stateful.d.ts +3 -4
- package/IO/api/timeout.d.ts +4 -4
- package/IO/api/withEarlyRelease.d.ts +1 -2
- package/IO/api/withFinalizer.d.ts +1 -2
- package/IO/api/withFinalizerExit.d.ts +2 -3
- package/IO/api/withRuntimeConfig.d.ts +2 -2
- package/IO/api/zipC.d.ts +4 -4
- package/IO/api.d.ts +94 -94
- package/IO/definition.d.ts +44 -34
- package/IO/runtime.d.ts +29 -16
- package/IOEnv/definition.d.ts +2 -3
- package/IOEnv/live.d.ts +1 -1
- package/IOEnv/services.d.ts +1 -1
- package/IOSpec.d.ts +7 -8
- package/Layer/MemoMap.d.ts +8 -9
- package/Layer/api.d.ts +41 -43
- package/Layer/definition.d.ts +22 -16
- package/Logger/api.d.ts +2 -2
- package/Logger/definition.d.ts +4 -4
- package/Queue/api/dimapIO.d.ts +6 -6
- package/Queue/api/filterInputIO.d.ts +6 -6
- package/Queue/api/filterOutputIO.d.ts +8 -8
- package/Queue/api/operations.d.ts +10 -10
- package/Queue/api/poll.d.ts +2 -2
- package/Queue/api/takeBetween.d.ts +1 -1
- package/Queue/api/zipWithIO.d.ts +9 -9
- package/Queue/constructors.d.ts +4 -4
- package/Queue/definition.d.ts +10 -10
- package/Queue/internal.d.ts +1 -1
- package/Queue/strategy.d.ts +10 -10
- package/Random/api.d.ts +8 -8
- package/Random/definition.d.ts +5 -5
- package/Random/live.d.ts +5 -5
- package/Ref/Atomic/Atomic.d.ts +4 -4
- package/Ref/Atomic/api.d.ts +11 -11
- package/Ref/Derived.d.ts +4 -4
- package/Ref/DerivedAll.d.ts +4 -4
- package/Ref/Synchronized/api.d.ts +16 -16
- package/Ref/Synchronized/constructors.d.ts +2 -2
- package/Ref/Synchronized/definition.d.ts +3 -3
- package/Ref/api/collect.d.ts +2 -2
- package/Ref/api/dimap.d.ts +8 -8
- package/Ref/api/filter.d.ts +3 -3
- package/Ref/api/get.d.ts +1 -1
- package/Ref/api/match.d.ts +1 -1
- package/Ref/api/matchAll.d.ts +1 -1
- package/Ref/api/modify.d.ts +10 -10
- package/Ref/api/set.d.ts +1 -1
- package/Ref/constructors.d.ts +3 -3
- package/Ref/definition.d.ts +15 -15
- package/RuntimeConfig.d.ts +2 -2
- package/STM/api/core-api.d.ts +5 -5
- package/STM/api/core-constructors.d.ts +9 -9
- package/STM/api.d.ts +60 -72
- package/STM/definition.d.ts +10 -9
- package/STM/driver.d.ts +2 -2
- package/STM/internal/CommitState.d.ts +1 -1
- package/STM/internal/Journal.d.ts +7 -6
- package/STM/internal/TryCommit.d.ts +1 -1
- package/Schedule/Decision.d.ts +10 -4
- package/Schedule/Driver.d.ts +4 -4
- package/Schedule/api/driver.d.ts +1 -1
- package/Schedule/api.d.ts +85 -73
- package/Schedule/definition.d.ts +1 -1
- package/Scope/Finalizer/definition.d.ts +3 -3
- package/Scope/ReleaseMap/api/releaseAll.d.ts +2 -2
- package/Scope/ReleaseMap/api.d.ts +7 -7
- package/Scope/ReleaseMap/definition.d.ts +3 -3
- package/Scope/api.d.ts +9 -10
- package/Scope/definition.d.ts +2 -2
- package/ScopedRef/api.d.ts +2 -3
- package/ScopedRef/definition.d.ts +1 -2
- package/Sink/api.d.ts +73 -74
- package/State/api.d.ts +2 -3
- package/Stream/api/zipAllWith.d.ts +3 -3
- package/Stream/api/zipWith.d.ts +1 -1
- package/Stream/api/zipWithChunks.d.ts +4 -4
- package/Stream/api.d.ts +171 -166
- package/Stream/definition.d.ts +3 -3
- package/Stream/internal/Handoff.d.ts +2 -2
- package/Stream/internal/Pull.d.ts +2 -2
- package/Stream/internal/Take.d.ts +4 -4
- package/Stream/internal/util.d.ts +1 -1
- package/Supervisor/api.d.ts +3 -3
- package/Supervisor/constructors.d.ts +6 -6
- package/Supervisor/definition.d.ts +3 -3
- package/TExit/constructors.d.ts +1 -1
- package/TExit/definition.d.ts +1 -1
- package/TFuture/api.d.ts +7 -7
- package/TFuture/constructors.d.ts +4 -4
- package/TFuture/definition.d.ts +3 -3
- package/TReentrantLock/api.d.ts +18 -19
- package/TReentrantLock/definition.d.ts +2 -2
- package/TRef/api.d.ts +15 -15
- package/TRef/constructors.d.ts +5 -5
- package/TRef/definition.d.ts +2 -2
- package/TSemaphore/api.d.ts +7 -7
- package/TSemaphore/constructors.d.ts +1 -1
- package/TSemaphore/definition.d.ts +1 -1
- package/_cjs/Cached/api.cjs +5 -5
- package/_cjs/Cached/api.cjs.map +1 -1
- package/_cjs/Channel/api/interruptWhen.cjs +1 -1
- package/_cjs/Channel/api/interruptWhen.cjs.map +1 -1
- package/_cjs/Channel/api/mapOutIOC.cjs +2 -2
- package/_cjs/Channel/api/mapOutIOC.cjs.map +1 -1
- package/_cjs/Channel/api/mergeAllWith.cjs +11 -11
- package/_cjs/Channel/api/mergeAllWith.cjs.map +1 -1
- package/_cjs/Channel/api/mergeWith.cjs +5 -5
- package/_cjs/Channel/api/mergeWith.cjs.map +1 -1
- package/_cjs/Channel/api/run.cjs +3 -1
- package/_cjs/Channel/api/run.cjs.map +1 -1
- package/_cjs/Channel/api.cjs +7 -7
- package/_cjs/Channel/api.cjs.map +1 -1
- package/_cjs/Channel/core-api.cjs.map +1 -1
- package/_cjs/Channel/definition.cjs.map +1 -1
- package/_cjs/Channel/internal/ChannelExecutor.cjs +6 -6
- package/_cjs/Channel/internal/ChannelExecutor.cjs.map +1 -1
- package/_cjs/Channel/internal/ChannelState.cjs +2 -1
- package/_cjs/Channel/internal/ChannelState.cjs.map +1 -1
- package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs +16 -16
- package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs.map +1 -1
- package/_cjs/Clock/live.cjs.map +1 -1
- package/_cjs/Console/api.cjs +5 -3
- package/_cjs/Console/api.cjs.map +1 -1
- package/_cjs/Fiber/FiberContext.cjs +8 -10
- package/_cjs/Fiber/FiberContext.cjs.map +1 -1
- package/_cjs/Fiber/api/await.cjs +1 -1
- package/_cjs/Fiber/api/await.cjs.map +1 -1
- package/_cjs/Fiber/api/awaitAll.cjs +2 -4
- package/_cjs/Fiber/api/awaitAll.cjs.map +1 -1
- package/_cjs/Fiber/api/children.cjs +1 -1
- package/_cjs/Fiber/api/children.cjs.map +1 -1
- package/_cjs/Fiber/api/collectAll.cjs +2 -4
- package/_cjs/Fiber/api/collectAll.cjs.map +1 -1
- package/_cjs/Fiber/api/evalOn.cjs +1 -1
- package/_cjs/Fiber/api/evalOn.cjs.map +1 -1
- package/_cjs/Fiber/api/evalOnIO.cjs +2 -4
- package/_cjs/Fiber/api/evalOnIO.cjs.map +1 -1
- package/_cjs/Fiber/api/fromIO.cjs +2 -4
- package/_cjs/Fiber/api/fromIO.cjs.map +1 -1
- package/_cjs/Fiber/api/id.cjs +1 -1
- package/_cjs/Fiber/api/id.cjs.map +1 -1
- package/_cjs/Fiber/api/inheritRefs.cjs +1 -1
- package/_cjs/Fiber/api/inheritRefs.cjs.map +1 -1
- package/_cjs/Fiber/api/interrupt.cjs +2 -4
- package/_cjs/Fiber/api/interrupt.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAll.cjs +4 -5
- package/_cjs/Fiber/api/interruptAll.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAs.cjs +1 -1
- package/_cjs/Fiber/api/interruptAs.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptFork.cjs +1 -1
- package/_cjs/Fiber/api/interruptFork.cjs.map +1 -1
- package/_cjs/Fiber/api/join.cjs +2 -4
- package/_cjs/Fiber/api/join.cjs.map +1 -1
- package/_cjs/Fiber/api/joinAll.cjs +2 -4
- package/_cjs/Fiber/api/joinAll.cjs.map +1 -1
- package/_cjs/Fiber/api/mapFiber.cjs +2 -4
- package/_cjs/Fiber/api/mapFiber.cjs.map +1 -1
- package/_cjs/Fiber/api/mapIO.cjs +4 -5
- package/_cjs/Fiber/api/mapIO.cjs.map +1 -1
- package/_cjs/Fiber/api/poll.cjs +1 -1
- package/_cjs/Fiber/api/poll.cjs.map +1 -1
- package/_cjs/Fiber/api/zipWith.cjs +2 -4
- package/_cjs/Fiber/api/zipWith.cjs.map +1 -1
- package/_cjs/Fiber/constructors.cjs +10 -11
- package/_cjs/Fiber/constructors.cjs.map +1 -1
- package/_cjs/FiberRef/api/locallyScoped.cjs +2 -4
- package/_cjs/FiberRef/api/locallyScoped.cjs.map +1 -1
- package/_cjs/FiberRef/api/locallyScopedWith.cjs +2 -4
- package/_cjs/FiberRef/api/locallyScopedWith.cjs.map +1 -1
- package/_cjs/FiberRef/api.cjs +13 -14
- package/_cjs/FiberRef/api.cjs.map +1 -1
- package/_cjs/FiberRef/constructors.cjs +4 -6
- package/_cjs/FiberRef/constructors.cjs.map +1 -1
- package/_cjs/FiberRef/unsafe.cjs +9 -1
- package/_cjs/FiberRef/unsafe.cjs.map +1 -1
- package/_cjs/Future/api.cjs +30 -31
- package/_cjs/Future/api.cjs.map +1 -1
- package/_cjs/Future/constructors.cjs +4 -5
- package/_cjs/Future/constructors.cjs.map +1 -1
- package/_cjs/Hub/api.cjs +44 -44
- package/_cjs/Hub/api.cjs.map +1 -1
- package/_cjs/Hub/internal.cjs +16 -24
- package/_cjs/Hub/internal.cjs.map +1 -1
- package/_cjs/IO/api/acquireRelease.cjs +2 -4
- package/_cjs/IO/api/acquireRelease.cjs.map +1 -1
- package/_cjs/IO/api/acquireReleaseExit.cjs +1 -1
- package/_cjs/IO/api/acquireReleaseExit.cjs.map +1 -1
- package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs +1 -1
- package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs.map +1 -1
- package/_cjs/IO/api/addFinalizer.cjs +1 -1
- package/_cjs/IO/api/addFinalizer.cjs.map +1 -1
- package/_cjs/IO/api/addFinalizerExit.cjs +5 -11
- package/_cjs/IO/api/addFinalizerExit.cjs.map +1 -1
- package/_cjs/IO/api/asyncIO.cjs +5 -7
- package/_cjs/IO/api/asyncIO.cjs.map +1 -1
- package/_cjs/IO/api/bracket.cjs +2 -2
- package/_cjs/IO/api/bracket.cjs.map +1 -1
- package/_cjs/IO/api/bracketExit.cjs +2 -4
- package/_cjs/IO/api/bracketExit.cjs.map +1 -1
- package/_cjs/IO/api/concurrency.cjs +7 -7
- package/_cjs/IO/api/concurrency.cjs.map +1 -1
- package/_cjs/IO/api/concurrentFinalizers.cjs +2 -4
- package/_cjs/IO/api/concurrentFinalizers.cjs.map +1 -1
- package/_cjs/IO/api/consoleWith.cjs +3 -3
- package/_cjs/IO/api/consoleWith.cjs.map +1 -1
- package/_cjs/IO/api/core-scope.cjs +4 -4
- package/_cjs/IO/api/core-scope.cjs.map +1 -1
- package/_cjs/IO/api/ensuringChildren.cjs +2 -4
- package/_cjs/IO/api/ensuringChildren.cjs.map +1 -1
- package/_cjs/IO/api/environment.cjs +6 -8
- package/_cjs/IO/api/environment.cjs.map +1 -1
- package/_cjs/IO/api/foreachC.cjs +25 -27
- package/_cjs/IO/api/foreachC.cjs.map +1 -1
- package/_cjs/IO/api/foreachExec.cjs +2 -4
- package/_cjs/IO/api/foreachExec.cjs.map +1 -1
- package/_cjs/IO/api/forkIn.cjs +1 -1
- package/_cjs/IO/api/forkIn.cjs.map +1 -1
- package/_cjs/IO/api/forkScoped.cjs +1 -1
- package/_cjs/IO/api/forkScoped.cjs.map +1 -1
- package/_cjs/IO/api/fulfill.cjs +2 -4
- package/_cjs/IO/api/fulfill.cjs.map +1 -1
- package/_cjs/IO/api/interrupt.cjs +13 -13
- package/_cjs/IO/api/interrupt.cjs.map +1 -1
- package/_cjs/IO/api/memoize.cjs +4 -8
- package/_cjs/IO/api/memoize.cjs.map +1 -1
- package/_cjs/IO/api/onExit.cjs +2 -2
- package/_cjs/IO/api/onExit.cjs.map +1 -1
- package/_cjs/IO/api/onTermination.cjs +2 -2
- package/_cjs/IO/api/onTermination.cjs.map +1 -1
- package/_cjs/IO/api/once.cjs +1 -1
- package/_cjs/IO/api/once.cjs.map +1 -1
- package/_cjs/IO/api/provideLayer.cjs +2 -4
- package/_cjs/IO/api/provideLayer.cjs.map +1 -1
- package/_cjs/IO/api/provideSomeLayer.cjs +2 -3
- package/_cjs/IO/api/provideSomeLayer.cjs.map +1 -1
- package/_cjs/IO/api/race.cjs +4 -6
- package/_cjs/IO/api/race.cjs.map +1 -1
- package/_cjs/IO/api/raceFirst.cjs +2 -4
- package/_cjs/IO/api/raceFirst.cjs.map +1 -1
- package/_cjs/IO/api/randomWith.cjs +3 -3
- package/_cjs/IO/api/randomWith.cjs.map +1 -1
- package/_cjs/IO/api/repeat.cjs +10 -11
- package/_cjs/IO/api/repeat.cjs.map +1 -1
- package/_cjs/IO/api/retry.cjs +8 -9
- package/_cjs/IO/api/retry.cjs.map +1 -1
- package/_cjs/IO/api/schedule.cjs +6 -7
- package/_cjs/IO/api/schedule.cjs.map +1 -1
- package/_cjs/IO/api/scope.cjs +1 -1
- package/_cjs/IO/api/scope.cjs.map +1 -1
- package/_cjs/IO/api/scopeWith.cjs +2 -4
- package/_cjs/IO/api/scopeWith.cjs.map +1 -1
- package/_cjs/IO/api/scoped.cjs +4 -5
- package/_cjs/IO/api/scoped.cjs.map +1 -1
- package/_cjs/IO/api/stateful.cjs +1 -1
- package/_cjs/IO/api/stateful.cjs.map +1 -1
- package/_cjs/IO/api/timeout.cjs +3 -4
- package/_cjs/IO/api/timeout.cjs.map +1 -1
- package/_cjs/IO/api/withChildren.cjs +1 -1
- package/_cjs/IO/api/withChildren.cjs.map +1 -1
- package/_cjs/IO/api/withEarlyRelease.cjs +2 -4
- package/_cjs/IO/api/withEarlyRelease.cjs.map +1 -1
- package/_cjs/IO/api/withFinalizer.cjs +2 -2
- package/_cjs/IO/api/withFinalizer.cjs.map +1 -1
- package/_cjs/IO/api/withFinalizerExit.cjs +2 -4
- package/_cjs/IO/api/withFinalizerExit.cjs.map +1 -1
- package/_cjs/IO/api/withRuntimeConfig.cjs +2 -4
- package/_cjs/IO/api/withRuntimeConfig.cjs.map +1 -1
- package/_cjs/IO/api/zipC.cjs +5 -6
- package/_cjs/IO/api/zipC.cjs.map +1 -1
- package/_cjs/IO/api.cjs +112 -112
- package/_cjs/IO/api.cjs.map +1 -1
- package/_cjs/IO/definition.cjs +5 -8
- package/_cjs/IO/definition.cjs.map +1 -1
- package/_cjs/IO/runtime.cjs +69 -21
- package/_cjs/IO/runtime.cjs.map +1 -1
- package/_cjs/IOEnv/live.cjs +3 -1
- package/_cjs/IOEnv/live.cjs.map +1 -1
- package/_cjs/Layer/MemoMap.cjs +45 -62
- package/_cjs/Layer/MemoMap.cjs.map +1 -1
- package/_cjs/Layer/api.cjs +84 -83
- package/_cjs/Layer/api.cjs.map +1 -1
- package/_cjs/Layer/definition.cjs +14 -7
- package/_cjs/Layer/definition.cjs.map +1 -1
- package/_cjs/Queue/api/dimapIO.cjs +14 -14
- package/_cjs/Queue/api/dimapIO.cjs.map +1 -1
- package/_cjs/Queue/api/filterInputIO.cjs +6 -6
- package/_cjs/Queue/api/filterInputIO.cjs.map +1 -1
- package/_cjs/Queue/api/filterOutputIO.cjs +6 -6
- package/_cjs/Queue/api/filterOutputIO.cjs.map +1 -1
- package/_cjs/Queue/api/operations.cjs +13 -13
- package/_cjs/Queue/api/operations.cjs.map +1 -1
- package/_cjs/Queue/api/poll.cjs +2 -4
- package/_cjs/Queue/api/poll.cjs.map +1 -1
- package/_cjs/Queue/api/takeBetween.cjs +10 -12
- package/_cjs/Queue/api/takeBetween.cjs.map +1 -1
- package/_cjs/Queue/api/zipWithIO.cjs +12 -12
- package/_cjs/Queue/api/zipWithIO.cjs.map +1 -1
- package/_cjs/Queue/constructors.cjs +8 -10
- package/_cjs/Queue/constructors.cjs.map +1 -1
- package/_cjs/Queue/internal.cjs +17 -17
- package/_cjs/Queue/internal.cjs.map +1 -1
- package/_cjs/Queue/strategy.cjs +16 -20
- package/_cjs/Queue/strategy.cjs.map +1 -1
- package/_cjs/Random/api.cjs +15 -13
- package/_cjs/Random/api.cjs.map +1 -1
- package/_cjs/Random/live.cjs +4 -4
- package/_cjs/Random/live.cjs.map +1 -1
- package/_cjs/Ref/Atomic/Atomic.cjs.map +1 -1
- package/_cjs/Ref/Atomic/api.cjs +19 -21
- package/_cjs/Ref/Atomic/api.cjs.map +1 -1
- package/_cjs/Ref/Derived.cjs.map +1 -1
- package/_cjs/Ref/DerivedAll.cjs +1 -1
- package/_cjs/Ref/DerivedAll.cjs.map +1 -1
- package/_cjs/Ref/Synchronized/api.cjs +25 -26
- package/_cjs/Ref/Synchronized/api.cjs.map +1 -1
- package/_cjs/Ref/Synchronized/constructors.cjs +8 -14
- package/_cjs/Ref/Synchronized/constructors.cjs.map +1 -1
- package/_cjs/Ref/Synchronized/definition.cjs +1 -1
- package/_cjs/Ref/Synchronized/definition.cjs.map +1 -1
- package/_cjs/Ref/api/collect.cjs +1 -1
- package/_cjs/Ref/api/collect.cjs.map +1 -1
- package/_cjs/Ref/api/dimap.cjs +12 -12
- package/_cjs/Ref/api/dimap.cjs.map +1 -1
- package/_cjs/Ref/api/filter.cjs +2 -2
- package/_cjs/Ref/api/filter.cjs.map +1 -1
- package/_cjs/Ref/api/get.cjs +1 -1
- package/_cjs/Ref/api/get.cjs.map +1 -1
- package/_cjs/Ref/api/modify.cjs +29 -30
- package/_cjs/Ref/api/modify.cjs.map +1 -1
- package/_cjs/Ref/api/set.cjs +1 -1
- package/_cjs/Ref/api/set.cjs.map +1 -1
- package/_cjs/Ref/constructors.cjs +3 -4
- package/_cjs/Ref/constructors.cjs.map +1 -1
- package/_cjs/STM/api/core-api.cjs +8 -8
- package/_cjs/STM/api/core-api.cjs.map +1 -1
- package/_cjs/STM/api/core-constructors.cjs +6 -6
- package/_cjs/STM/api/core-constructors.cjs.map +1 -1
- package/_cjs/STM/api.cjs +129 -148
- package/_cjs/STM/api.cjs.map +1 -1
- package/_cjs/STM/definition.cjs.map +1 -1
- package/_cjs/STM/driver.cjs +10 -6
- package/_cjs/STM/driver.cjs.map +1 -1
- package/_cjs/STM/internal/Journal.cjs +20 -22
- package/_cjs/STM/internal/Journal.cjs.map +1 -1
- package/_cjs/Schedule/Decision.cjs +17 -0
- package/_cjs/Schedule/Decision.cjs.map +1 -1
- package/_cjs/Schedule/api/driver.cjs +18 -21
- package/_cjs/Schedule/api/driver.cjs.map +1 -1
- package/_cjs/Schedule/api.cjs +205 -180
- package/_cjs/Schedule/api.cjs.map +1 -1
- package/_cjs/Scope/Finalizer/definition.cjs +4 -6
- package/_cjs/Scope/Finalizer/definition.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs +3 -5
- package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/api.cjs +14 -15
- package/_cjs/Scope/ReleaseMap/api.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/constructors.cjs +1 -1
- package/_cjs/Scope/ReleaseMap/constructors.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/definition.cjs +2 -4
- package/_cjs/Scope/ReleaseMap/definition.cjs.map +1 -1
- package/_cjs/Scope/api.cjs +20 -30
- package/_cjs/Scope/api.cjs.map +1 -1
- package/_cjs/ScopedRef/api.cjs +14 -22
- package/_cjs/ScopedRef/api.cjs.map +1 -1
- package/_cjs/Sink/api.cjs +92 -88
- package/_cjs/Sink/api.cjs.map +1 -1
- package/_cjs/State/api.cjs +5 -7
- package/_cjs/State/api.cjs.map +1 -1
- package/_cjs/Stream/api/zipAllWith.cjs +22 -24
- package/_cjs/Stream/api/zipAllWith.cjs.map +1 -1
- package/_cjs/Stream/api/zipWith.cjs +2 -2
- package/_cjs/Stream/api/zipWith.cjs.map +1 -1
- package/_cjs/Stream/api/zipWithChunks.cjs +20 -22
- package/_cjs/Stream/api/zipWithChunks.cjs.map +1 -1
- package/_cjs/Stream/api.cjs +436 -419
- package/_cjs/Stream/api.cjs.map +1 -1
- package/_cjs/Stream/internal/Handoff.cjs +12 -12
- package/_cjs/Stream/internal/Handoff.cjs.map +1 -1
- package/_cjs/Stream/internal/Pull.cjs +1 -1
- package/_cjs/Stream/internal/Pull.cjs.map +1 -1
- package/_cjs/Stream/internal/Take.cjs +1 -1
- package/_cjs/Stream/internal/Take.cjs.map +1 -1
- package/_cjs/Supervisor/api.cjs +3 -1
- package/_cjs/Supervisor/api.cjs.map +1 -1
- package/_cjs/Supervisor/constructors.cjs +14 -8
- package/_cjs/Supervisor/constructors.cjs.map +1 -1
- package/_cjs/TFuture/api.cjs +10 -10
- package/_cjs/TFuture/api.cjs.map +1 -1
- package/_cjs/TFuture/constructors.cjs +4 -4
- package/_cjs/TFuture/constructors.cjs.map +1 -1
- package/_cjs/TFuture/definition.cjs +2 -4
- package/_cjs/TFuture/definition.cjs.map +1 -1
- package/_cjs/TReentrantLock/api.cjs +41 -42
- package/_cjs/TReentrantLock/api.cjs.map +1 -1
- package/_cjs/TRef/api.cjs +40 -40
- package/_cjs/TRef/api.cjs.map +1 -1
- package/_cjs/TRef/constructors.cjs +6 -6
- package/_cjs/TRef/constructors.cjs.map +1 -1
- package/_cjs/TSemaphore/api.cjs +20 -21
- package/_cjs/TSemaphore/api.cjs.map +1 -1
- package/_cjs/TSemaphore/constructors.cjs +2 -2
- package/_cjs/TSemaphore/constructors.cjs.map +1 -1
- package/_cjs/TSemaphore/definition.cjs +2 -4
- package/_cjs/TSemaphore/definition.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/dropUntilIO.cjs +1 -1
- package/_cjs/collection/immutable/Conc/dropUntilIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/dropWhileIO.cjs +1 -1
- package/_cjs/collection/immutable/Conc/dropWhileIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/filterIO.cjs +5 -7
- package/_cjs/collection/immutable/Conc/filterIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/findIO.cjs +7 -9
- package/_cjs/collection/immutable/Conc/findIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/mapIO.cjs +3 -5
- package/_cjs/collection/immutable/Conc/mapIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/takeWhileIO.cjs +7 -9
- package/_cjs/collection/immutable/Conc/takeWhileIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc.cjs +26 -0
- package/_cjs/collection/immutable/Conc.cjs.map +1 -1
- package/_cjs/data/Exit/foreachIO.cjs +2 -4
- package/_cjs/data/Exit/foreachIO.cjs.map +1 -1
- package/_cjs/global.cjs +6 -0
- package/_cjs/global.cjs.map +1 -0
- package/_cjs/index.cjs +6 -0
- package/_cjs/index.cjs.map +1 -0
- package/_cjs/internal/Scheduler.cjs +64 -14
- package/_cjs/internal/Scheduler.cjs.map +1 -1
- package/_mjs/Cached/api.mjs +5 -5
- package/_mjs/Cached/api.mjs.map +1 -1
- package/_mjs/Channel/api/interruptWhen.mjs +1 -1
- package/_mjs/Channel/api/interruptWhen.mjs.map +1 -1
- package/_mjs/Channel/api/mapOutIOC.mjs +2 -2
- package/_mjs/Channel/api/mapOutIOC.mjs.map +1 -1
- package/_mjs/Channel/api/mergeAllWith.mjs +11 -11
- package/_mjs/Channel/api/mergeAllWith.mjs.map +1 -1
- package/_mjs/Channel/api/mergeWith.mjs +6 -5
- package/_mjs/Channel/api/mergeWith.mjs.map +1 -1
- package/_mjs/Channel/api/run.mjs +2 -1
- package/_mjs/Channel/api/run.mjs.map +1 -1
- package/_mjs/Channel/api.mjs +7 -7
- package/_mjs/Channel/api.mjs.map +1 -1
- package/_mjs/Channel/core-api.mjs.map +1 -1
- package/_mjs/Channel/definition.mjs.map +1 -1
- package/_mjs/Channel/internal/ChannelExecutor.mjs +6 -6
- package/_mjs/Channel/internal/ChannelExecutor.mjs.map +1 -1
- package/_mjs/Channel/internal/ChannelState.mjs +2 -1
- package/_mjs/Channel/internal/ChannelState.mjs.map +1 -1
- package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs +16 -16
- package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs.map +1 -1
- package/_mjs/Clock/live.mjs.map +1 -1
- package/_mjs/Console/api.mjs +4 -3
- package/_mjs/Console/api.mjs.map +1 -1
- package/_mjs/Fiber/FiberContext.mjs +9 -9
- package/_mjs/Fiber/FiberContext.mjs.map +1 -1
- package/_mjs/Fiber/api/await.mjs +1 -1
- package/_mjs/Fiber/api/await.mjs.map +1 -1
- package/_mjs/Fiber/api/awaitAll.mjs +2 -3
- package/_mjs/Fiber/api/awaitAll.mjs.map +1 -1
- package/_mjs/Fiber/api/children.mjs +1 -1
- package/_mjs/Fiber/api/children.mjs.map +1 -1
- package/_mjs/Fiber/api/collectAll.mjs +2 -3
- package/_mjs/Fiber/api/collectAll.mjs.map +1 -1
- package/_mjs/Fiber/api/evalOn.mjs +1 -1
- package/_mjs/Fiber/api/evalOn.mjs.map +1 -1
- package/_mjs/Fiber/api/evalOnIO.mjs +2 -3
- package/_mjs/Fiber/api/evalOnIO.mjs.map +1 -1
- package/_mjs/Fiber/api/fromIO.mjs +2 -3
- package/_mjs/Fiber/api/fromIO.mjs.map +1 -1
- package/_mjs/Fiber/api/id.mjs +1 -1
- package/_mjs/Fiber/api/id.mjs.map +1 -1
- package/_mjs/Fiber/api/inheritRefs.mjs +1 -1
- package/_mjs/Fiber/api/inheritRefs.mjs.map +1 -1
- package/_mjs/Fiber/api/interrupt.mjs +2 -3
- package/_mjs/Fiber/api/interrupt.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAll.mjs +4 -5
- package/_mjs/Fiber/api/interruptAll.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAs.mjs +1 -1
- package/_mjs/Fiber/api/interruptAs.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptFork.mjs +1 -1
- package/_mjs/Fiber/api/interruptFork.mjs.map +1 -1
- package/_mjs/Fiber/api/join.mjs +2 -3
- package/_mjs/Fiber/api/join.mjs.map +1 -1
- package/_mjs/Fiber/api/joinAll.mjs +2 -3
- package/_mjs/Fiber/api/joinAll.mjs.map +1 -1
- package/_mjs/Fiber/api/mapFiber.mjs +2 -3
- package/_mjs/Fiber/api/mapFiber.mjs.map +1 -1
- package/_mjs/Fiber/api/mapIO.mjs +4 -5
- package/_mjs/Fiber/api/mapIO.mjs.map +1 -1
- package/_mjs/Fiber/api/poll.mjs +1 -1
- package/_mjs/Fiber/api/poll.mjs.map +1 -1
- package/_mjs/Fiber/api/zipWith.mjs +2 -3
- package/_mjs/Fiber/api/zipWith.mjs.map +1 -1
- package/_mjs/Fiber/constructors.mjs +10 -11
- package/_mjs/Fiber/constructors.mjs.map +1 -1
- package/_mjs/FiberRef/api/locallyScoped.mjs +2 -3
- package/_mjs/FiberRef/api/locallyScoped.mjs.map +1 -1
- package/_mjs/FiberRef/api/locallyScopedWith.mjs +2 -3
- package/_mjs/FiberRef/api/locallyScopedWith.mjs.map +1 -1
- package/_mjs/FiberRef/api.mjs +13 -14
- package/_mjs/FiberRef/api.mjs.map +1 -1
- package/_mjs/FiberRef/constructors.mjs +4 -5
- package/_mjs/FiberRef/constructors.mjs.map +1 -1
- package/_mjs/FiberRef/unsafe.mjs +6 -0
- package/_mjs/FiberRef/unsafe.mjs.map +1 -1
- package/_mjs/Future/api.mjs +30 -31
- package/_mjs/Future/api.mjs.map +1 -1
- package/_mjs/Future/constructors.mjs +4 -5
- package/_mjs/Future/constructors.mjs.map +1 -1
- package/_mjs/Hub/api.mjs +44 -44
- package/_mjs/Hub/api.mjs.map +1 -1
- package/_mjs/Hub/internal.mjs +16 -24
- package/_mjs/Hub/internal.mjs.map +1 -1
- package/_mjs/IO/api/acquireRelease.mjs +2 -3
- package/_mjs/IO/api/acquireRelease.mjs.map +1 -1
- package/_mjs/IO/api/acquireReleaseExit.mjs +1 -1
- package/_mjs/IO/api/acquireReleaseExit.mjs.map +1 -1
- package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs +1 -1
- package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs.map +1 -1
- package/_mjs/IO/api/addFinalizer.mjs +1 -1
- package/_mjs/IO/api/addFinalizer.mjs.map +1 -1
- package/_mjs/IO/api/addFinalizerExit.mjs +5 -10
- package/_mjs/IO/api/addFinalizerExit.mjs.map +1 -1
- package/_mjs/IO/api/asyncIO.mjs +5 -6
- package/_mjs/IO/api/asyncIO.mjs.map +1 -1
- package/_mjs/IO/api/bracket.mjs +2 -2
- package/_mjs/IO/api/bracket.mjs.map +1 -1
- package/_mjs/IO/api/bracketExit.mjs +2 -3
- package/_mjs/IO/api/bracketExit.mjs.map +1 -1
- package/_mjs/IO/api/concurrency.mjs +7 -7
- package/_mjs/IO/api/concurrency.mjs.map +1 -1
- package/_mjs/IO/api/concurrentFinalizers.mjs +2 -3
- package/_mjs/IO/api/concurrentFinalizers.mjs.map +1 -1
- package/_mjs/IO/api/consoleWith.mjs +3 -3
- package/_mjs/IO/api/consoleWith.mjs.map +1 -1
- package/_mjs/IO/api/core-scope.mjs +4 -4
- package/_mjs/IO/api/core-scope.mjs.map +1 -1
- package/_mjs/IO/api/ensuringChildren.mjs +2 -3
- package/_mjs/IO/api/ensuringChildren.mjs.map +1 -1
- package/_mjs/IO/api/environment.mjs +6 -8
- package/_mjs/IO/api/environment.mjs.map +1 -1
- package/_mjs/IO/api/foreachC.mjs +25 -26
- package/_mjs/IO/api/foreachC.mjs.map +1 -1
- package/_mjs/IO/api/foreachExec.mjs +2 -3
- package/_mjs/IO/api/foreachExec.mjs.map +1 -1
- package/_mjs/IO/api/forkIn.mjs +1 -1
- package/_mjs/IO/api/forkIn.mjs.map +1 -1
- package/_mjs/IO/api/forkScoped.mjs +1 -1
- package/_mjs/IO/api/forkScoped.mjs.map +1 -1
- package/_mjs/IO/api/fulfill.mjs +2 -3
- package/_mjs/IO/api/fulfill.mjs.map +1 -1
- package/_mjs/IO/api/interrupt.mjs +13 -13
- package/_mjs/IO/api/interrupt.mjs.map +1 -1
- package/_mjs/IO/api/memoize.mjs +4 -8
- package/_mjs/IO/api/memoize.mjs.map +1 -1
- package/_mjs/IO/api/onExit.mjs +2 -2
- package/_mjs/IO/api/onExit.mjs.map +1 -1
- package/_mjs/IO/api/onTermination.mjs +2 -2
- package/_mjs/IO/api/onTermination.mjs.map +1 -1
- package/_mjs/IO/api/once.mjs +1 -1
- package/_mjs/IO/api/once.mjs.map +1 -1
- package/_mjs/IO/api/provideLayer.mjs +2 -3
- package/_mjs/IO/api/provideLayer.mjs.map +1 -1
- package/_mjs/IO/api/provideSomeLayer.mjs +2 -3
- package/_mjs/IO/api/provideSomeLayer.mjs.map +1 -1
- package/_mjs/IO/api/race.mjs +4 -5
- package/_mjs/IO/api/race.mjs.map +1 -1
- package/_mjs/IO/api/raceFirst.mjs +2 -3
- package/_mjs/IO/api/raceFirst.mjs.map +1 -1
- package/_mjs/IO/api/randomWith.mjs +3 -3
- package/_mjs/IO/api/randomWith.mjs.map +1 -1
- package/_mjs/IO/api/repeat.mjs +10 -11
- package/_mjs/IO/api/repeat.mjs.map +1 -1
- package/_mjs/IO/api/retry.mjs +8 -9
- package/_mjs/IO/api/retry.mjs.map +1 -1
- package/_mjs/IO/api/schedule.mjs +6 -7
- package/_mjs/IO/api/schedule.mjs.map +1 -1
- package/_mjs/IO/api/scope.mjs +1 -1
- package/_mjs/IO/api/scope.mjs.map +1 -1
- package/_mjs/IO/api/scopeWith.mjs +2 -3
- package/_mjs/IO/api/scopeWith.mjs.map +1 -1
- package/_mjs/IO/api/scoped.mjs +4 -5
- package/_mjs/IO/api/scoped.mjs.map +1 -1
- package/_mjs/IO/api/stateful.mjs +1 -1
- package/_mjs/IO/api/stateful.mjs.map +1 -1
- package/_mjs/IO/api/timeout.mjs +3 -4
- package/_mjs/IO/api/timeout.mjs.map +1 -1
- package/_mjs/IO/api/withChildren.mjs +1 -1
- package/_mjs/IO/api/withChildren.mjs.map +1 -1
- package/_mjs/IO/api/withEarlyRelease.mjs +2 -3
- package/_mjs/IO/api/withEarlyRelease.mjs.map +1 -1
- package/_mjs/IO/api/withFinalizer.mjs +2 -2
- package/_mjs/IO/api/withFinalizer.mjs.map +1 -1
- package/_mjs/IO/api/withFinalizerExit.mjs +2 -3
- package/_mjs/IO/api/withFinalizerExit.mjs.map +1 -1
- package/_mjs/IO/api/withRuntimeConfig.mjs +2 -3
- package/_mjs/IO/api/withRuntimeConfig.mjs.map +1 -1
- package/_mjs/IO/api/zipC.mjs +5 -6
- package/_mjs/IO/api/zipC.mjs.map +1 -1
- package/_mjs/IO/api.mjs +112 -112
- package/_mjs/IO/api.mjs.map +1 -1
- package/_mjs/IO/definition.mjs +3 -5
- package/_mjs/IO/definition.mjs.map +1 -1
- package/_mjs/IO/runtime.mjs +61 -18
- package/_mjs/IO/runtime.mjs.map +1 -1
- package/_mjs/IOEnv/live.mjs +2 -1
- package/_mjs/IOEnv/live.mjs.map +1 -1
- package/_mjs/Layer/MemoMap.mjs +43 -60
- package/_mjs/Layer/MemoMap.mjs.map +1 -1
- package/_mjs/Layer/api.mjs +84 -84
- package/_mjs/Layer/api.mjs.map +1 -1
- package/_mjs/Layer/definition.mjs +14 -7
- package/_mjs/Layer/definition.mjs.map +1 -1
- package/_mjs/Queue/api/dimapIO.mjs +14 -14
- package/_mjs/Queue/api/dimapIO.mjs.map +1 -1
- package/_mjs/Queue/api/filterInputIO.mjs +6 -6
- package/_mjs/Queue/api/filterInputIO.mjs.map +1 -1
- package/_mjs/Queue/api/filterOutputIO.mjs +6 -6
- package/_mjs/Queue/api/filterOutputIO.mjs.map +1 -1
- package/_mjs/Queue/api/operations.mjs +13 -13
- package/_mjs/Queue/api/operations.mjs.map +1 -1
- package/_mjs/Queue/api/poll.mjs +2 -3
- package/_mjs/Queue/api/poll.mjs.map +1 -1
- package/_mjs/Queue/api/takeBetween.mjs +10 -11
- package/_mjs/Queue/api/takeBetween.mjs.map +1 -1
- package/_mjs/Queue/api/zipWithIO.mjs +12 -12
- package/_mjs/Queue/api/zipWithIO.mjs.map +1 -1
- package/_mjs/Queue/constructors.mjs +8 -9
- package/_mjs/Queue/constructors.mjs.map +1 -1
- package/_mjs/Queue/internal.mjs +17 -17
- package/_mjs/Queue/internal.mjs.map +1 -1
- package/_mjs/Queue/strategy.mjs +16 -20
- package/_mjs/Queue/strategy.mjs.map +1 -1
- package/_mjs/Random/api.mjs +14 -13
- package/_mjs/Random/api.mjs.map +1 -1
- package/_mjs/Random/live.mjs +4 -4
- package/_mjs/Random/live.mjs.map +1 -1
- package/_mjs/Ref/Atomic/Atomic.mjs.map +1 -1
- package/_mjs/Ref/Atomic/api.mjs +19 -20
- package/_mjs/Ref/Atomic/api.mjs.map +1 -1
- package/_mjs/Ref/Derived.mjs.map +1 -1
- package/_mjs/Ref/DerivedAll.mjs +1 -1
- package/_mjs/Ref/DerivedAll.mjs.map +1 -1
- package/_mjs/Ref/Synchronized/api.mjs +25 -26
- package/_mjs/Ref/Synchronized/api.mjs.map +1 -1
- package/_mjs/Ref/Synchronized/constructors.mjs +8 -13
- package/_mjs/Ref/Synchronized/constructors.mjs.map +1 -1
- package/_mjs/Ref/Synchronized/definition.mjs +1 -1
- package/_mjs/Ref/Synchronized/definition.mjs.map +1 -1
- package/_mjs/Ref/api/collect.mjs +1 -1
- package/_mjs/Ref/api/collect.mjs.map +1 -1
- package/_mjs/Ref/api/dimap.mjs +12 -12
- package/_mjs/Ref/api/dimap.mjs.map +1 -1
- package/_mjs/Ref/api/filter.mjs +2 -2
- package/_mjs/Ref/api/filter.mjs.map +1 -1
- package/_mjs/Ref/api/get.mjs +1 -1
- package/_mjs/Ref/api/get.mjs.map +1 -1
- package/_mjs/Ref/api/modify.mjs +29 -30
- package/_mjs/Ref/api/modify.mjs.map +1 -1
- package/_mjs/Ref/api/set.mjs +1 -1
- package/_mjs/Ref/api/set.mjs.map +1 -1
- package/_mjs/Ref/constructors.mjs +3 -4
- package/_mjs/Ref/constructors.mjs.map +1 -1
- package/_mjs/STM/api/core-api.mjs +8 -8
- package/_mjs/STM/api/core-api.mjs.map +1 -1
- package/_mjs/STM/api/core-constructors.mjs +6 -6
- package/_mjs/STM/api/core-constructors.mjs.map +1 -1
- package/_mjs/STM/api.mjs +122 -142
- package/_mjs/STM/api.mjs.map +1 -1
- package/_mjs/STM/definition.mjs.map +1 -1
- package/_mjs/STM/driver.mjs +9 -6
- package/_mjs/STM/driver.mjs.map +1 -1
- package/_mjs/STM/internal/Journal.mjs +20 -21
- package/_mjs/STM/internal/Journal.mjs.map +1 -1
- package/_mjs/Schedule/Decision.mjs +9 -0
- package/_mjs/Schedule/Decision.mjs.map +1 -1
- package/_mjs/Schedule/api/driver.mjs +17 -20
- package/_mjs/Schedule/api/driver.mjs.map +1 -1
- package/_mjs/Schedule/api.mjs +198 -177
- package/_mjs/Schedule/api.mjs.map +1 -1
- package/_mjs/Scope/Finalizer/definition.mjs +4 -5
- package/_mjs/Scope/Finalizer/definition.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs +3 -4
- package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/api.mjs +14 -15
- package/_mjs/Scope/ReleaseMap/api.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/constructors.mjs +1 -1
- package/_mjs/Scope/ReleaseMap/constructors.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/definition.mjs +2 -3
- package/_mjs/Scope/ReleaseMap/definition.mjs.map +1 -1
- package/_mjs/Scope/api.mjs +20 -30
- package/_mjs/Scope/api.mjs.map +1 -1
- package/_mjs/ScopedRef/api.mjs +14 -22
- package/_mjs/ScopedRef/api.mjs.map +1 -1
- package/_mjs/Sink/api.mjs +92 -88
- package/_mjs/Sink/api.mjs.map +1 -1
- package/_mjs/State/api.mjs +5 -6
- package/_mjs/State/api.mjs.map +1 -1
- package/_mjs/Stream/api/zipAllWith.mjs +22 -23
- package/_mjs/Stream/api/zipAllWith.mjs.map +1 -1
- package/_mjs/Stream/api/zipWith.mjs +2 -2
- package/_mjs/Stream/api/zipWith.mjs.map +1 -1
- package/_mjs/Stream/api/zipWithChunks.mjs +20 -21
- package/_mjs/Stream/api/zipWithChunks.mjs.map +1 -1
- package/_mjs/Stream/api.mjs +430 -417
- package/_mjs/Stream/api.mjs.map +1 -1
- package/_mjs/Stream/internal/Handoff.mjs +12 -12
- package/_mjs/Stream/internal/Handoff.mjs.map +1 -1
- package/_mjs/Stream/internal/Pull.mjs +1 -1
- package/_mjs/Stream/internal/Pull.mjs.map +1 -1
- package/_mjs/Stream/internal/Take.mjs +1 -1
- package/_mjs/Stream/internal/Take.mjs.map +1 -1
- package/_mjs/Supervisor/api.mjs +2 -1
- package/_mjs/Supervisor/api.mjs.map +1 -1
- package/_mjs/Supervisor/constructors.mjs +9 -6
- package/_mjs/Supervisor/constructors.mjs.map +1 -1
- package/_mjs/TFuture/api.mjs +10 -10
- package/_mjs/TFuture/api.mjs.map +1 -1
- package/_mjs/TFuture/constructors.mjs +4 -4
- package/_mjs/TFuture/constructors.mjs.map +1 -1
- package/_mjs/TFuture/definition.mjs +2 -3
- package/_mjs/TFuture/definition.mjs.map +1 -1
- package/_mjs/TReentrantLock/api.mjs +41 -42
- package/_mjs/TReentrantLock/api.mjs.map +1 -1
- package/_mjs/TRef/api.mjs +40 -40
- package/_mjs/TRef/api.mjs.map +1 -1
- package/_mjs/TRef/constructors.mjs +6 -6
- package/_mjs/TRef/constructors.mjs.map +1 -1
- package/_mjs/TSemaphore/api.mjs +17 -18
- package/_mjs/TSemaphore/api.mjs.map +1 -1
- package/_mjs/TSemaphore/constructors.mjs +2 -2
- package/_mjs/TSemaphore/constructors.mjs.map +1 -1
- package/_mjs/TSemaphore/definition.mjs +2 -3
- package/_mjs/TSemaphore/definition.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/dropUntilIO.mjs +1 -1
- package/_mjs/collection/immutable/Conc/dropUntilIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/dropWhileIO.mjs +1 -1
- package/_mjs/collection/immutable/Conc/dropWhileIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/filterIO.mjs +5 -6
- package/_mjs/collection/immutable/Conc/filterIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/findIO.mjs +7 -8
- package/_mjs/collection/immutable/Conc/findIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/mapIO.mjs +3 -4
- package/_mjs/collection/immutable/Conc/mapIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/takeWhileIO.mjs +7 -8
- package/_mjs/collection/immutable/Conc/takeWhileIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc.mjs +2 -0
- package/_mjs/collection/immutable/Conc.mjs.map +1 -1
- package/_mjs/data/Exit/foreachIO.mjs +2 -3
- package/_mjs/data/Exit/foreachIO.mjs.map +1 -1
- package/_mjs/global.mjs +2 -0
- package/_mjs/global.mjs.map +1 -0
- package/_mjs/index.mjs +2 -0
- package/_mjs/index.mjs.map +1 -0
- package/_mjs/internal/Scheduler.mjs +62 -15
- package/_mjs/internal/Scheduler.mjs.map +1 -1
- package/_src/Cached/api.ts +4 -3
- package/_src/Channel/api/interruptWhen.ts +1 -1
- package/_src/Channel/api/mapOutIOC.ts +2 -2
- package/_src/Channel/api/mergeAll.ts +1 -1
- package/_src/Channel/api/mergeAllUnboundedWith.ts +1 -1
- package/_src/Channel/api/mergeAllWith.ts +3 -3
- package/_src/Channel/api/mergeMap.ts +1 -1
- package/_src/Channel/api/mergeWith.ts +9 -9
- package/_src/Channel/api/runScoped.ts +1 -1
- package/_src/Channel/api/toPull.ts +1 -1
- package/_src/Channel/api/zipC.ts +3 -3
- package/_src/Channel/api.ts +73 -73
- package/_src/Channel/core-api.ts +11 -13
- package/_src/Channel/definition.ts +19 -19
- package/_src/Channel/internal/MergeDecision.ts +1 -1
- package/_src/Clock/live.ts +1 -1
- package/_src/Console/api.ts +1 -1
- package/_src/Fiber/FiberContext.ts +10 -8
- package/_src/Fiber/api/await.ts +1 -1
- package/_src/Fiber/api/awaitAll.ts +1 -1
- package/_src/Fiber/api/children.ts +1 -1
- package/_src/Fiber/api/collectAll.ts +4 -1
- package/_src/Fiber/api/evalOn.ts +6 -1
- package/_src/Fiber/api/evalOnIO.ts +2 -1
- package/_src/Fiber/api/fromIO.ts +1 -1
- package/_src/Fiber/api/id.ts +1 -1
- package/_src/Fiber/api/inheritRefs.ts +1 -1
- package/_src/Fiber/api/interrupt.ts +1 -1
- package/_src/Fiber/api/interruptAll.ts +2 -2
- package/_src/Fiber/api/interruptAs.ts +1 -1
- package/_src/Fiber/api/join.ts +1 -1
- package/_src/Fiber/api/joinAll.ts +1 -1
- package/_src/Fiber/api/mapFiber.ts +5 -1
- package/_src/Fiber/api/mapIO.ts +6 -2
- package/_src/Fiber/api/poll.ts +1 -1
- package/_src/Fiber/api/zipWith.ts +1 -0
- package/_src/Fiber/constructors.ts +5 -5
- package/_src/Fiber/definition.ts +1 -1
- package/_src/FiberRef/api/locallyScoped.ts +1 -1
- package/_src/FiberRef/api/locallyScopedWith.ts +5 -1
- package/_src/FiberRef/api.ts +7 -7
- package/_src/FiberRef/constructors.ts +4 -2
- package/_src/FiberRef/unsafe.ts +7 -0
- package/_src/Future/api.ts +24 -16
- package/_src/Future/constructors.ts +2 -2
- package/_src/Hub/api.ts +50 -23
- package/_src/Hub/definition.ts +6 -6
- package/_src/Hub/internal.ts +15 -15
- package/_src/IO/api/acquireRelease.ts +2 -1
- package/_src/IO/api/acquireReleaseExit.ts +1 -1
- package/_src/IO/api/acquireReleaseInterruptible.ts +1 -1
- package/_src/IO/api/acquireReleaseInterruptibleExit.ts +1 -1
- package/_src/IO/api/addFinalizer.ts +1 -4
- package/_src/IO/api/addFinalizerExit.ts +6 -5
- package/_src/IO/api/asyncIO.ts +4 -1
- package/_src/IO/api/bracket.ts +2 -1
- package/_src/IO/api/bracketExit.ts +2 -1
- package/_src/IO/api/concurrency.ts +6 -3
- package/_src/IO/api/concurrentFinalizers.ts +1 -1
- package/_src/IO/api/consoleWith.ts +1 -1
- package/_src/IO/api/core-scope.ts +1 -1
- package/_src/IO/api/ensuringChildren.ts +3 -2
- package/_src/IO/api/environment.ts +9 -11
- package/_src/IO/api/foreachC.ts +33 -6
- package/_src/IO/api/foreachExec.ts +1 -0
- package/_src/IO/api/forkScoped.ts +1 -1
- package/_src/IO/api/fulfill.ts +1 -1
- package/_src/IO/api/interrupt.ts +13 -5
- package/_src/IO/api/memoize.ts +3 -3
- package/_src/IO/api/onExit.ts +2 -1
- package/_src/IO/api/onTermination.ts +2 -2
- package/_src/IO/api/provideLayer.ts +1 -0
- package/_src/IO/api/provideSomeLayer.ts +1 -3
- package/_src/IO/api/race.ts +6 -2
- package/_src/IO/api/raceFirst.ts +6 -2
- package/_src/IO/api/randomWith.ts +1 -1
- package/_src/IO/api/repeat.ts +7 -7
- package/_src/IO/api/retry.ts +7 -7
- package/_src/IO/api/schedule.ts +4 -3
- package/_src/IO/api/scope.ts +1 -1
- package/_src/IO/api/scopeWith.ts +1 -1
- package/_src/IO/api/scoped.ts +2 -2
- package/_src/IO/api/sequenceT.ts +1 -1
- package/_src/IO/api/stateful.ts +1 -1
- package/_src/IO/api/timeout.ts +5 -1
- package/_src/IO/api/withChildren.ts +1 -1
- package/_src/IO/api/withEarlyRelease.ts +4 -1
- package/_src/IO/api/withFinalizer.ts +2 -1
- package/_src/IO/api/withFinalizerExit.ts +2 -1
- package/_src/IO/api/withRuntimeConfig.ts +5 -1
- package/_src/IO/api/zipC.ts +7 -2
- package/_src/IO/api.ts +125 -75
- package/_src/IO/definition.ts +32 -27
- package/_src/IO/runtime.ts +66 -12
- package/_src/IOEnv/definition.ts +1 -1
- package/_src/Layer/MemoMap.ts +41 -34
- package/_src/Layer/api.ts +82 -49
- package/_src/Layer/definition.ts +11 -8
- package/_src/Queue/api/dimapIO.ts +21 -11
- package/_src/Queue/api/filterInputIO.ts +6 -4
- package/_src/Queue/api/filterOutputIO.ts +8 -6
- package/_src/Queue/api/operations.ts +28 -10
- package/_src/Queue/api/poll.ts +4 -1
- package/_src/Queue/api/takeBetween.ts +6 -1
- package/_src/Queue/api/zipWithIO.ts +13 -10
- package/_src/Queue/constructors.ts +4 -4
- package/_src/Queue/definition.ts +10 -10
- package/_src/Queue/internal.ts +7 -7
- package/_src/Queue/strategy.ts +18 -10
- package/_src/Random/api.ts +5 -5
- package/_src/Random/definition.ts +5 -5
- package/_src/Random/live.ts +4 -4
- package/_src/Ref/Atomic/Atomic.ts +3 -3
- package/_src/Ref/Atomic/api.ts +10 -10
- package/_src/Ref/Derived.ts +3 -3
- package/_src/Ref/DerivedAll.ts +3 -3
- package/_src/Ref/Synchronized/api.ts +33 -18
- package/_src/Ref/Synchronized/constructors.ts +5 -5
- package/_src/Ref/Synchronized/definition.ts +2 -2
- package/_src/Ref/api/collect.ts +1 -0
- package/_src/Ref/api/dimap.ts +7 -0
- package/_src/Ref/api/filter.ts +2 -0
- package/_src/Ref/api/get.ts +5 -2
- package/_src/Ref/api/modify.ts +21 -9
- package/_src/Ref/api/set.ts +5 -1
- package/_src/Ref/constructors.ts +2 -2
- package/_src/Ref/definition.ts +14 -14
- package/_src/STM/api/core-api.ts +20 -7
- package/_src/STM/api/core-constructors.ts +7 -7
- package/_src/STM/api.ts +150 -116
- package/_src/STM/definition.ts +6 -6
- package/_src/STM/driver.ts +3 -3
- package/_src/STM/internal/Journal.ts +25 -16
- package/_src/Schedule/Decision.ts +10 -3
- package/_src/Schedule/Driver.ts +2 -2
- package/_src/Schedule/api/driver.ts +6 -6
- package/_src/Schedule/api.ts +182 -82
- package/_src/Schedule/definition.ts +1 -1
- package/_src/Scope/Finalizer/definition.ts +2 -2
- package/_src/Scope/ReleaseMap/api/releaseAll.ts +6 -1
- package/_src/Scope/ReleaseMap/api.ts +15 -5
- package/_src/Scope/ReleaseMap/definition.ts +1 -1
- package/_src/Scope/api.ts +23 -15
- package/_src/ScopedRef/api.ts +12 -17
- package/_src/ScopedRef/definition.ts +1 -1
- package/_src/Sink/api.ts +111 -85
- package/_src/State/api.ts +1 -1
- package/_src/Stream/api/zipAllWith.ts +5 -2
- package/_src/Stream/api/zipWith.ts +2 -1
- package/_src/Stream/api/zipWithChunks.ts +5 -2
- package/_src/Stream/api.ts +484 -216
- package/_src/Stream/definition.ts +3 -3
- package/_src/Stream/internal/Take.ts +1 -1
- package/_src/Supervisor/constructors.ts +7 -3
- package/_src/TFuture/api.ts +5 -5
- package/_src/TFuture/constructors.ts +2 -2
- package/_src/TFuture/definition.ts +1 -1
- package/_src/TReentrantLock/api.ts +18 -18
- package/_src/TRef/api.ts +36 -14
- package/_src/TRef/constructors.ts +4 -4
- package/_src/TSemaphore/api.ts +7 -7
- package/_src/TSemaphore/constructors.ts +1 -1
- package/_src/TSemaphore/definition.ts +1 -1
- package/_src/collection/immutable/Conc/filterIO.ts +5 -1
- package/_src/collection/immutable/Conc/findIO.ts +6 -1
- package/_src/collection/immutable/Conc/mapIO.ts +1 -1
- package/_src/collection/immutable/Conc/takeWhileIO.ts +5 -1
- package/_src/collection/immutable/Conc.ts +2 -0
- package/_src/data/Exit/foreachIO.ts +1 -0
- package/_src/global.ts +149 -0
- package/_src/index.ts +42 -0
- package/_src/internal/Scheduler.ts +59 -15
- package/collection/immutable/Conc/filterIO.d.ts +1 -1
- package/collection/immutable/Conc/findIO.d.ts +2 -2
- package/collection/immutable/Conc/mapIO.d.ts +1 -1
- package/collection/immutable/Conc/takeWhileIO.d.ts +1 -1
- package/collection/immutable/Conc.d.ts +2 -0
- package/data/Exit/foreachIO.d.ts +2 -2
- package/global.d.ts +149 -0
- package/index.d.ts +40 -0
- package/internal/Scheduler.d.ts +18 -1
- package/package.json +3 -3
package/Stream/definition.d.ts
CHANGED
|
@@ -26,9 +26,9 @@ export declare type StreamTypeId = typeof StreamTypeId;
|
|
|
26
26
|
export declare class Stream<R, E, A> {
|
|
27
27
|
readonly channel: Channel<R, unknown, unknown, unknown, E, Conc<A>, unknown>;
|
|
28
28
|
readonly [StreamTypeId]: StreamTypeId;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
_R: () => R;
|
|
30
|
+
_E: () => E;
|
|
31
|
+
_A: () => A;
|
|
32
32
|
constructor(channel: Channel<R, unknown, unknown, unknown, E, Conc<A>, unknown>);
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Ref } from "@fncts/io/Ref";
|
|
2
2
|
import { Future } from "@fncts/io/Future";
|
|
3
3
|
import { UIO } from "@fncts/io/IO/definition";
|
|
4
|
-
import { Maybe } from "@fncts/base/data/Maybe";
|
|
4
|
+
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
5
5
|
import { Conc } from "@fncts/base/collection/immutable/Conc";
|
|
6
|
-
import { Cause } from "@fncts/base/data/Cause";
|
|
6
|
+
import { Cause } from "@fncts/base/data/Cause/definition";
|
|
7
7
|
import type { SinkEndReason } from "./SinkEndReason.js";
|
|
8
8
|
/**
|
|
9
9
|
* @tsplus type fncts.io.Stream.Handoff
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IO, UIO, FIO } from "@fncts/io/IO/definition";
|
|
2
|
-
import { Maybe } from "@fncts/base/data/Maybe";
|
|
2
|
+
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
3
3
|
import { Conc } from "@fncts/base/collection/immutable/Conc";
|
|
4
|
-
import { Cause } from "@fncts/base/data/Cause";
|
|
4
|
+
import { Cause } from "@fncts/base/data/Cause/definition";
|
|
5
5
|
import type { Queue } from "../../Queue.js";
|
|
6
6
|
import type { Take } from "./Take.js";
|
|
7
7
|
export declare type Pull<R, E, A> = IO<R, Maybe<E>, Conc<A>>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Exit } from "@fncts/base/data/Exit";
|
|
2
|
-
import { Maybe } from "@fncts/base/data/Maybe";
|
|
1
|
+
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
2
|
+
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
3
3
|
import { Conc } from "@fncts/base/collection/immutable/Conc";
|
|
4
4
|
import { FIO, IO, URIO } from "@fncts/io/IO/definition";
|
|
5
|
-
import { Cause } from "@fncts/base/data/Cause";
|
|
5
|
+
import { Cause } from "@fncts/base/data/Cause/definition";
|
|
6
6
|
import type { Pull } from "./Pull.js";
|
|
7
7
|
/**
|
|
8
8
|
* A `Take<E, A>` represents a single `take` from a queue modeling a stream of
|
|
@@ -39,7 +39,7 @@ export declare function match_<E, A, Z>(self: Take<E, A>, end: Z, error: (cause:
|
|
|
39
39
|
* @tsplus fluent fncts.io.Stream.Take matchIO
|
|
40
40
|
* @tsplus location "@fncts/io/Stream/internal/Take"
|
|
41
41
|
*/
|
|
42
|
-
export declare function matchIO_<R, R1, R2, E, E1, E2, E3, A, Z>(self: Take<E, A>, end: IO<R, E1, Z>, error: (cause: Cause<E>) => IO<R1, E2, Z>, value: (chunk: Conc<A>) => IO<R2, E3, Z>): IO<R
|
|
42
|
+
export declare function matchIO_<R, R1, R2, E, E1, E2, E3, A, Z>(self: Take<E, A>, end: IO<R, E1, Z>, error: (cause: Cause<E>) => IO<R1, E2, Z>, value: (chunk: Conc<A>) => IO<R2, E3, Z>): IO<R | R1 | R2, E1 | E2 | E3, Z>;
|
|
43
43
|
/**
|
|
44
44
|
* Checks if this `take` is done (`Take.end`).
|
|
45
45
|
* @tsplus getter fncts.io.Stream.Take isDone
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Conc } from "@fncts/base/collection/immutable/Conc";
|
|
2
|
-
import { Either } from "@fncts/base/data/Either";
|
|
2
|
+
import { Either } from "@fncts/base/data/Either/definition";
|
|
3
3
|
export declare function zipChunks<A, B, C>(fa: Conc<A>, fb: Conc<B>, f: (a: A, b: B) => C): readonly [Conc<C>, Either<Conc<A>, Conc<B>>];
|
package/Supervisor/api.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Supervisor } from "@fncts/io/Supervisor/definition";
|
|
2
|
-
import { Environment } from "@fncts/base/data/Environment";
|
|
2
|
+
import { Environment } from "@fncts/base/data/Environment/definition";
|
|
3
3
|
import { IO } from "@fncts/io/IO/definition";
|
|
4
|
-
import { Maybe } from "@fncts/base/data/Maybe";
|
|
4
|
+
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
5
5
|
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
6
|
-
import { Exit } from "@fncts/base/data/Exit";
|
|
6
|
+
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
7
7
|
/**
|
|
8
8
|
* @tsplus fluent fncts.io.Supervisor zip
|
|
9
9
|
* @tsplus location "@fncts/io/Supervisor/api"
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { Supervisor } from "@fncts/io/Supervisor/definition";
|
|
2
2
|
import { Conc } from "@fncts/base/collection/immutable/Conc";
|
|
3
3
|
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
4
|
-
import { Environment } from "@fncts/base/data/Environment";
|
|
4
|
+
import { Environment } from "@fncts/base/data/Environment/definition";
|
|
5
5
|
import { IO, UIO } from "@fncts/io/IO/definition";
|
|
6
|
-
import { Maybe } from "@fncts/base/data/Maybe";
|
|
7
|
-
import { Exit } from "@fncts/base/data/Exit";
|
|
8
|
-
import { HashSet } from "@fncts/base/collection/immutable/HashSet";
|
|
6
|
+
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
7
|
+
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
8
|
+
import { HashSet } from "@fncts/base/collection/immutable/HashSet/definition";
|
|
9
9
|
import type { AtomicReference } from "@fncts/base/internal/AtomicReference";
|
|
10
10
|
import { ConstSupervisor } from "./definition.js";
|
|
11
11
|
/**
|
|
12
12
|
* @tsplus static fncts.io.SupervisorOps unsafeTrack
|
|
13
13
|
* @tsplus location "@fncts/io/Supervisor/constructors"
|
|
14
14
|
*/
|
|
15
|
-
export declare function unsafeTrack(): Supervisor<Conc<Fiber.Runtime<any, any>>>;
|
|
15
|
+
export declare function unsafeTrack(weak: boolean): Supervisor<Conc<Fiber.Runtime<any, any>>>;
|
|
16
16
|
/**
|
|
17
17
|
* @tsplus static fncts.io.SupervisorOps fibersIn
|
|
18
18
|
* @tsplus location "@fncts/io/Supervisor/constructors"
|
|
@@ -32,4 +32,4 @@ export declare const none: ConstSupervisor<void>;
|
|
|
32
32
|
* @tsplus static fncts.io.SupervisorOps track
|
|
33
33
|
* @tsplus location "@fncts/io/Supervisor/constructors"
|
|
34
34
|
*/
|
|
35
|
-
export declare
|
|
35
|
+
export declare function track(weak: boolean, __tsplusTrace?: string): UIO<Supervisor<Conc<Fiber.Runtime<any, any>>>>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { UIO, IO } from "@fncts/io/IO/definition";
|
|
2
|
-
import { Environment } from "@fncts/base/data/Environment";
|
|
3
|
-
import { Maybe } from "@fncts/base/data/Maybe";
|
|
2
|
+
import { Environment } from "@fncts/base/data/Environment/definition";
|
|
3
|
+
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
4
4
|
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
5
|
-
import { Exit } from "@fncts/base/data/Exit";
|
|
5
|
+
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
6
6
|
/**
|
|
7
7
|
* @tsplus type fncts.io.Supervisor
|
|
8
8
|
* @tsplus companion fncts.io.SupervisorOps
|
package/TExit/constructors.d.ts
CHANGED
package/TExit/definition.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Hashable } from "@fncts/base/typeclass/Hashable";
|
|
2
2
|
import { Equatable } from "@fncts/base/typeclass/Equatable";
|
|
3
|
-
import { FiberId } from "@fncts/base/data/FiberId";
|
|
3
|
+
import { FiberId } from "@fncts/base/data/FiberId/definition";
|
|
4
4
|
/**
|
|
5
5
|
* @tsplus type fncts.TExit
|
|
6
6
|
*/
|
package/TFuture/api.d.ts
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import { TFuture } from "@fncts/io/TFuture/definition";
|
|
2
|
-
import { Either } from "@fncts/base/data/Either";
|
|
2
|
+
import { Either } from "@fncts/base/data/Either/definition";
|
|
3
3
|
import { USTM, STM } from "@fncts/io/STM/definition";
|
|
4
|
-
import { Maybe } from "@fncts/base/data/Maybe";
|
|
4
|
+
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
5
5
|
/**
|
|
6
6
|
* @tsplus fluent fncts.io.TFuture done
|
|
7
7
|
* @tsplus location "@fncts/io/TFuture/api"
|
|
8
8
|
*/
|
|
9
|
-
export declare function done_<E, A>(self: TFuture<E, A>, v: Either<E, A
|
|
9
|
+
export declare function done_<E, A>(self: TFuture<E, A>, v: Either<E, A>, __tsplusTrace?: string): USTM<boolean>;
|
|
10
10
|
/**
|
|
11
11
|
* @tsplus fluent fncts.io.TFuture fail
|
|
12
12
|
* @tsplus location "@fncts/io/TFuture/api"
|
|
13
13
|
*/
|
|
14
|
-
export declare function fail_<E, A>(self: TFuture<E, A>, e: E): USTM<boolean>;
|
|
14
|
+
export declare function fail_<E, A>(self: TFuture<E, A>, e: E, __tsplusTrace?: string): USTM<boolean>;
|
|
15
15
|
/**
|
|
16
16
|
* @tsplus getter fncts.io.TFuture poll
|
|
17
17
|
* @tsplus location "@fncts/io/TFuture/api"
|
|
18
18
|
*/
|
|
19
|
-
export declare function poll<E, A>(self: TFuture<E, A
|
|
19
|
+
export declare function poll<E, A>(self: TFuture<E, A>, __tsplusTrace?: string): USTM<Maybe<Either<E, A>>>;
|
|
20
20
|
/**
|
|
21
21
|
* @tsplus fluent fncts.io.TFuture succeed
|
|
22
22
|
* @tsplus location "@fncts/io/TFuture/api"
|
|
23
23
|
*/
|
|
24
|
-
export declare function succeed_<E, A>(self: TFuture<E, A>, a: A): USTM<boolean>;
|
|
24
|
+
export declare function succeed_<E, A>(self: TFuture<E, A>, a: A, __tsplusTrace?: string): USTM<boolean>;
|
|
25
25
|
/**
|
|
26
26
|
* @tsplus getter fncts.io.TFuture await
|
|
27
27
|
* @tsplus location "@fncts/io/TFuture/api"
|
|
28
28
|
*/
|
|
29
|
-
export declare function wait<E, A>(self: TFuture<E, A
|
|
29
|
+
export declare function wait<E, A>(self: TFuture<E, A>, __tsplusTrace?: string): STM<never, E, A>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { USTM } from "@fncts/io/STM/definition";
|
|
2
2
|
import { TFuture } from "@fncts/io/TFuture/definition";
|
|
3
|
-
import { Maybe } from "@fncts/base/data/Maybe";
|
|
4
|
-
import { Either } from "@fncts/base/data/Either";
|
|
3
|
+
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
4
|
+
import { Either } from "@fncts/base/data/Either/definition";
|
|
5
5
|
import { UIO } from "@fncts/io/IO/definition";
|
|
6
6
|
/**
|
|
7
7
|
* @tsplus static fncts.io.TFutureOps make
|
|
8
8
|
* @tsplus static fncts.io.TFutureOps __call
|
|
9
9
|
* @tsplus location "@fncts/io/TFuture/constructors"
|
|
10
10
|
*/
|
|
11
|
-
export declare function make<E, A>(): USTM<TFuture<E, A>>;
|
|
11
|
+
export declare function make<E, A>(__tsplusTrace?: string): USTM<TFuture<E, A>>;
|
|
12
12
|
/**
|
|
13
13
|
* @tsplus static fncts.io.TFutureOps makeCommit
|
|
14
14
|
* @tsplus location "@fncts/io/TFuture/constructors"
|
|
15
15
|
*/
|
|
16
|
-
export declare function makeCommit<E, A>(): UIO<TFuture<E, A>>;
|
|
16
|
+
export declare function makeCommit<E, A>(__tsplusTrace?: string): UIO<TFuture<E, A>>;
|
package/TFuture/definition.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HKT } from "@fncts/typelevel/HKT";
|
|
2
2
|
import { Newtype, NewtypeIso } from "@fncts/base/data/Newtype";
|
|
3
|
-
import { Maybe } from "@fncts/base/data/Maybe";
|
|
4
|
-
import { Either } from "@fncts/base/data/Either";
|
|
3
|
+
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
4
|
+
import { Either } from "@fncts/base/data/Either/definition";
|
|
5
5
|
import type { UTRef } from "../TRef.js";
|
|
6
6
|
interface TFutureN extends HKT {
|
|
7
|
-
readonly
|
|
7
|
+
readonly type: TFuture<this["E"], this["A"]>;
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* @tsplus type fncts.io.TFuture
|
package/TReentrantLock/api.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { FiberId } from "@fncts/base/data/FiberId";
|
|
1
|
+
import { FiberId } from "@fncts/base/data/FiberId/definition";
|
|
2
2
|
import { USTM } from "@fncts/io/STM/definition";
|
|
3
3
|
import { IO } from "@fncts/io/IO/definition";
|
|
4
|
-
import { Has } from "@fncts/base/typeclass/Has";
|
|
5
4
|
import { Scope } from "@fncts/io/Scope/definition";
|
|
6
5
|
import { ReadLock, TReentrantLock } from "./definition.js";
|
|
7
6
|
/**
|
|
@@ -13,85 +12,85 @@ export declare const emptyReadLock: ReadLock;
|
|
|
13
12
|
* @tsplus static fncts.io.TReentrantLock.ReadLockOps __call
|
|
14
13
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
15
14
|
*/
|
|
16
|
-
export declare function makeReadLock(fiberId: FiberId, count: number): ReadLock;
|
|
15
|
+
export declare function makeReadLock(fiberId: FiberId, count: number, __tsplusTrace?: string): ReadLock;
|
|
17
16
|
/**
|
|
18
17
|
* @tsplus static fncts.io.TReentrantLockOps make
|
|
19
18
|
* @tsplus static fncts.io.TReentrantLockOps __call
|
|
20
19
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
21
20
|
*/
|
|
22
|
-
export declare function make(): USTM<TReentrantLock>;
|
|
21
|
+
export declare function make(__tsplusTrace?: string): USTM<TReentrantLock>;
|
|
23
22
|
/**
|
|
24
23
|
* @tsplus getter fncts.io.TReentrantLock acquireRead
|
|
25
24
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
26
25
|
*/
|
|
27
|
-
export declare function acquireRead(self: TReentrantLock): USTM<number>;
|
|
26
|
+
export declare function acquireRead(self: TReentrantLock, __tsplusTrace?: string): USTM<number>;
|
|
28
27
|
/**
|
|
29
28
|
* @tsplus getter fncts.io.TReentrantLock acquireWrite
|
|
30
29
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
31
30
|
*/
|
|
32
|
-
export declare function acquireWrite(self: TReentrantLock): USTM<number>;
|
|
31
|
+
export declare function acquireWrite(self: TReentrantLock, __tsplusTrace?: string): USTM<number>;
|
|
33
32
|
/**
|
|
34
33
|
* @tsplus getter fncts.io.TReentrantLock releaseRead
|
|
35
34
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
36
35
|
*/
|
|
37
|
-
export declare function releaseRead(self: TReentrantLock): USTM<number>;
|
|
36
|
+
export declare function releaseRead(self: TReentrantLock, __tsplusTrace?: string): USTM<number>;
|
|
38
37
|
/**
|
|
39
38
|
* @tsplus getter fncts.io.TReentrantLock releaseWrite
|
|
40
39
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
41
40
|
*/
|
|
42
|
-
export declare function releaseWrite(self: TReentrantLock): USTM<number>;
|
|
41
|
+
export declare function releaseWrite(self: TReentrantLock, __tsplusTrace?: string): USTM<number>;
|
|
43
42
|
/**
|
|
44
43
|
* @tsplus fluent fncts.io.TReentrantLock withReadLock
|
|
45
44
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
46
45
|
*/
|
|
47
|
-
export declare function withReadLock<R, E, A>(self: TReentrantLock, io: IO<R, E, A
|
|
46
|
+
export declare function withReadLock<R, E, A>(self: TReentrantLock, io: IO<R, E, A>, __tsplusTrace?: string): IO<R, E, A>;
|
|
48
47
|
/**
|
|
49
48
|
* @tsplus fluent fncts.io.TReentrantLock withWriteLock
|
|
50
49
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
51
50
|
*/
|
|
52
|
-
export declare function withWriteLock<R, E, A>(self: TReentrantLock, io: IO<R, E, A
|
|
51
|
+
export declare function withWriteLock<R, E, A>(self: TReentrantLock, io: IO<R, E, A>, __tsplusTrace?: string): IO<R, E, A>;
|
|
53
52
|
/**
|
|
54
53
|
* @tsplus getter fncts.io.TReentrantLock readLock
|
|
55
54
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
56
55
|
*/
|
|
57
|
-
export declare function readLock(self: TReentrantLock, __tsplusTrace?: string): IO<
|
|
56
|
+
export declare function readLock(self: TReentrantLock, __tsplusTrace?: string): IO<Scope, never, number>;
|
|
58
57
|
/**
|
|
59
58
|
* @tsplus getter fncts.io.TReentrantLock writeLock
|
|
60
59
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
61
60
|
*/
|
|
62
|
-
export declare function writeLock(self: TReentrantLock, __tsplusTrace?: string): IO<
|
|
61
|
+
export declare function writeLock(self: TReentrantLock, __tsplusTrace?: string): IO<Scope, never, number>;
|
|
63
62
|
/**
|
|
64
63
|
* @tsplus getter fncts.io.TReentrantLock readLocked
|
|
65
64
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
66
65
|
*/
|
|
67
|
-
export declare function readLocked(self: TReentrantLock): USTM<boolean>;
|
|
66
|
+
export declare function readLocked(self: TReentrantLock, __tsplusTrace?: string): USTM<boolean>;
|
|
68
67
|
/**
|
|
69
68
|
* @tsplus getter fncts.io.TReentrantLock writeLocked
|
|
70
69
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
71
70
|
*/
|
|
72
|
-
export declare function writeLocked(self: TReentrantLock): USTM<boolean>;
|
|
71
|
+
export declare function writeLocked(self: TReentrantLock, __tsplusTrace?: string): USTM<boolean>;
|
|
73
72
|
/**
|
|
74
73
|
* @tsplus getter fncts.io.TReentrantLock locked
|
|
75
74
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
76
75
|
*/
|
|
77
|
-
export declare function locked(self: TReentrantLock): USTM<boolean>;
|
|
76
|
+
export declare function locked(self: TReentrantLock, __tsplusTrace?: string): USTM<boolean>;
|
|
78
77
|
/**
|
|
79
78
|
* @tsplus getter fncts.io.TReentrantLock fiberReadLocks
|
|
80
79
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
81
80
|
*/
|
|
82
|
-
export declare function fiberReadLocks(self: TReentrantLock): USTM<number>;
|
|
81
|
+
export declare function fiberReadLocks(self: TReentrantLock, __tsplusTrace?: string): USTM<number>;
|
|
83
82
|
/**
|
|
84
83
|
* @tsplus getter fncts.io.TReentrantLock fiberWriteLocks
|
|
85
84
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
86
85
|
*/
|
|
87
|
-
export declare function fiberWriteLocks(self: TReentrantLock): USTM<number>;
|
|
86
|
+
export declare function fiberWriteLocks(self: TReentrantLock, __tsplusTrace?: string): USTM<number>;
|
|
88
87
|
/**
|
|
89
88
|
* @tsplus getter fncts.io.TReentrantLock writeLocks
|
|
90
89
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
91
90
|
*/
|
|
92
|
-
export declare function writeLocks(self: TReentrantLock): USTM<number>;
|
|
91
|
+
export declare function writeLocks(self: TReentrantLock, __tsplusTrace?: string): USTM<number>;
|
|
93
92
|
/**
|
|
94
93
|
* @tsplus getter fncts.io.TReentrantLock readLocks
|
|
95
94
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
96
95
|
*/
|
|
97
|
-
export declare function readLocks(self: TReentrantLock): USTM<number>;
|
|
96
|
+
export declare function readLocks(self: TReentrantLock, __tsplusTrace?: string): USTM<number>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UTRef } from "@fncts/io/TRef/definition";
|
|
2
|
-
import { FiberId } from "@fncts/base/data/FiberId";
|
|
3
|
-
import { HashMap } from "@fncts/base/collection/immutable/HashMap";
|
|
2
|
+
import { FiberId } from "@fncts/base/data/FiberId/definition";
|
|
3
|
+
import { HashMap } from "@fncts/base/collection/immutable/HashMap/definition";
|
|
4
4
|
/**
|
|
5
5
|
* A `TReentrantLock` is a reentrant read/write lock. Multiple readers may all
|
|
6
6
|
* concurrently acquire read locks. Only one writer is allowed to acquire a
|
package/TRef/api.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { STM } from "@fncts/io/STM/definition";
|
|
2
|
-
import { Either } from "@fncts/base/data/Either";
|
|
3
|
-
import { Maybe } from "@fncts/base/data/Maybe";
|
|
2
|
+
import { Either } from "@fncts/base/data/Either/definition";
|
|
3
|
+
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
4
4
|
import type { Journal } from "../STM/internal/Journal.js";
|
|
5
5
|
import type { TRef } from "../TRef/definition.js";
|
|
6
6
|
/**
|
|
@@ -8,78 +8,78 @@ import type { TRef } from "../TRef/definition.js";
|
|
|
8
8
|
* @tsplus getter fncts.io.TRef get
|
|
9
9
|
* @tsplus location "@fncts/io/TRef/api"
|
|
10
10
|
*/
|
|
11
|
-
export declare function get<EA, EB, A, B>(self: TRef<EA, EB, A, B
|
|
11
|
+
export declare function get<EA, EB, A, B>(self: TRef<EA, EB, A, B>, __tsplusTrace?: string): STM<never, EB, B>;
|
|
12
12
|
/**
|
|
13
13
|
* Updates the value of the variable, returning a function of the specified
|
|
14
14
|
* value.
|
|
15
15
|
* @tsplus fluent fncts.io.TRef modify
|
|
16
16
|
* @tsplus location "@fncts/io/TRef/api"
|
|
17
17
|
*/
|
|
18
|
-
export declare function modify_<E, A, B>(self: TRef<E, E, A, A>, f: (a: A) => readonly [B, A]): STM<
|
|
18
|
+
export declare function modify_<E, A, B>(self: TRef<E, E, A, A>, f: (a: A) => readonly [B, A], __tsplusTrace?: string): STM<never, E, B>;
|
|
19
19
|
/**
|
|
20
20
|
* Sets the value of the `TRef`.
|
|
21
21
|
* @tsplus fluent fncts.io.TRef set
|
|
22
22
|
* @tsplus location "@fncts/io/TRef/api"
|
|
23
23
|
*/
|
|
24
|
-
export declare function set_<EA, EB, A, B>(self: TRef<EA, EB, A, B>, a: A): STM<
|
|
24
|
+
export declare function set_<EA, EB, A, B>(self: TRef<EA, EB, A, B>, a: A, __tsplusTrace?: string): STM<never, EA, void>;
|
|
25
25
|
/**
|
|
26
26
|
* Unsafely retrieves the value of the `TRef`.
|
|
27
27
|
* @tsplus fluent fncts.io.TRef unsafeGet
|
|
28
28
|
* @tsplus location "@fncts/io/TRef/api"
|
|
29
29
|
*/
|
|
30
|
-
export declare function unsafeGet_<EA, EB, A, B>(self: TRef<EA, EB, A, B>, journal: Journal): A;
|
|
30
|
+
export declare function unsafeGet_<EA, EB, A, B>(self: TRef<EA, EB, A, B>, journal: Journal, __tsplusTrace?: string): A;
|
|
31
31
|
/**
|
|
32
32
|
* Updates the value of the variable, returning a function of the specified
|
|
33
33
|
* value.
|
|
34
34
|
* @tsplus fluent fncts.io.TRef modifyJust
|
|
35
35
|
* @tsplus location "@fncts/io/TRef/api"
|
|
36
36
|
*/
|
|
37
|
-
export declare function modifyJust_<E, A, B>(self: TRef<E, E, A, A>, b: B, f: (a: A) => Maybe<readonly [B, A]
|
|
37
|
+
export declare function modifyJust_<E, A, B>(self: TRef<E, E, A, A>, b: B, f: (a: A) => Maybe<readonly [B, A]>, __tsplusTrace?: string): STM<never, E, B>;
|
|
38
38
|
/**
|
|
39
39
|
* Sets the value of the `TRef` and returns the old value.
|
|
40
40
|
* @tsplus fluent fncts.io.TRef getAndSet
|
|
41
41
|
* @tsplus location "@fncts/io/TRef/api"
|
|
42
42
|
*/
|
|
43
|
-
export declare function getAndSet_<E, A>(self: TRef<E, E, A, A>, a: A): STM<
|
|
43
|
+
export declare function getAndSet_<E, A>(self: TRef<E, E, A, A>, a: A, __tsplusTrace?: string): STM<never, E, A>;
|
|
44
44
|
/**
|
|
45
45
|
* Updates the value of the variable and returns the old value.
|
|
46
46
|
* @tsplus fluent fncts.io.TRef getAndUpdate
|
|
47
47
|
* @tsplus location "@fncts/io/TRef/api"
|
|
48
48
|
*/
|
|
49
|
-
export declare function getAndUpdate_<E, A>(self: TRef<E, E, A, A>, f: (a: A) => A): STM<
|
|
49
|
+
export declare function getAndUpdate_<E, A>(self: TRef<E, E, A, A>, f: (a: A) => A, __tsplusTrace?: string): STM<never, E, A>;
|
|
50
50
|
/**
|
|
51
51
|
* Updates some values of the variable but leaves others alone, returning the
|
|
52
52
|
* old value.
|
|
53
53
|
* @tsplus fluent fncts.io.TRef getAndUpdateJust
|
|
54
54
|
* @tsplus location "@fncts/io/TRef/api"
|
|
55
55
|
*/
|
|
56
|
-
export declare function getAndUpdateJust_<E, A>(self: TRef<E, E, A, A>, f: (a: A) => Maybe<A
|
|
56
|
+
export declare function getAndUpdateJust_<E, A>(self: TRef<E, E, A, A>, f: (a: A) => Maybe<A>, __tsplusTrace?: string): STM<never, E, A>;
|
|
57
57
|
/**
|
|
58
58
|
* Updates the value of the variable.
|
|
59
59
|
* @tsplus fluent fncts.io.TRef update
|
|
60
60
|
* @tsplus location "@fncts/io/TRef/api"
|
|
61
61
|
*/
|
|
62
|
-
export declare function update_<E, A>(self: TRef<E, E, A, A>, f: (a: A) => A): STM<
|
|
62
|
+
export declare function update_<E, A>(self: TRef<E, E, A, A>, f: (a: A) => A, __tsplusTrace?: string): STM<never, E, void>;
|
|
63
63
|
/**
|
|
64
64
|
* Updates some values of the variable but leaves others alone.
|
|
65
65
|
* @tsplus fluent fncts.io.TRef updateJust
|
|
66
66
|
* @tsplus location "@fncts/io/TRef/api"
|
|
67
67
|
*/
|
|
68
|
-
export declare function updateJust_<E, A>(self: TRef<E, E, A, A>, f: (a: A) => Maybe<A
|
|
68
|
+
export declare function updateJust_<E, A>(self: TRef<E, E, A, A>, f: (a: A) => Maybe<A>, __tsplusTrace?: string): STM<never, E, void>;
|
|
69
69
|
/**
|
|
70
70
|
* Updates the value of the variable and returns the new value.
|
|
71
71
|
* @tsplus fluent fncts.io.TRef updateAndGet
|
|
72
72
|
* @tsplus location "@fncts/io/TRef/api"
|
|
73
73
|
*/
|
|
74
|
-
export declare function updateAndGet_<E, A>(self: TRef<E, E, A, A>, f: (a: A) => A): STM<
|
|
74
|
+
export declare function updateAndGet_<E, A>(self: TRef<E, E, A, A>, f: (a: A) => A, __tsplusTrace?: string): STM<never, E, A>;
|
|
75
75
|
/**
|
|
76
76
|
* Updates some values of the variable but leaves others alone.
|
|
77
77
|
* @tsplus fluent fncts.io.TRef updateJustAndGet
|
|
78
78
|
* @tsplus location "@fncts/io/TRef/api"
|
|
79
79
|
*/
|
|
80
|
-
export declare function updateJustAndGet_<E, A>(self: TRef<E, E, A, A>, f: (a: A) => Maybe<A
|
|
80
|
+
export declare function updateJustAndGet_<E, A>(self: TRef<E, E, A, A>, f: (a: A) => Maybe<A>, __tsplusTrace?: string): STM<never, E, A>;
|
|
81
81
|
/**
|
|
82
82
|
* @tsplus fluent fncts.io.TRef unsafeSet
|
|
83
83
|
* @tsplus location "@fncts/io/TRef/api"
|
|
84
84
|
*/
|
|
85
|
-
export declare function unsafeSet_<EA, EB, A, B>(self: TRef<EA, EB, A, B>, journal: Journal, a: A): void;
|
|
85
|
+
export declare function unsafeSet_<EA, EB, A, B>(self: TRef<EA, EB, A, B>, journal: Journal, a: A, __tsplusTrace?: string): void;
|
package/TRef/constructors.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { STM } from "@fncts/io/STM/definition";
|
|
2
|
-
import { Lazy } from "@fncts/base/data/function";
|
|
2
|
+
import { Lazy } from "@fncts/base/data/function/definition";
|
|
3
3
|
import { UIO } from "@fncts/io/IO/definition";
|
|
4
4
|
import type { UTRef } from "./definition.js";
|
|
5
5
|
/**
|
|
@@ -7,13 +7,13 @@ import type { UTRef } from "./definition.js";
|
|
|
7
7
|
* @tsplus static fncts.io.TRefOps makeNow
|
|
8
8
|
* @tsplus location "@fncts/io/TRef/constructors"
|
|
9
9
|
*/
|
|
10
|
-
export declare function makeNow<A>(a: A): STM<
|
|
10
|
+
export declare function makeNow<A>(a: A, __tsplusTrace?: string): STM<never, never, UTRef<A>>;
|
|
11
11
|
/**
|
|
12
12
|
* Makes a new `TRef` that is initialized to the specified value.
|
|
13
13
|
* @tsplus static fncts.io.TRefOps make
|
|
14
14
|
* @tsplus location "@fncts/io/TRef/constructors"
|
|
15
15
|
*/
|
|
16
|
-
export declare function make<A>(a: Lazy<A
|
|
16
|
+
export declare function make<A>(a: Lazy<A>, __tsplusTrace?: string): STM<never, never, UTRef<A>>;
|
|
17
17
|
/**
|
|
18
18
|
* Unsafely makes a new `TRef` that is initialized to the specified value.
|
|
19
19
|
* @tsplus static fncts.io.TRefOps unsafeMake
|
|
@@ -25,8 +25,8 @@ export declare function unsafeMake<A>(a: A): UTRef<A>;
|
|
|
25
25
|
* @tsplus static fncts.io.TRefOps makeCommit
|
|
26
26
|
* @tsplus location "@fncts/io/TRef/constructors"
|
|
27
27
|
*/
|
|
28
|
-
export declare function makeCommit<A>(a: Lazy<A
|
|
28
|
+
export declare function makeCommit<A>(a: Lazy<A>, __tsplusTrace?: string): UIO<UTRef<A>>;
|
|
29
29
|
/**
|
|
30
30
|
* Makes a new `TRef` that is initialized to the specified value.
|
|
31
31
|
*/
|
|
32
|
-
export declare function makeCommitNow<A>(a: A): UIO<UTRef<A>>;
|
|
32
|
+
export declare function makeCommitNow<A>(a: A, __tsplusTrace?: string): UIO<UTRef<A>>;
|
package/TRef/definition.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Either } from "@fncts/base/data/Either";
|
|
2
|
-
import { HashMap } from "@fncts/base/collection/immutable/HashMap";
|
|
1
|
+
import { Either } from "@fncts/base/data/Either/definition";
|
|
2
|
+
import { HashMap } from "@fncts/base/collection/immutable/HashMap/definition";
|
|
3
3
|
import type { Todo } from "../STM/internal/Journal.js";
|
|
4
4
|
import type { Versioned } from "../STM/internal/Versioned.js";
|
|
5
5
|
import type { AtomicReference } from "@fncts/base/internal/AtomicReference";
|
package/TSemaphore/api.d.ts
CHANGED
|
@@ -5,34 +5,34 @@ import { IO } from "@fncts/io/IO/definition";
|
|
|
5
5
|
* @tsplus getter fncts.io.TSemaphore acquire
|
|
6
6
|
* @tsplus location "@fncts/io/TSemaphore/api"
|
|
7
7
|
*/
|
|
8
|
-
export declare function acquire(self: TSemaphore): USTM<void>;
|
|
8
|
+
export declare function acquire(self: TSemaphore, __tsplusTrace?: string): USTM<void>;
|
|
9
9
|
/**
|
|
10
10
|
* @tsplus fluent fncts.io.TSemaphore acquireN
|
|
11
11
|
* @tsplus location "@fncts/io/TSemaphore/api"
|
|
12
12
|
*/
|
|
13
|
-
export declare function acquireN_(self: TSemaphore, n: number): USTM<void>;
|
|
13
|
+
export declare function acquireN_(self: TSemaphore, n: number, __tsplusTrace?: string): USTM<void>;
|
|
14
14
|
/**
|
|
15
15
|
* @tsplus getter fncts.io.TSemaphore available
|
|
16
16
|
* @tsplus location "@fncts/io/TSemaphore/api"
|
|
17
17
|
*/
|
|
18
|
-
export declare function available(self: TSemaphore): USTM<number>;
|
|
18
|
+
export declare function available(self: TSemaphore, __tsplusTrace?: string): USTM<number>;
|
|
19
19
|
/**
|
|
20
20
|
* @tsplus getter fncts.io.TSemaphore release
|
|
21
21
|
* @tsplus location "@fncts/io/TSemaphore/api"
|
|
22
22
|
*/
|
|
23
|
-
export declare function release(self: TSemaphore): USTM<void>;
|
|
23
|
+
export declare function release(self: TSemaphore, __tsplusTrace?: string): USTM<void>;
|
|
24
24
|
/**
|
|
25
25
|
* @tsplus fluent fncts.io.TSemaphore releaseN
|
|
26
26
|
* @tsplus location "@fncts/io/TSemaphore/api"
|
|
27
27
|
*/
|
|
28
|
-
export declare function releaseN_(self: TSemaphore, n: number): USTM<void>;
|
|
28
|
+
export declare function releaseN_(self: TSemaphore, n: number, __tsplusTrace?: string): USTM<void>;
|
|
29
29
|
/**
|
|
30
30
|
* @tsplus getter fncts.io.TSemaphore withPermits
|
|
31
31
|
* @tsplus location "@fncts/io/TSemaphore/api"
|
|
32
32
|
*/
|
|
33
|
-
export declare function
|
|
33
|
+
export declare function withPermits(self: TSemaphore, __tsplusTrace?: string): (n: number) => <R, E, A>(io: import("../IO.js").IO<R, E, A>) => import("../IO.js").IO<R, E, A>;
|
|
34
34
|
/**
|
|
35
35
|
* @tsplus getter fncts.io.TSemaphore withPermit
|
|
36
36
|
* @tsplus location "@fncts/io/TSemaphore/api"
|
|
37
37
|
*/
|
|
38
|
-
export declare function
|
|
38
|
+
export declare function withPermit(self: TSemaphore, __tsplusTrace?: string): <R, E, A>(io: import("../IO.js").IO<R, E, A>) => import("../IO.js").IO<R, E, A>;
|
|
@@ -5,7 +5,7 @@ import { TSemaphore } from "@fncts/io/TSemaphore/definition";
|
|
|
5
5
|
* @tsplus static fncts.io.TSemaphoreOps make
|
|
6
6
|
* @tsplus location "@fncts/io/TSemaphore/constructors"
|
|
7
7
|
*/
|
|
8
|
-
export declare function make(permits: number): USTM<TSemaphore>;
|
|
8
|
+
export declare function make(permits: number, __tsplusTrace?: string): USTM<TSemaphore>;
|
|
9
9
|
/**
|
|
10
10
|
* @tsplus static fncts.io.TSemaphoreOps unsafeMake
|
|
11
11
|
* @tsplus location "@fncts/io/TSemaphore/constructors"
|
|
@@ -2,7 +2,7 @@ import { HKT } from "@fncts/typelevel/HKT";
|
|
|
2
2
|
import { Newtype, NewtypeIso } from "@fncts/base/data/Newtype";
|
|
3
3
|
import { UTRef } from "@fncts/io/TRef/definition";
|
|
4
4
|
interface TSemaphoreN extends HKT {
|
|
5
|
-
readonly
|
|
5
|
+
readonly type: TSemaphore;
|
|
6
6
|
}
|
|
7
7
|
/**
|
|
8
8
|
* @tsplus type fncts.io.TSemaphore
|
package/_cjs/Cached/api.cjs
CHANGED
|
@@ -43,7 +43,7 @@ exports.refresh_ = refresh_;
|
|
|
43
43
|
* @tsplus static fncts.io.CachedOps auto
|
|
44
44
|
*/
|
|
45
45
|
function auto(acquire, policy, __tsplusTrace) {
|
|
46
|
-
return tsplus_module_6.flatMap_(manual_1(acquire), manual => tsplus_module_6.map_(tsplus_module_5.acquireRelease(() => tsplus_module_3.forkDaemon(tsplus_module_2.interruptible(tsplus_module_1.schedule(refresh_1(manual, __tsplusTrace), () => policy, __tsplusTrace), __tsplusTrace), __tsplusTrace), fiber => tsplus_module_4.interrupt(fiber)), () => manual, __tsplusTrace), __tsplusTrace);
|
|
46
|
+
return tsplus_module_6.flatMap_(manual_1(acquire, __tsplusTrace), manual => tsplus_module_6.map_(tsplus_module_5.acquireRelease(() => tsplus_module_3.forkDaemon(tsplus_module_2.interruptible(tsplus_module_1.schedule(refresh_1(manual, __tsplusTrace), () => policy, __tsplusTrace), __tsplusTrace), __tsplusTrace), fiber => tsplus_module_4.interrupt(fiber, __tsplusTrace), __tsplusTrace), () => manual, __tsplusTrace), __tsplusTrace);
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* @tsplus getter fncts.io.Cached get
|
|
@@ -59,8 +59,8 @@ function get_(self, __tsplusTrace) {
|
|
|
59
59
|
*/
|
|
60
60
|
|
|
61
61
|
|
|
62
|
-
function manual_1(acquire) {
|
|
63
|
-
return tsplus_module_6.flatMap_(tsplus_module_7.environment(
|
|
62
|
+
function manual_1(acquire, __tsplusTrace) {
|
|
63
|
+
return tsplus_module_6.flatMap_(tsplus_module_7.environment(__tsplusTrace), env => tsplus_module_6.map_(tsplus_module_8.fromAcquire(tsplus_module_6.result(acquire, __tsplusTrace), __tsplusTrace), ref => new Manual(ref, tsplus_module_7.provideEnvironment_(acquire, env, __tsplusTrace)), __tsplusTrace), __tsplusTrace);
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
class Manual extends _internal.CachedInternal {
|
|
@@ -68,8 +68,8 @@ class Manual extends _internal.CachedInternal {
|
|
|
68
68
|
super();
|
|
69
69
|
this.ref = ref;
|
|
70
70
|
this.acquire = acquire;
|
|
71
|
-
this.get = tsplus_module_6.flatMap_(this.ref.get, tsplus_module_6.fromExitNow, fileName_1 + ":
|
|
72
|
-
this.refresh = this.ref.set(tsplus_module_6.map_(this.acquire, tsplus_module_9.succeed, fileName_1 + ":
|
|
71
|
+
this.get = tsplus_module_6.flatMap_(this.ref.get, tsplus_module_6.fromExitNow, fileName_1 + ":45:51");
|
|
72
|
+
this.refresh = this.ref.set(tsplus_module_6.map_(this.acquire, tsplus_module_9.succeed, fileName_1 + ":46:60"), fileName_1 + ":46:43");
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
}
|
package/_cjs/Cached/api.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.cjs","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;;;;;;MA4BgBA,MAAM;;
|
|
1
|
+
{"version":3,"file":"api.cjs","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;;;;;;MA4BgBA,MAAM;;MAsBNC,QAAQ;;;AAhDxB;;;AAGM,SAAUC,IAAV,CACJC,OADI,EAEJC,MAFI,EAGJC,aAHI,EAGkB;EAEtB,gCACmBC,SAAcH,OAAd,EAHnBE,aAGmB,CADnB,EACQL,MAAM,yBACVO,gEAAkBC,8BAAiBC,2CAJvCJ,aAIuC,GAJvC,MAI+DD,MAAxB,EAJvCC,aAIuC,CAAjB,EAJtBA,aAIsB,CAAlB,EAJJA,aAII,GAAiFK,KAAD,IAAUC,0BAACD,KAAD,EAJ9FL,aAI8F,CAA1F,EAJJA,aAII,CADU,EACiG,MACtGL,MAFK,EAHdK,aAGc,CADd,EAFAA,aAEA;AAKD;AAED;;;;;AAGM,SAAUO,IAAV,CAAgCC,IAAhC,EAA+DR,aAA/D,EAAqF;EACzF;EACA,OAAOQ,IAAI,CAACC,GAAZ;AACD;AAED;;;;;AAGA,kBACEX,OADF,EAEEE,aAFF,EAEwB;EAEtB,gCACgBU,4BAHhBV,aAGgB,CADhB,EACQW,GAAG,yBACKC,mDAAsBd,OAAtB,EAJhBE,aAIgB,GAJhBA,aAIgB,CADL,EACHa,GAAG,IACF,IAAIC,MAAJ,CAAWD,GAAX,EAAgBH,6CAA2BC,GAA3B,EALzBX,aAKyB,CAAhB,CAFE,EAHXA,aAGW,CADX,EAFAA,aAEA;AAKD;;AAED,MAAMc,MAAN,SAAsCC,wBAAtC,CAAqE;EACnEC,YAAqBH,GAArB,EAAqEf,OAArE,EAAwG;IACtG;IADmB;IAAgD;IAGrE,WAA4BmB,8BAAKJ,GAAL,CAASJ,GAAT,EAAYQ,2BAAZ,EAAYC,qBAAZ,CAA5B;IACA,eAA4B,KAAKL,GAAL,CAASM,GAAT,CAAaF,0BAAKnB,OAAL,EAAYsB,uBAAZ,EAAYF,qBAAZ,CAAb,EAA2CA,qBAA3C,CAA5B;EAFC;;AAHkE;AAQrE;;;;;AAGA,mBAA0CV,IAA1C,EAAyER,aAAzE,EAA+F;EAC7F;EACA,OAAOQ,IAAI,CAACa,OAAZ;AACD","names":["manual","refresh_","auto","acquire","policy","__tsplusTrace","manual_1","tsplus_module_5","tsplus_module_2","tsplus_module_1","fiber","tsplus_module_4","get_","self","get","tsplus_module_7","env","tsplus_module_8","ref","Manual","CachedInternal","constructor","tsplus_module_6","fileName_1","set","tsplus_module_9","refresh"],"sourceRoot":"","sources":["../../_src/Cached/api.ts"],"sourcesContent":[null]}
|
|
@@ -49,6 +49,6 @@ function interruptWhen_1(self, io) {
|
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
function interruptWhenFuture_(self, promise) {
|
|
52
|
-
return interruptWhen_1(self, tsplus_module_5.wait(promise));
|
|
52
|
+
return interruptWhen_1(self, tsplus_module_5.wait(promise, fileName_1 + ":36:36"));
|
|
53
53
|
}
|
|
54
54
|
//# sourceMappingURL=interruptWhen.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interruptWhen.cjs","mappings":";;;;;;;;;;;;;;;;;;;;;;;MAWgBA,cAAc;AAT9B;;;;;;;;;;;;AASA,yBACEC,IADF,EAEEC,EAFF,EAEiC;EAE/B,OAAOC,iCACLC,6BAAeF,EAAf,CADK,EAEJG,QAAD,IAAcC,qBAAmBC,4BAAeF,QAAf,EAAuBG,qBAAvB,CAAnB,CAFT,EAGJC,MAAD,IAAYH,qBAAmBC,4BAAeE,MAAf,EAAqBD,qBAArB,CAAnB,CAHP,CAAP;AAKD;AAED;;;;;;;;;;;AASM,SAAUE,oBAAV,CACJT,IADI,EAEJU,OAFI,EAE8B;EAElC,OAAOC,sBAAIC,qBAAeF,OAAf,CAAJ,CAAP;AACD","names":["interruptWhen_","self","io","tsplus_module_4","tsplus_module_1","selfDone","tsplus_module_3","tsplus_module_2","fileName_1","ioDone","interruptWhenFuture_","promise","interruptWhen_1","tsplus_module_5"],"sourceRoot":"","sources":["../../../_src/Channel/api/interruptWhen.ts"],"sourcesContent":[null]}
|
|
1
|
+
{"version":3,"file":"interruptWhen.cjs","mappings":";;;;;;;;;;;;;;;;;;;;;;;MAWgBA,cAAc;AAT9B;;;;;;;;;;;;AASA,yBACEC,IADF,EAEEC,EAFF,EAEiC;EAE/B,OAAOC,iCACLC,6BAAeF,EAAf,CADK,EAEJG,QAAD,IAAcC,qBAAmBC,4BAAeF,QAAf,EAAuBG,qBAAvB,CAAnB,CAFT,EAGJC,MAAD,IAAYH,qBAAmBC,4BAAeE,MAAf,EAAqBD,qBAArB,CAAnB,CAHP,CAAP;AAKD;AAED;;;;;;;;;;;AASM,SAAUE,oBAAV,CACJT,IADI,EAEJU,OAFI,EAE8B;EAElC,OAAOC,sBAAIC,qBAAeF,OAAf,EAAsBH,qBAAtB,CAAJ,CAAP;AACD","names":["interruptWhen_","self","io","tsplus_module_4","tsplus_module_1","selfDone","tsplus_module_3","tsplus_module_2","fileName_1","ioDone","interruptWhenFuture_","promise","interruptWhen_1","tsplus_module_5"],"sourceRoot":"","sources":["../../../_src/Channel/api/interruptWhen.ts"],"sourcesContent":[null]}
|