@fncts/io 0.0.13 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cached/api.d.ts +2 -2
- package/Channel/UpstreamPullStrategy/definition.d.ts +1 -1
- package/Channel/api/mapOutIOC.d.ts +1 -1
- package/Channel/api/mergeAllWith.d.ts +2 -2
- package/Channel/api/mergeWith.d.ts +2 -2
- package/Channel/api/toPull.d.ts +1 -1
- package/Channel/api.d.ts +8 -8
- package/Channel/core-api.d.ts +2 -2
- package/Channel/definition.d.ts +24 -10
- package/Channel/internal/AsyncInputConsumer.d.ts +1 -1
- package/Channel/internal/AsyncInputProducer.d.ts +1 -1
- package/Channel/internal/ChannelExecutor.d.ts +5 -5
- package/Channel/internal/ChannelState.d.ts +1 -1
- package/Channel/internal/MergeDecision.d.ts +1 -1
- package/Channel/internal/MergeState.d.ts +2 -2
- package/Channel/internal/SingleProducerAsyncInput.d.ts +4 -4
- package/Clock/api.d.ts +2 -2
- package/Clock/definition.d.ts +2 -2
- package/Clock/live.d.ts +3 -3
- package/Console/api.d.ts +1 -1
- package/Fiber/FiberContext.d.ts +10 -10
- package/Fiber/api/await.d.ts +2 -2
- package/Fiber/api/awaitAll.d.ts +2 -2
- package/Fiber/api/children.d.ts +1 -1
- package/Fiber/api/collectAll.d.ts +3 -3
- package/Fiber/api/evalOn.d.ts +1 -1
- package/Fiber/api/evalOnIO.d.ts +1 -1
- package/Fiber/api/fromIO.d.ts +1 -1
- package/Fiber/api/id.d.ts +2 -2
- package/Fiber/api/inheritRefs.d.ts +1 -1
- package/Fiber/api/interrupt.d.ts +2 -2
- package/Fiber/api/interruptAll.d.ts +3 -3
- package/Fiber/api/interruptAs.d.ts +3 -3
- package/Fiber/api/join.d.ts +1 -1
- package/Fiber/api/joinAll.d.ts +1 -1
- package/Fiber/api/mapFiber.d.ts +1 -1
- package/Fiber/api/mapIO.d.ts +2 -2
- package/Fiber/api/poll.d.ts +3 -3
- package/Fiber/api/zipWith.d.ts +1 -1
- package/Fiber/constructors.d.ts +8 -8
- package/Fiber/definition.d.ts +3 -3
- package/FiberRef/api/locallyScoped.d.ts +1 -1
- package/FiberRef/api/locallyScopedWith.d.ts +1 -1
- package/FiberRef/api.d.ts +8 -8
- package/FiberRef/constructors.d.ts +2 -2
- package/FiberRef/unsafe.d.ts +5 -5
- package/FiberRefs/api.d.ts +4 -4
- package/FiberRefs/definition.d.ts +3 -3
- package/FiberRefs/join.d.ts +2 -2
- package/FiberScope/constructors.d.ts +1 -1
- package/FiberScope/definition.d.ts +1 -1
- package/FiberState/api.d.ts +1 -1
- package/FiberState/constructors.d.ts +3 -3
- package/FiberState/definition.d.ts +3 -3
- package/FiberStatus/constructors.d.ts +1 -1
- package/FiberStatus/definition.d.ts +1 -1
- package/Future/api.d.ts +18 -18
- package/Future/constructors.d.ts +3 -3
- package/Future/definition.d.ts +2 -2
- package/Hub/api.d.ts +22 -22
- package/Hub/internal.d.ts +1 -1
- package/IO/api/acquireRelease.d.ts +2 -2
- package/IO/api/acquireReleaseExit.d.ts +2 -2
- package/IO/api/acquireReleaseInterruptible.d.ts +1 -1
- package/IO/api/acquireReleaseInterruptibleExit.d.ts +2 -2
- package/IO/api/addFinalizer.d.ts +1 -1
- package/IO/api/addFinalizerExit.d.ts +2 -2
- package/IO/api/asyncIO.d.ts +1 -1
- package/IO/api/bracket.d.ts +2 -2
- package/IO/api/bracketExit.d.ts +3 -3
- package/IO/api/concurrency.d.ts +4 -4
- package/IO/api/concurrentFinalizers.d.ts +1 -1
- package/IO/api/consoleWith.d.ts +1 -1
- package/IO/api/core-scope.d.ts +3 -3
- package/IO/api/ensuringChildren.d.ts +1 -1
- package/IO/api/environment.d.ts +3 -3
- package/IO/api/foreachC.d.ts +2 -2
- package/IO/api/foreachExec.d.ts +1 -1
- package/IO/api/fulfill.d.ts +1 -1
- package/IO/api/interrupt.d.ts +7 -7
- package/IO/api/onExit.d.ts +2 -2
- package/IO/api/onTermination.d.ts +4 -4
- package/IO/api/provideLayer.d.ts +1 -1
- package/IO/api/race.d.ts +1 -1
- package/IO/api/raceFirst.d.ts +1 -1
- package/IO/api/randomWith.d.ts +1 -1
- package/IO/api/repeat.d.ts +6 -6
- package/IO/api/retry.d.ts +5 -5
- package/IO/api/schedule.d.ts +2 -2
- package/IO/api/scopeWith.d.ts +1 -1
- package/IO/api/scoped.d.ts +3 -3
- package/IO/api/sequenceT.d.ts +1 -1
- package/IO/api/sleep.d.ts +2 -2
- package/IO/api/stateful.d.ts +2 -2
- package/IO/api/timeout.d.ts +4 -4
- package/IO/api/withEarlyRelease.d.ts +1 -1
- package/IO/api/withFinalizer.d.ts +1 -1
- package/IO/api/withFinalizerExit.d.ts +2 -2
- package/IO/api/withRuntimeConfig.d.ts +2 -2
- package/IO/api/zipC.d.ts +4 -4
- package/IO/api.d.ts +53 -53
- package/IO/definition.d.ts +16 -10
- package/IO/runtime.d.ts +7 -7
- package/IOEnv/services.d.ts +1 -1
- package/IOSpec.d.ts +6 -6
- package/Layer/MemoMap.d.ts +8 -8
- package/Layer/api.d.ts +39 -39
- package/Layer/definition.d.ts +16 -9
- package/Logger/api.d.ts +2 -2
- package/Logger/definition.d.ts +4 -4
- package/Queue/api/dimapIO.d.ts +6 -6
- package/Queue/api/filterInputIO.d.ts +3 -3
- package/Queue/api/filterOutputIO.d.ts +3 -3
- package/Queue/api/operations.d.ts +10 -10
- package/Queue/api/poll.d.ts +2 -2
- package/Queue/api/takeBetween.d.ts +1 -1
- package/Queue/api/zipWithIO.d.ts +3 -3
- package/Queue/constructors.d.ts +4 -4
- package/Queue/definition.d.ts +3 -3
- package/Queue/strategy.d.ts +10 -10
- package/Random/api.d.ts +5 -5
- package/Random/definition.d.ts +5 -5
- package/Random/live.d.ts +4 -4
- package/Ref/Atomic/Atomic.d.ts +1 -1
- package/Ref/Atomic/api.d.ts +11 -11
- package/Ref/Derived.d.ts +1 -1
- package/Ref/DerivedAll.d.ts +1 -1
- package/Ref/Synchronized/api.d.ts +13 -13
- package/Ref/Synchronized/constructors.d.ts +2 -2
- package/Ref/Synchronized/definition.d.ts +1 -1
- package/Ref/api/collect.d.ts +2 -2
- package/Ref/api/dimap.d.ts +8 -8
- package/Ref/api/filter.d.ts +3 -3
- package/Ref/api/get.d.ts +1 -1
- package/Ref/api/match.d.ts +1 -1
- package/Ref/api/matchAll.d.ts +1 -1
- package/Ref/api/modify.d.ts +10 -10
- package/Ref/api/set.d.ts +1 -1
- package/Ref/constructors.d.ts +3 -3
- package/Ref/definition.d.ts +2 -2
- package/RuntimeConfig.d.ts +2 -2
- package/STM/api/core-api.d.ts +5 -5
- package/STM/api/core-constructors.d.ts +7 -7
- package/STM/api.d.ts +56 -56
- package/STM/definition.d.ts +2 -2
- package/STM/driver.d.ts +2 -2
- package/STM/internal/CommitState.d.ts +1 -1
- package/STM/internal/Journal.d.ts +3 -3
- package/STM/internal/TryCommit.d.ts +1 -1
- package/Schedule/Driver.d.ts +1 -1
- package/Schedule/api/driver.d.ts +1 -1
- package/Schedule/api.d.ts +73 -73
- package/Scope/Finalizer/definition.d.ts +1 -1
- package/Scope/ReleaseMap/api/releaseAll.d.ts +2 -2
- package/Scope/ReleaseMap/api.d.ts +7 -7
- package/Scope/ReleaseMap/definition.d.ts +2 -2
- package/Scope/api.d.ts +9 -9
- package/Scope/definition.d.ts +2 -2
- package/ScopedRef/api.d.ts +1 -1
- package/Sink/api.d.ts +18 -18
- package/State/api.d.ts +2 -2
- package/Stream/api/zipAllWith.d.ts +3 -3
- package/Stream/api/zipWith.d.ts +1 -1
- package/Stream/api/zipWithChunks.d.ts +4 -4
- package/Stream/api.d.ts +169 -162
- package/Stream/internal/Handoff.d.ts +2 -2
- package/Stream/internal/Pull.d.ts +2 -2
- package/Stream/internal/Take.d.ts +3 -3
- package/Stream/internal/util.d.ts +1 -1
- package/Supervisor/api.d.ts +3 -3
- package/Supervisor/constructors.d.ts +4 -4
- package/Supervisor/definition.d.ts +3 -3
- package/TExit/constructors.d.ts +1 -1
- package/TExit/definition.d.ts +1 -1
- package/TFuture/api.d.ts +7 -7
- package/TFuture/constructors.d.ts +4 -4
- package/TFuture/definition.d.ts +2 -2
- package/TReentrantLock/api.d.ts +16 -16
- package/TReentrantLock/definition.d.ts +2 -2
- package/TRef/api.d.ts +15 -15
- package/TRef/constructors.d.ts +5 -5
- package/TRef/definition.d.ts +2 -2
- package/TSemaphore/api.d.ts +7 -7
- package/TSemaphore/constructors.d.ts +1 -1
- package/_cjs/Cached/api.cjs +5 -5
- package/_cjs/Cached/api.cjs.map +1 -1
- package/_cjs/Channel/api/interruptWhen.cjs +1 -1
- package/_cjs/Channel/api/interruptWhen.cjs.map +1 -1
- package/_cjs/Channel/api/mapOutIOC.cjs +2 -2
- package/_cjs/Channel/api/mapOutIOC.cjs.map +1 -1
- package/_cjs/Channel/api/mergeAllWith.cjs +11 -11
- package/_cjs/Channel/api/mergeAllWith.cjs.map +1 -1
- package/_cjs/Channel/api/mergeWith.cjs +5 -5
- package/_cjs/Channel/api/mergeWith.cjs.map +1 -1
- package/_cjs/Channel/api/run.cjs +3 -1
- package/_cjs/Channel/api/run.cjs.map +1 -1
- package/_cjs/Channel/api.cjs +7 -7
- package/_cjs/Channel/api.cjs.map +1 -1
- package/_cjs/Channel/core-api.cjs.map +1 -1
- package/_cjs/Channel/internal/ChannelExecutor.cjs +6 -6
- package/_cjs/Channel/internal/ChannelExecutor.cjs.map +1 -1
- package/_cjs/Channel/internal/ChannelState.cjs +2 -1
- package/_cjs/Channel/internal/ChannelState.cjs.map +1 -1
- package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs +16 -16
- package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs.map +1 -1
- package/_cjs/Clock/definition.cjs +1 -1
- package/_cjs/Clock/definition.cjs.map +1 -1
- package/_cjs/Console/api.cjs +5 -3
- package/_cjs/Console/api.cjs.map +1 -1
- package/_cjs/Console/definition.cjs +1 -1
- package/_cjs/Console/definition.cjs.map +1 -1
- package/_cjs/Fiber/FiberContext.cjs +3 -3
- package/_cjs/Fiber/FiberContext.cjs.map +1 -1
- package/_cjs/Fiber/api/await.cjs +1 -1
- package/_cjs/Fiber/api/await.cjs.map +1 -1
- package/_cjs/Fiber/api/awaitAll.cjs +2 -4
- package/_cjs/Fiber/api/awaitAll.cjs.map +1 -1
- package/_cjs/Fiber/api/children.cjs +1 -1
- package/_cjs/Fiber/api/children.cjs.map +1 -1
- package/_cjs/Fiber/api/collectAll.cjs +2 -4
- package/_cjs/Fiber/api/collectAll.cjs.map +1 -1
- package/_cjs/Fiber/api/evalOn.cjs +1 -1
- package/_cjs/Fiber/api/evalOn.cjs.map +1 -1
- package/_cjs/Fiber/api/evalOnIO.cjs +2 -4
- package/_cjs/Fiber/api/evalOnIO.cjs.map +1 -1
- package/_cjs/Fiber/api/fromIO.cjs +2 -4
- package/_cjs/Fiber/api/fromIO.cjs.map +1 -1
- package/_cjs/Fiber/api/id.cjs +1 -1
- package/_cjs/Fiber/api/id.cjs.map +1 -1
- package/_cjs/Fiber/api/inheritRefs.cjs +1 -1
- package/_cjs/Fiber/api/inheritRefs.cjs.map +1 -1
- package/_cjs/Fiber/api/interrupt.cjs +2 -4
- package/_cjs/Fiber/api/interrupt.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAll.cjs +4 -5
- package/_cjs/Fiber/api/interruptAll.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAs.cjs +1 -1
- package/_cjs/Fiber/api/interruptAs.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptFork.cjs +1 -1
- package/_cjs/Fiber/api/interruptFork.cjs.map +1 -1
- package/_cjs/Fiber/api/join.cjs +2 -4
- package/_cjs/Fiber/api/join.cjs.map +1 -1
- package/_cjs/Fiber/api/joinAll.cjs +2 -4
- package/_cjs/Fiber/api/joinAll.cjs.map +1 -1
- package/_cjs/Fiber/api/mapFiber.cjs +2 -4
- package/_cjs/Fiber/api/mapFiber.cjs.map +1 -1
- package/_cjs/Fiber/api/mapIO.cjs +4 -5
- package/_cjs/Fiber/api/mapIO.cjs.map +1 -1
- package/_cjs/Fiber/api/poll.cjs +1 -1
- package/_cjs/Fiber/api/poll.cjs.map +1 -1
- package/_cjs/Fiber/api/zipWith.cjs +2 -4
- package/_cjs/Fiber/api/zipWith.cjs.map +1 -1
- package/_cjs/Fiber/constructors.cjs +10 -11
- package/_cjs/Fiber/constructors.cjs.map +1 -1
- package/_cjs/FiberRef/api/locallyScoped.cjs +2 -4
- package/_cjs/FiberRef/api/locallyScoped.cjs.map +1 -1
- package/_cjs/FiberRef/api/locallyScopedWith.cjs +2 -4
- package/_cjs/FiberRef/api/locallyScopedWith.cjs.map +1 -1
- package/_cjs/FiberRef/api.cjs +13 -14
- package/_cjs/FiberRef/api.cjs.map +1 -1
- package/_cjs/FiberRef/constructors.cjs +4 -6
- package/_cjs/FiberRef/constructors.cjs.map +1 -1
- package/_cjs/Future/api.cjs +30 -31
- package/_cjs/Future/api.cjs.map +1 -1
- package/_cjs/Future/constructors.cjs +4 -5
- package/_cjs/Future/constructors.cjs.map +1 -1
- package/_cjs/Hub/api.cjs +44 -44
- package/_cjs/Hub/api.cjs.map +1 -1
- package/_cjs/Hub/internal.cjs +14 -14
- package/_cjs/Hub/internal.cjs.map +1 -1
- package/_cjs/IO/api/acquireRelease.cjs +2 -4
- package/_cjs/IO/api/acquireRelease.cjs.map +1 -1
- package/_cjs/IO/api/acquireReleaseExit.cjs +1 -1
- package/_cjs/IO/api/acquireReleaseExit.cjs.map +1 -1
- package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs +1 -1
- package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs.map +1 -1
- package/_cjs/IO/api/addFinalizer.cjs +1 -1
- package/_cjs/IO/api/addFinalizer.cjs.map +1 -1
- package/_cjs/IO/api/addFinalizerExit.cjs +2 -4
- package/_cjs/IO/api/addFinalizerExit.cjs.map +1 -1
- package/_cjs/IO/api/asyncIO.cjs +5 -7
- package/_cjs/IO/api/asyncIO.cjs.map +1 -1
- package/_cjs/IO/api/bracket.cjs +2 -2
- package/_cjs/IO/api/bracket.cjs.map +1 -1
- package/_cjs/IO/api/bracketExit.cjs +2 -4
- package/_cjs/IO/api/bracketExit.cjs.map +1 -1
- package/_cjs/IO/api/concurrency.cjs +7 -7
- package/_cjs/IO/api/concurrency.cjs.map +1 -1
- package/_cjs/IO/api/concurrentFinalizers.cjs +2 -4
- package/_cjs/IO/api/concurrentFinalizers.cjs.map +1 -1
- package/_cjs/IO/api/consoleWith.cjs +3 -3
- package/_cjs/IO/api/consoleWith.cjs.map +1 -1
- package/_cjs/IO/api/core-scope.cjs +4 -4
- package/_cjs/IO/api/core-scope.cjs.map +1 -1
- package/_cjs/IO/api/ensuringChildren.cjs +2 -4
- package/_cjs/IO/api/ensuringChildren.cjs.map +1 -1
- package/_cjs/IO/api/environment.cjs +5 -6
- package/_cjs/IO/api/environment.cjs.map +1 -1
- package/_cjs/IO/api/foreachC.cjs +25 -27
- package/_cjs/IO/api/foreachC.cjs.map +1 -1
- package/_cjs/IO/api/foreachExec.cjs +2 -4
- package/_cjs/IO/api/foreachExec.cjs.map +1 -1
- package/_cjs/IO/api/forkIn.cjs +1 -1
- package/_cjs/IO/api/forkIn.cjs.map +1 -1
- package/_cjs/IO/api/forkScoped.cjs +1 -1
- package/_cjs/IO/api/forkScoped.cjs.map +1 -1
- package/_cjs/IO/api/fulfill.cjs +2 -4
- package/_cjs/IO/api/fulfill.cjs.map +1 -1
- package/_cjs/IO/api/interrupt.cjs +12 -12
- package/_cjs/IO/api/interrupt.cjs.map +1 -1
- package/_cjs/IO/api/memoize.cjs +1 -1
- package/_cjs/IO/api/memoize.cjs.map +1 -1
- package/_cjs/IO/api/onExit.cjs +2 -2
- package/_cjs/IO/api/onExit.cjs.map +1 -1
- package/_cjs/IO/api/onTermination.cjs +2 -2
- package/_cjs/IO/api/onTermination.cjs.map +1 -1
- package/_cjs/IO/api/once.cjs +1 -1
- package/_cjs/IO/api/once.cjs.map +1 -1
- package/_cjs/IO/api/provideLayer.cjs +2 -4
- package/_cjs/IO/api/provideLayer.cjs.map +1 -1
- package/_cjs/IO/api/provideSomeLayer.cjs +1 -1
- package/_cjs/IO/api/provideSomeLayer.cjs.map +1 -1
- package/_cjs/IO/api/race.cjs +4 -6
- package/_cjs/IO/api/race.cjs.map +1 -1
- package/_cjs/IO/api/raceFirst.cjs +2 -4
- package/_cjs/IO/api/raceFirst.cjs.map +1 -1
- package/_cjs/IO/api/randomWith.cjs +3 -3
- package/_cjs/IO/api/randomWith.cjs.map +1 -1
- package/_cjs/IO/api/repeat.cjs +10 -11
- package/_cjs/IO/api/repeat.cjs.map +1 -1
- package/_cjs/IO/api/retry.cjs +8 -9
- package/_cjs/IO/api/retry.cjs.map +1 -1
- package/_cjs/IO/api/schedule.cjs +6 -7
- package/_cjs/IO/api/schedule.cjs.map +1 -1
- package/_cjs/IO/api/scopeWith.cjs +2 -4
- package/_cjs/IO/api/scopeWith.cjs.map +1 -1
- package/_cjs/IO/api/scoped.cjs +4 -5
- package/_cjs/IO/api/scoped.cjs.map +1 -1
- package/_cjs/IO/api/stateful.cjs +1 -1
- package/_cjs/IO/api/stateful.cjs.map +1 -1
- package/_cjs/IO/api/timeout.cjs +3 -4
- package/_cjs/IO/api/timeout.cjs.map +1 -1
- package/_cjs/IO/api/withEarlyRelease.cjs +2 -4
- package/_cjs/IO/api/withEarlyRelease.cjs.map +1 -1
- package/_cjs/IO/api/withFinalizer.cjs +2 -2
- package/_cjs/IO/api/withFinalizer.cjs.map +1 -1
- package/_cjs/IO/api/withFinalizerExit.cjs +2 -4
- package/_cjs/IO/api/withFinalizerExit.cjs.map +1 -1
- package/_cjs/IO/api/withRuntimeConfig.cjs +2 -4
- package/_cjs/IO/api/withRuntimeConfig.cjs.map +1 -1
- package/_cjs/IO/api/zipC.cjs +5 -6
- package/_cjs/IO/api/zipC.cjs.map +1 -1
- package/_cjs/IO/api.cjs +112 -112
- package/_cjs/IO/api.cjs.map +1 -1
- package/_cjs/IOEnv/live.cjs +3 -1
- package/_cjs/IOEnv/live.cjs.map +1 -1
- package/_cjs/Layer/MemoMap.cjs +39 -40
- package/_cjs/Layer/MemoMap.cjs.map +1 -1
- package/_cjs/Layer/api.cjs +81 -82
- package/_cjs/Layer/api.cjs.map +1 -1
- package/_cjs/Layer/definition.cjs +14 -7
- package/_cjs/Layer/definition.cjs.map +1 -1
- package/_cjs/Queue/api/dimapIO.cjs +14 -14
- package/_cjs/Queue/api/dimapIO.cjs.map +1 -1
- package/_cjs/Queue/api/filterInputIO.cjs +6 -6
- package/_cjs/Queue/api/filterInputIO.cjs.map +1 -1
- package/_cjs/Queue/api/filterOutputIO.cjs +6 -6
- package/_cjs/Queue/api/filterOutputIO.cjs.map +1 -1
- package/_cjs/Queue/api/operations.cjs +13 -13
- package/_cjs/Queue/api/operations.cjs.map +1 -1
- package/_cjs/Queue/api/poll.cjs +2 -4
- package/_cjs/Queue/api/poll.cjs.map +1 -1
- package/_cjs/Queue/api/takeBetween.cjs +10 -12
- package/_cjs/Queue/api/takeBetween.cjs.map +1 -1
- package/_cjs/Queue/api/zipWithIO.cjs +12 -12
- package/_cjs/Queue/api/zipWithIO.cjs.map +1 -1
- package/_cjs/Queue/constructors.cjs +8 -10
- package/_cjs/Queue/constructors.cjs.map +1 -1
- package/_cjs/Queue/internal.cjs +15 -15
- package/_cjs/Queue/internal.cjs.map +1 -1
- package/_cjs/Queue/strategy.cjs +16 -16
- package/_cjs/Queue/strategy.cjs.map +1 -1
- package/_cjs/Random/api.cjs +15 -13
- package/_cjs/Random/api.cjs.map +1 -1
- package/_cjs/Random/definition.cjs +1 -1
- package/_cjs/Random/definition.cjs.map +1 -1
- package/_cjs/Random/live.cjs +4 -4
- package/_cjs/Random/live.cjs.map +1 -1
- package/_cjs/Ref/Atomic/api.cjs +19 -21
- package/_cjs/Ref/Atomic/api.cjs.map +1 -1
- package/_cjs/Ref/DerivedAll.cjs +1 -1
- package/_cjs/Ref/DerivedAll.cjs.map +1 -1
- package/_cjs/Ref/Synchronized/api.cjs +25 -26
- package/_cjs/Ref/Synchronized/api.cjs.map +1 -1
- package/_cjs/Ref/Synchronized/constructors.cjs +2 -4
- package/_cjs/Ref/Synchronized/constructors.cjs.map +1 -1
- package/_cjs/Ref/Synchronized/definition.cjs +1 -1
- package/_cjs/Ref/Synchronized/definition.cjs.map +1 -1
- package/_cjs/Ref/api/collect.cjs +1 -1
- package/_cjs/Ref/api/collect.cjs.map +1 -1
- package/_cjs/Ref/api/dimap.cjs +12 -12
- package/_cjs/Ref/api/dimap.cjs.map +1 -1
- package/_cjs/Ref/api/filter.cjs +2 -2
- package/_cjs/Ref/api/filter.cjs.map +1 -1
- package/_cjs/Ref/api/get.cjs +1 -1
- package/_cjs/Ref/api/get.cjs.map +1 -1
- package/_cjs/Ref/api/modify.cjs +29 -30
- package/_cjs/Ref/api/modify.cjs.map +1 -1
- package/_cjs/Ref/api/set.cjs +1 -1
- package/_cjs/Ref/api/set.cjs.map +1 -1
- package/_cjs/Ref/constructors.cjs +3 -4
- package/_cjs/Ref/constructors.cjs.map +1 -1
- package/_cjs/STM/api/core-api.cjs +8 -8
- package/_cjs/STM/api/core-api.cjs.map +1 -1
- package/_cjs/STM/api/core-constructors.cjs +6 -6
- package/_cjs/STM/api/core-constructors.cjs.map +1 -1
- package/_cjs/STM/api.cjs +110 -110
- package/_cjs/STM/api.cjs.map +1 -1
- package/_cjs/STM/driver.cjs +3 -1
- package/_cjs/STM/driver.cjs.map +1 -1
- package/_cjs/Schedule/api/driver.cjs +5 -9
- package/_cjs/Schedule/api/driver.cjs.map +1 -1
- package/_cjs/Schedule/api.cjs +156 -156
- package/_cjs/Schedule/api.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs +3 -5
- package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/api.cjs +14 -15
- package/_cjs/Scope/ReleaseMap/api.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/constructors.cjs +1 -1
- package/_cjs/Scope/ReleaseMap/constructors.cjs.map +1 -1
- package/_cjs/Scope/api.cjs +20 -20
- package/_cjs/Scope/api.cjs.map +1 -1
- package/_cjs/Scope/definition.cjs +1 -1
- package/_cjs/Scope/definition.cjs.map +1 -1
- package/_cjs/ScopedRef/api.cjs +5 -5
- package/_cjs/ScopedRef/api.cjs.map +1 -1
- package/_cjs/Sink/api.cjs +92 -88
- package/_cjs/Sink/api.cjs.map +1 -1
- package/_cjs/State/api.cjs +5 -7
- package/_cjs/State/api.cjs.map +1 -1
- package/_cjs/Stream/api/zipAllWith.cjs +22 -24
- package/_cjs/Stream/api/zipAllWith.cjs.map +1 -1
- package/_cjs/Stream/api/zipWith.cjs +2 -2
- package/_cjs/Stream/api/zipWith.cjs.map +1 -1
- package/_cjs/Stream/api/zipWithChunks.cjs +20 -22
- package/_cjs/Stream/api/zipWithChunks.cjs.map +1 -1
- package/_cjs/Stream/api.cjs +436 -419
- package/_cjs/Stream/api.cjs.map +1 -1
- package/_cjs/Stream/internal/Handoff.cjs +12 -12
- package/_cjs/Stream/internal/Handoff.cjs.map +1 -1
- package/_cjs/Stream/internal/Pull.cjs +1 -1
- package/_cjs/Stream/internal/Pull.cjs.map +1 -1
- package/_cjs/Stream/internal/Take.cjs +1 -1
- package/_cjs/Stream/internal/Take.cjs.map +1 -1
- package/_cjs/Supervisor/api.cjs +3 -1
- package/_cjs/Supervisor/api.cjs.map +1 -1
- package/_cjs/TFuture/api.cjs +10 -10
- package/_cjs/TFuture/api.cjs.map +1 -1
- package/_cjs/TFuture/constructors.cjs +4 -4
- package/_cjs/TFuture/constructors.cjs.map +1 -1
- package/_cjs/TReentrantLock/api.cjs +41 -42
- package/_cjs/TReentrantLock/api.cjs.map +1 -1
- package/_cjs/TRef/api.cjs +40 -40
- package/_cjs/TRef/api.cjs.map +1 -1
- package/_cjs/TRef/constructors.cjs +6 -6
- package/_cjs/TRef/constructors.cjs.map +1 -1
- package/_cjs/TSemaphore/api.cjs +16 -17
- package/_cjs/TSemaphore/api.cjs.map +1 -1
- package/_cjs/TSemaphore/constructors.cjs +2 -2
- package/_cjs/TSemaphore/constructors.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/dropUntilIO.cjs +1 -1
- package/_cjs/collection/immutable/Conc/dropUntilIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/dropWhileIO.cjs +1 -1
- package/_cjs/collection/immutable/Conc/dropWhileIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/filterIO.cjs +5 -7
- package/_cjs/collection/immutable/Conc/filterIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/findIO.cjs +7 -9
- package/_cjs/collection/immutable/Conc/findIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/mapIO.cjs +3 -5
- package/_cjs/collection/immutable/Conc/mapIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/takeWhileIO.cjs +7 -9
- package/_cjs/collection/immutable/Conc/takeWhileIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc.cjs +26 -0
- package/_cjs/collection/immutable/Conc.cjs.map +1 -1
- package/_cjs/data/Exit/foreachIO.cjs +2 -4
- package/_cjs/data/Exit/foreachIO.cjs.map +1 -1
- package/_cjs/global.cjs +6 -0
- package/_cjs/global.cjs.map +1 -0
- package/_cjs/index.cjs +6 -0
- package/_cjs/index.cjs.map +1 -0
- package/_mjs/Cached/api.mjs +5 -5
- package/_mjs/Cached/api.mjs.map +1 -1
- package/_mjs/Channel/api/interruptWhen.mjs +1 -1
- package/_mjs/Channel/api/interruptWhen.mjs.map +1 -1
- package/_mjs/Channel/api/mapOutIOC.mjs +2 -2
- package/_mjs/Channel/api/mapOutIOC.mjs.map +1 -1
- package/_mjs/Channel/api/mergeAllWith.mjs +11 -11
- package/_mjs/Channel/api/mergeAllWith.mjs.map +1 -1
- package/_mjs/Channel/api/mergeWith.mjs +6 -5
- package/_mjs/Channel/api/mergeWith.mjs.map +1 -1
- package/_mjs/Channel/api/run.mjs +2 -1
- package/_mjs/Channel/api/run.mjs.map +1 -1
- package/_mjs/Channel/api.mjs +7 -7
- package/_mjs/Channel/api.mjs.map +1 -1
- package/_mjs/Channel/core-api.mjs.map +1 -1
- package/_mjs/Channel/internal/ChannelExecutor.mjs +6 -6
- package/_mjs/Channel/internal/ChannelExecutor.mjs.map +1 -1
- package/_mjs/Channel/internal/ChannelState.mjs +2 -1
- package/_mjs/Channel/internal/ChannelState.mjs.map +1 -1
- package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs +16 -16
- package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs.map +1 -1
- package/_mjs/Clock/definition.mjs +1 -1
- package/_mjs/Clock/definition.mjs.map +1 -1
- package/_mjs/Console/api.mjs +4 -3
- package/_mjs/Console/api.mjs.map +1 -1
- package/_mjs/Console/definition.mjs +1 -1
- package/_mjs/Console/definition.mjs.map +1 -1
- package/_mjs/Fiber/FiberContext.mjs +4 -3
- package/_mjs/Fiber/FiberContext.mjs.map +1 -1
- package/_mjs/Fiber/api/await.mjs +1 -1
- package/_mjs/Fiber/api/await.mjs.map +1 -1
- package/_mjs/Fiber/api/awaitAll.mjs +2 -3
- package/_mjs/Fiber/api/awaitAll.mjs.map +1 -1
- package/_mjs/Fiber/api/children.mjs +1 -1
- package/_mjs/Fiber/api/children.mjs.map +1 -1
- package/_mjs/Fiber/api/collectAll.mjs +2 -3
- package/_mjs/Fiber/api/collectAll.mjs.map +1 -1
- package/_mjs/Fiber/api/evalOn.mjs +1 -1
- package/_mjs/Fiber/api/evalOn.mjs.map +1 -1
- package/_mjs/Fiber/api/evalOnIO.mjs +2 -3
- package/_mjs/Fiber/api/evalOnIO.mjs.map +1 -1
- package/_mjs/Fiber/api/fromIO.mjs +2 -3
- package/_mjs/Fiber/api/fromIO.mjs.map +1 -1
- package/_mjs/Fiber/api/id.mjs +1 -1
- package/_mjs/Fiber/api/id.mjs.map +1 -1
- package/_mjs/Fiber/api/inheritRefs.mjs +1 -1
- package/_mjs/Fiber/api/inheritRefs.mjs.map +1 -1
- package/_mjs/Fiber/api/interrupt.mjs +2 -3
- package/_mjs/Fiber/api/interrupt.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAll.mjs +4 -5
- package/_mjs/Fiber/api/interruptAll.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAs.mjs +1 -1
- package/_mjs/Fiber/api/interruptAs.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptFork.mjs +1 -1
- package/_mjs/Fiber/api/interruptFork.mjs.map +1 -1
- package/_mjs/Fiber/api/join.mjs +2 -3
- package/_mjs/Fiber/api/join.mjs.map +1 -1
- package/_mjs/Fiber/api/joinAll.mjs +2 -3
- package/_mjs/Fiber/api/joinAll.mjs.map +1 -1
- package/_mjs/Fiber/api/mapFiber.mjs +2 -3
- package/_mjs/Fiber/api/mapFiber.mjs.map +1 -1
- package/_mjs/Fiber/api/mapIO.mjs +4 -5
- package/_mjs/Fiber/api/mapIO.mjs.map +1 -1
- package/_mjs/Fiber/api/poll.mjs +1 -1
- package/_mjs/Fiber/api/poll.mjs.map +1 -1
- package/_mjs/Fiber/api/zipWith.mjs +2 -3
- package/_mjs/Fiber/api/zipWith.mjs.map +1 -1
- package/_mjs/Fiber/constructors.mjs +10 -11
- package/_mjs/Fiber/constructors.mjs.map +1 -1
- package/_mjs/FiberRef/api/locallyScoped.mjs +2 -3
- package/_mjs/FiberRef/api/locallyScoped.mjs.map +1 -1
- package/_mjs/FiberRef/api/locallyScopedWith.mjs +2 -3
- package/_mjs/FiberRef/api/locallyScopedWith.mjs.map +1 -1
- package/_mjs/FiberRef/api.mjs +13 -14
- package/_mjs/FiberRef/api.mjs.map +1 -1
- package/_mjs/FiberRef/constructors.mjs +4 -5
- package/_mjs/FiberRef/constructors.mjs.map +1 -1
- package/_mjs/Future/api.mjs +30 -31
- package/_mjs/Future/api.mjs.map +1 -1
- package/_mjs/Future/constructors.mjs +4 -5
- package/_mjs/Future/constructors.mjs.map +1 -1
- package/_mjs/Hub/api.mjs +44 -44
- package/_mjs/Hub/api.mjs.map +1 -1
- package/_mjs/Hub/internal.mjs +14 -14
- package/_mjs/Hub/internal.mjs.map +1 -1
- package/_mjs/IO/api/acquireRelease.mjs +2 -3
- package/_mjs/IO/api/acquireRelease.mjs.map +1 -1
- package/_mjs/IO/api/acquireReleaseExit.mjs +1 -1
- package/_mjs/IO/api/acquireReleaseExit.mjs.map +1 -1
- package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs +1 -1
- package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs.map +1 -1
- package/_mjs/IO/api/addFinalizer.mjs +1 -1
- package/_mjs/IO/api/addFinalizer.mjs.map +1 -1
- package/_mjs/IO/api/addFinalizerExit.mjs +2 -3
- package/_mjs/IO/api/addFinalizerExit.mjs.map +1 -1
- package/_mjs/IO/api/asyncIO.mjs +5 -6
- package/_mjs/IO/api/asyncIO.mjs.map +1 -1
- package/_mjs/IO/api/bracket.mjs +2 -2
- package/_mjs/IO/api/bracket.mjs.map +1 -1
- package/_mjs/IO/api/bracketExit.mjs +2 -3
- package/_mjs/IO/api/bracketExit.mjs.map +1 -1
- package/_mjs/IO/api/concurrency.mjs +7 -7
- package/_mjs/IO/api/concurrency.mjs.map +1 -1
- package/_mjs/IO/api/concurrentFinalizers.mjs +2 -3
- package/_mjs/IO/api/concurrentFinalizers.mjs.map +1 -1
- package/_mjs/IO/api/consoleWith.mjs +3 -3
- package/_mjs/IO/api/consoleWith.mjs.map +1 -1
- package/_mjs/IO/api/core-scope.mjs +4 -4
- package/_mjs/IO/api/core-scope.mjs.map +1 -1
- package/_mjs/IO/api/ensuringChildren.mjs +2 -3
- package/_mjs/IO/api/ensuringChildren.mjs.map +1 -1
- package/_mjs/IO/api/environment.mjs +5 -6
- package/_mjs/IO/api/environment.mjs.map +1 -1
- package/_mjs/IO/api/foreachC.mjs +25 -26
- package/_mjs/IO/api/foreachC.mjs.map +1 -1
- package/_mjs/IO/api/foreachExec.mjs +2 -3
- package/_mjs/IO/api/foreachExec.mjs.map +1 -1
- package/_mjs/IO/api/forkIn.mjs +1 -1
- package/_mjs/IO/api/forkIn.mjs.map +1 -1
- package/_mjs/IO/api/forkScoped.mjs +1 -1
- package/_mjs/IO/api/forkScoped.mjs.map +1 -1
- package/_mjs/IO/api/fulfill.mjs +2 -3
- package/_mjs/IO/api/fulfill.mjs.map +1 -1
- package/_mjs/IO/api/interrupt.mjs +12 -12
- package/_mjs/IO/api/interrupt.mjs.map +1 -1
- package/_mjs/IO/api/memoize.mjs +1 -1
- package/_mjs/IO/api/memoize.mjs.map +1 -1
- package/_mjs/IO/api/onExit.mjs +2 -2
- package/_mjs/IO/api/onExit.mjs.map +1 -1
- package/_mjs/IO/api/onTermination.mjs +2 -2
- package/_mjs/IO/api/onTermination.mjs.map +1 -1
- package/_mjs/IO/api/once.mjs +1 -1
- package/_mjs/IO/api/once.mjs.map +1 -1
- package/_mjs/IO/api/provideLayer.mjs +2 -3
- package/_mjs/IO/api/provideLayer.mjs.map +1 -1
- package/_mjs/IO/api/provideSomeLayer.mjs +1 -1
- package/_mjs/IO/api/provideSomeLayer.mjs.map +1 -1
- package/_mjs/IO/api/race.mjs +4 -5
- package/_mjs/IO/api/race.mjs.map +1 -1
- package/_mjs/IO/api/raceFirst.mjs +2 -3
- package/_mjs/IO/api/raceFirst.mjs.map +1 -1
- package/_mjs/IO/api/randomWith.mjs +3 -3
- package/_mjs/IO/api/randomWith.mjs.map +1 -1
- package/_mjs/IO/api/repeat.mjs +10 -11
- package/_mjs/IO/api/repeat.mjs.map +1 -1
- package/_mjs/IO/api/retry.mjs +8 -9
- package/_mjs/IO/api/retry.mjs.map +1 -1
- package/_mjs/IO/api/schedule.mjs +6 -7
- package/_mjs/IO/api/schedule.mjs.map +1 -1
- package/_mjs/IO/api/scopeWith.mjs +2 -3
- package/_mjs/IO/api/scopeWith.mjs.map +1 -1
- package/_mjs/IO/api/scoped.mjs +4 -5
- package/_mjs/IO/api/scoped.mjs.map +1 -1
- package/_mjs/IO/api/stateful.mjs +1 -1
- package/_mjs/IO/api/stateful.mjs.map +1 -1
- package/_mjs/IO/api/timeout.mjs +3 -4
- package/_mjs/IO/api/timeout.mjs.map +1 -1
- package/_mjs/IO/api/withEarlyRelease.mjs +2 -3
- package/_mjs/IO/api/withEarlyRelease.mjs.map +1 -1
- package/_mjs/IO/api/withFinalizer.mjs +2 -2
- package/_mjs/IO/api/withFinalizer.mjs.map +1 -1
- package/_mjs/IO/api/withFinalizerExit.mjs +2 -3
- package/_mjs/IO/api/withFinalizerExit.mjs.map +1 -1
- package/_mjs/IO/api/withRuntimeConfig.mjs +2 -3
- package/_mjs/IO/api/withRuntimeConfig.mjs.map +1 -1
- package/_mjs/IO/api/zipC.mjs +5 -6
- package/_mjs/IO/api/zipC.mjs.map +1 -1
- package/_mjs/IO/api.mjs +112 -112
- package/_mjs/IO/api.mjs.map +1 -1
- package/_mjs/IOEnv/live.mjs +2 -1
- package/_mjs/IOEnv/live.mjs.map +1 -1
- package/_mjs/Layer/MemoMap.mjs +37 -38
- package/_mjs/Layer/MemoMap.mjs.map +1 -1
- package/_mjs/Layer/api.mjs +82 -83
- package/_mjs/Layer/api.mjs.map +1 -1
- package/_mjs/Layer/definition.mjs +14 -7
- package/_mjs/Layer/definition.mjs.map +1 -1
- package/_mjs/Queue/api/dimapIO.mjs +14 -14
- package/_mjs/Queue/api/dimapIO.mjs.map +1 -1
- package/_mjs/Queue/api/filterInputIO.mjs +6 -6
- package/_mjs/Queue/api/filterInputIO.mjs.map +1 -1
- package/_mjs/Queue/api/filterOutputIO.mjs +6 -6
- package/_mjs/Queue/api/filterOutputIO.mjs.map +1 -1
- package/_mjs/Queue/api/operations.mjs +13 -13
- package/_mjs/Queue/api/operations.mjs.map +1 -1
- package/_mjs/Queue/api/poll.mjs +2 -3
- package/_mjs/Queue/api/poll.mjs.map +1 -1
- package/_mjs/Queue/api/takeBetween.mjs +10 -11
- package/_mjs/Queue/api/takeBetween.mjs.map +1 -1
- package/_mjs/Queue/api/zipWithIO.mjs +12 -12
- package/_mjs/Queue/api/zipWithIO.mjs.map +1 -1
- package/_mjs/Queue/constructors.mjs +8 -9
- package/_mjs/Queue/constructors.mjs.map +1 -1
- package/_mjs/Queue/internal.mjs +15 -15
- package/_mjs/Queue/internal.mjs.map +1 -1
- package/_mjs/Queue/strategy.mjs +16 -16
- package/_mjs/Queue/strategy.mjs.map +1 -1
- package/_mjs/Random/api.mjs +14 -13
- package/_mjs/Random/api.mjs.map +1 -1
- package/_mjs/Random/definition.mjs +1 -1
- package/_mjs/Random/definition.mjs.map +1 -1
- package/_mjs/Random/live.mjs +4 -4
- package/_mjs/Random/live.mjs.map +1 -1
- package/_mjs/Ref/Atomic/api.mjs +19 -20
- package/_mjs/Ref/Atomic/api.mjs.map +1 -1
- package/_mjs/Ref/DerivedAll.mjs +1 -1
- package/_mjs/Ref/DerivedAll.mjs.map +1 -1
- package/_mjs/Ref/Synchronized/api.mjs +25 -26
- package/_mjs/Ref/Synchronized/api.mjs.map +1 -1
- package/_mjs/Ref/Synchronized/constructors.mjs +2 -3
- package/_mjs/Ref/Synchronized/constructors.mjs.map +1 -1
- package/_mjs/Ref/Synchronized/definition.mjs +1 -1
- package/_mjs/Ref/Synchronized/definition.mjs.map +1 -1
- package/_mjs/Ref/api/collect.mjs +1 -1
- package/_mjs/Ref/api/collect.mjs.map +1 -1
- package/_mjs/Ref/api/dimap.mjs +12 -12
- package/_mjs/Ref/api/dimap.mjs.map +1 -1
- package/_mjs/Ref/api/filter.mjs +2 -2
- package/_mjs/Ref/api/filter.mjs.map +1 -1
- package/_mjs/Ref/api/get.mjs +1 -1
- package/_mjs/Ref/api/get.mjs.map +1 -1
- package/_mjs/Ref/api/modify.mjs +29 -30
- package/_mjs/Ref/api/modify.mjs.map +1 -1
- package/_mjs/Ref/api/set.mjs +1 -1
- package/_mjs/Ref/api/set.mjs.map +1 -1
- package/_mjs/Ref/constructors.mjs +3 -4
- package/_mjs/Ref/constructors.mjs.map +1 -1
- package/_mjs/STM/api/core-api.mjs +8 -8
- package/_mjs/STM/api/core-api.mjs.map +1 -1
- package/_mjs/STM/api/core-constructors.mjs +6 -6
- package/_mjs/STM/api/core-constructors.mjs.map +1 -1
- package/_mjs/STM/api.mjs +110 -110
- package/_mjs/STM/api.mjs.map +1 -1
- package/_mjs/STM/driver.mjs +3 -1
- package/_mjs/STM/driver.mjs.map +1 -1
- package/_mjs/Schedule/api/driver.mjs +6 -9
- package/_mjs/Schedule/api/driver.mjs.map +1 -1
- package/_mjs/Schedule/api.mjs +156 -156
- package/_mjs/Schedule/api.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs +3 -4
- package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/api.mjs +14 -15
- package/_mjs/Scope/ReleaseMap/api.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/constructors.mjs +1 -1
- package/_mjs/Scope/ReleaseMap/constructors.mjs.map +1 -1
- package/_mjs/Scope/api.mjs +20 -20
- package/_mjs/Scope/api.mjs.map +1 -1
- package/_mjs/Scope/definition.mjs +1 -1
- package/_mjs/Scope/definition.mjs.map +1 -1
- package/_mjs/ScopedRef/api.mjs +5 -5
- package/_mjs/ScopedRef/api.mjs.map +1 -1
- package/_mjs/Sink/api.mjs +92 -88
- package/_mjs/Sink/api.mjs.map +1 -1
- package/_mjs/State/api.mjs +5 -6
- package/_mjs/State/api.mjs.map +1 -1
- package/_mjs/Stream/api/zipAllWith.mjs +22 -23
- package/_mjs/Stream/api/zipAllWith.mjs.map +1 -1
- package/_mjs/Stream/api/zipWith.mjs +2 -2
- package/_mjs/Stream/api/zipWith.mjs.map +1 -1
- package/_mjs/Stream/api/zipWithChunks.mjs +20 -21
- package/_mjs/Stream/api/zipWithChunks.mjs.map +1 -1
- package/_mjs/Stream/api.mjs +430 -417
- package/_mjs/Stream/api.mjs.map +1 -1
- package/_mjs/Stream/internal/Handoff.mjs +12 -12
- package/_mjs/Stream/internal/Handoff.mjs.map +1 -1
- package/_mjs/Stream/internal/Pull.mjs +1 -1
- package/_mjs/Stream/internal/Pull.mjs.map +1 -1
- package/_mjs/Stream/internal/Take.mjs +1 -1
- package/_mjs/Stream/internal/Take.mjs.map +1 -1
- package/_mjs/Supervisor/api.mjs +2 -1
- package/_mjs/Supervisor/api.mjs.map +1 -1
- package/_mjs/TFuture/api.mjs +10 -10
- package/_mjs/TFuture/api.mjs.map +1 -1
- package/_mjs/TFuture/constructors.mjs +4 -4
- package/_mjs/TFuture/constructors.mjs.map +1 -1
- package/_mjs/TReentrantLock/api.mjs +41 -42
- package/_mjs/TReentrantLock/api.mjs.map +1 -1
- package/_mjs/TRef/api.mjs +40 -40
- package/_mjs/TRef/api.mjs.map +1 -1
- package/_mjs/TRef/constructors.mjs +6 -6
- package/_mjs/TRef/constructors.mjs.map +1 -1
- package/_mjs/TSemaphore/api.mjs +16 -17
- package/_mjs/TSemaphore/api.mjs.map +1 -1
- package/_mjs/TSemaphore/constructors.mjs +2 -2
- package/_mjs/TSemaphore/constructors.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/dropUntilIO.mjs +1 -1
- package/_mjs/collection/immutable/Conc/dropUntilIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/dropWhileIO.mjs +1 -1
- package/_mjs/collection/immutable/Conc/dropWhileIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/filterIO.mjs +5 -6
- package/_mjs/collection/immutable/Conc/filterIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/findIO.mjs +7 -8
- package/_mjs/collection/immutable/Conc/findIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/mapIO.mjs +3 -4
- package/_mjs/collection/immutable/Conc/mapIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/takeWhileIO.mjs +7 -8
- package/_mjs/collection/immutable/Conc/takeWhileIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc.mjs +2 -0
- package/_mjs/collection/immutable/Conc.mjs.map +1 -1
- package/_mjs/data/Exit/foreachIO.mjs +2 -3
- package/_mjs/data/Exit/foreachIO.mjs.map +1 -1
- package/_mjs/global.mjs +2 -0
- package/_mjs/global.mjs.map +1 -0
- package/_mjs/index.mjs +2 -0
- package/_mjs/index.mjs.map +1 -0
- package/_src/Cached/api.ts +1 -0
- package/_src/Channel/api.ts +4 -4
- package/_src/Channel/core-api.ts +1 -3
- package/_src/Channel/definition.ts +7 -7
- package/_src/Clock/definition.ts +1 -1
- package/_src/Console/api.ts +1 -1
- package/_src/Console/definition.ts +1 -1
- package/_src/Fiber/api/await.ts +1 -1
- package/_src/Fiber/api/awaitAll.ts +1 -1
- package/_src/Fiber/api/children.ts +1 -1
- package/_src/Fiber/api/collectAll.ts +4 -1
- package/_src/Fiber/api/evalOn.ts +6 -1
- package/_src/Fiber/api/evalOnIO.ts +1 -0
- package/_src/Fiber/api/fromIO.ts +1 -1
- package/_src/Fiber/api/id.ts +1 -1
- package/_src/Fiber/api/inheritRefs.ts +1 -1
- package/_src/Fiber/api/interrupt.ts +1 -1
- package/_src/Fiber/api/interruptAll.ts +2 -2
- package/_src/Fiber/api/interruptAs.ts +1 -1
- package/_src/Fiber/api/join.ts +1 -1
- package/_src/Fiber/api/joinAll.ts +1 -1
- package/_src/Fiber/api/mapFiber.ts +5 -1
- package/_src/Fiber/api/mapIO.ts +6 -2
- package/_src/Fiber/api/poll.ts +1 -1
- package/_src/Fiber/api/zipWith.ts +1 -0
- package/_src/Fiber/constructors.ts +5 -5
- package/_src/FiberRef/api/locallyScoped.ts +1 -1
- package/_src/FiberRef/api/locallyScopedWith.ts +5 -1
- package/_src/FiberRef/api.ts +7 -7
- package/_src/FiberRef/constructors.ts +2 -0
- package/_src/Future/api.ts +23 -15
- package/_src/Future/constructors.ts +2 -2
- package/_src/Hub/api.ts +39 -12
- package/_src/IO/api/acquireRelease.ts +1 -0
- package/_src/IO/api/addFinalizer.ts +1 -4
- package/_src/IO/api/addFinalizerExit.ts +4 -1
- package/_src/IO/api/asyncIO.ts +4 -1
- package/_src/IO/api/bracket.ts +1 -0
- package/_src/IO/api/bracketExit.ts +1 -0
- package/_src/IO/api/concurrency.ts +6 -3
- package/_src/IO/api/concurrentFinalizers.ts +1 -1
- package/_src/IO/api/consoleWith.ts +1 -1
- package/_src/IO/api/ensuringChildren.ts +1 -0
- package/_src/IO/api/environment.ts +1 -1
- package/_src/IO/api/foreachC.ts +33 -6
- package/_src/IO/api/foreachExec.ts +1 -0
- package/_src/IO/api/fulfill.ts +1 -1
- package/_src/IO/api/interrupt.ts +10 -2
- package/_src/IO/api/onExit.ts +1 -0
- package/_src/IO/api/onTermination.ts +1 -1
- package/_src/IO/api/provideLayer.ts +1 -0
- package/_src/IO/api/provideSomeLayer.ts +1 -2
- package/_src/IO/api/race.ts +6 -2
- package/_src/IO/api/raceFirst.ts +6 -2
- package/_src/IO/api/randomWith.ts +1 -1
- package/_src/IO/api/repeat.ts +3 -3
- package/_src/IO/api/retry.ts +3 -3
- package/_src/IO/api/schedule.ts +1 -0
- package/_src/IO/api/scopeWith.ts +1 -1
- package/_src/IO/api/scoped.ts +2 -2
- package/_src/IO/api/timeout.ts +5 -1
- package/_src/IO/api/withEarlyRelease.ts +4 -1
- package/_src/IO/api/withFinalizer.ts +1 -0
- package/_src/IO/api/withFinalizerExit.ts +1 -0
- package/_src/IO/api/withRuntimeConfig.ts +5 -1
- package/_src/IO/api/zipC.ts +6 -1
- package/_src/IO/api.ts +82 -32
- package/_src/IO/definition.ts +3 -3
- package/_src/Layer/MemoMap.ts +25 -18
- package/_src/Layer/api.ts +61 -28
- package/_src/Layer/definition.ts +7 -4
- package/_src/Queue/api/dimapIO.ts +11 -1
- package/_src/Queue/api/filterInputIO.ts +2 -0
- package/_src/Queue/api/filterOutputIO.ts +2 -0
- package/_src/Queue/api/operations.ts +28 -10
- package/_src/Queue/api/poll.ts +4 -1
- package/_src/Queue/api/takeBetween.ts +6 -1
- package/_src/Queue/api/zipWithIO.ts +3 -0
- package/_src/Queue/constructors.ts +4 -4
- package/_src/Queue/definition.ts +3 -3
- package/_src/Queue/internal.ts +3 -3
- package/_src/Queue/strategy.ts +14 -6
- package/_src/Random/api.ts +5 -5
- package/_src/Random/definition.ts +6 -6
- package/_src/Random/live.ts +4 -4
- package/_src/Ref/Atomic/api.ts +10 -10
- package/_src/Ref/Synchronized/api.ts +18 -3
- package/_src/Ref/Synchronized/constructors.ts +1 -1
- package/_src/Ref/api/collect.ts +1 -0
- package/_src/Ref/api/dimap.ts +7 -0
- package/_src/Ref/api/filter.ts +2 -0
- package/_src/Ref/api/get.ts +4 -1
- package/_src/Ref/api/modify.ts +13 -1
- package/_src/Ref/api/set.ts +5 -1
- package/_src/Ref/constructors.ts +2 -2
- package/_src/Ref/definition.ts +1 -1
- package/_src/STM/api/core-api.ts +17 -4
- package/_src/STM/api/core-constructors.ts +5 -5
- package/_src/STM/api.ts +106 -41
- package/_src/Schedule/api.ts +98 -18
- package/_src/Scope/ReleaseMap/api/releaseAll.ts +6 -1
- package/_src/Scope/ReleaseMap/api.ts +15 -5
- package/_src/Scope/api.ts +15 -7
- package/_src/Scope/definition.ts +1 -1
- package/_src/Sink/api.ts +39 -10
- package/_src/State/api.ts +1 -1
- package/_src/Stream/api/zipAllWith.ts +3 -0
- package/_src/Stream/api/zipWith.ts +1 -0
- package/_src/Stream/api/zipWithChunks.ts +3 -0
- package/_src/Stream/api.ts +363 -96
- package/_src/TFuture/api.ts +5 -5
- package/_src/TFuture/constructors.ts +2 -2
- package/_src/TReentrantLock/api.ts +16 -16
- package/_src/TRef/api.ts +35 -13
- package/_src/TRef/constructors.ts +4 -4
- package/_src/TSemaphore/api.ts +7 -7
- package/_src/TSemaphore/constructors.ts +1 -1
- package/_src/collection/immutable/Conc/filterIO.ts +5 -1
- package/_src/collection/immutable/Conc/findIO.ts +6 -1
- package/_src/collection/immutable/Conc/mapIO.ts +1 -1
- package/_src/collection/immutable/Conc/takeWhileIO.ts +5 -1
- package/_src/collection/immutable/Conc.ts +2 -0
- package/_src/data/Exit/foreachIO.ts +1 -0
- package/_src/global.ts +149 -0
- package/_src/index.ts +42 -0
- package/collection/immutable/Conc/filterIO.d.ts +1 -1
- package/collection/immutable/Conc/findIO.d.ts +2 -2
- package/collection/immutable/Conc/mapIO.d.ts +1 -1
- package/collection/immutable/Conc/takeWhileIO.d.ts +1 -1
- package/collection/immutable/Conc.d.ts +2 -0
- package/data/Exit/foreachIO.d.ts +2 -2
- package/global.d.ts +149 -0
- package/index.d.ts +40 -0
- package/package.json +7 -3
package/_src/Schedule/api.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { Decision, DecisionTag } from "./Decision.js";
|
|
|
6
6
|
export function make<State, Env, In, Out>(
|
|
7
7
|
initial: State,
|
|
8
8
|
step: (now: number, inp: In, state: State, __tsplusTrace?: string) => IO<Env, never, readonly [State, Out, Decision]>,
|
|
9
|
+
__tsplusTrace?: string,
|
|
9
10
|
): Schedule.WithState<State, Env, In, Out> {
|
|
10
11
|
return new (class extends Schedule<Env, In, Out> {
|
|
11
12
|
readonly _State!: State;
|
|
@@ -20,6 +21,7 @@ export function make<State, Env, In, Out>(
|
|
|
20
21
|
export function addDelay_<State, Env, In, Out>(
|
|
21
22
|
self: Schedule.WithState<State, Env, In, Out>,
|
|
22
23
|
f: (out: Out) => number,
|
|
24
|
+
__tsplusTrace?: string,
|
|
23
25
|
): Schedule.WithState<State, Env, In, Out> {
|
|
24
26
|
return self.addDelayIO((out) => IO.succeed(f(out)));
|
|
25
27
|
}
|
|
@@ -30,6 +32,7 @@ export function addDelay_<State, Env, In, Out>(
|
|
|
30
32
|
export function addDelayIO_<State, Env, In, Out, Env1>(
|
|
31
33
|
self: Schedule.WithState<State, Env, In, Out>,
|
|
32
34
|
f: (out: Out) => URIO<Env1, number>,
|
|
35
|
+
__tsplusTrace?: string,
|
|
33
36
|
): Schedule.WithState<State, Env | Env1, In, Out> {
|
|
34
37
|
return self.modifyDelayIO((out, duration) => f(out).map((d) => duration + d));
|
|
35
38
|
}
|
|
@@ -40,6 +43,7 @@ export function addDelayIO_<State, Env, In, Out, Env1>(
|
|
|
40
43
|
export function andThen<State, Env, In, Out, State1, Env1, In1, Out1>(
|
|
41
44
|
self: Schedule.WithState<State, Env, In, Out>,
|
|
42
45
|
that: Schedule.WithState<State1, Env1, In1, Out1>,
|
|
46
|
+
__tsplusTrace?: string,
|
|
43
47
|
): Schedule.WithState<readonly [State, State1, boolean], Env | Env1, In & In1, Out | Out1> {
|
|
44
48
|
return self.andThenEither(that).map((out) => out.value);
|
|
45
49
|
}
|
|
@@ -50,6 +54,7 @@ export function andThen<State, Env, In, Out, State1, Env1, In1, Out1>(
|
|
|
50
54
|
export function andThenEither_<State, Env, In, Out, State1, Env1, In1, Out1>(
|
|
51
55
|
self: Schedule.WithState<State, Env, In, Out>,
|
|
52
56
|
that: Schedule.WithState<State1, Env1, In1, Out1>,
|
|
57
|
+
__tsplusTrace?: string,
|
|
53
58
|
): Schedule.WithState<readonly [State, State1, boolean], Env | Env1, In & In1, Either<Out, Out1>> {
|
|
54
59
|
return Schedule<readonly [State, State1, boolean], Env | Env1, In & In1, Either<Out, Out1>>(
|
|
55
60
|
[self.initial, that.initial, true],
|
|
@@ -79,6 +84,7 @@ export function andThenEither_<State, Env, In, Out, State1, Env1, In1, Out1>(
|
|
|
79
84
|
export function as_<State, Env, In, Out, Out2>(
|
|
80
85
|
self: Schedule.WithState<State, Env, In, Out>,
|
|
81
86
|
out2: Lazy<Out2>,
|
|
87
|
+
__tsplusTrace?: string,
|
|
82
88
|
): Schedule.WithState<State, Env, In, Out2> {
|
|
83
89
|
return self.map(() => out2());
|
|
84
90
|
}
|
|
@@ -89,6 +95,7 @@ export function as_<State, Env, In, Out, Out2>(
|
|
|
89
95
|
export function check_<State, Env, In, Out>(
|
|
90
96
|
self: Schedule.WithState<State, Env, In, Out>,
|
|
91
97
|
test: (inp: In, out: Out) => boolean,
|
|
98
|
+
__tsplusTrace?: string,
|
|
92
99
|
): Schedule.WithState<State, Env, In, Out> {
|
|
93
100
|
return self.checkIO((inp, out) => IO.succeed(test(inp, out)));
|
|
94
101
|
}
|
|
@@ -99,6 +106,7 @@ export function check_<State, Env, In, Out>(
|
|
|
99
106
|
export function checkIO_<State, Env, In, Out, Env1>(
|
|
100
107
|
self: Schedule.WithState<State, Env, In, Out>,
|
|
101
108
|
test: (inp: In, out: Out) => URIO<Env1, boolean>,
|
|
109
|
+
__tsplusTrace?: string,
|
|
102
110
|
): Schedule.WithState<State, Env | Env1, In, Out> {
|
|
103
111
|
return Schedule(self.initial, (now, inp, state) =>
|
|
104
112
|
self.step(now, inp, state).flatMap(([state, out, decision]) =>
|
|
@@ -117,6 +125,7 @@ export function checkIO_<State, Env, In, Out, Env1>(
|
|
|
117
125
|
export function compose_<S, R, I, O, S1, R1, O2>(
|
|
118
126
|
self: Schedule.WithState<S, R, I, O>,
|
|
119
127
|
that: Schedule.WithState<S1, R1, O, O2>,
|
|
128
|
+
__tsplusTrace?: string,
|
|
120
129
|
): Schedule.WithState<readonly [S, S1], R | R1, I, O2> {
|
|
121
130
|
return Schedule([self.initial, that.initial], (now, inp, state) =>
|
|
122
131
|
self.step(now, inp, state[0]).flatMap(([lState, out, decision]) =>
|
|
@@ -140,6 +149,7 @@ export function compose_<S, R, I, O, S1, R1, O2>(
|
|
|
140
149
|
export function contramap_<S, R, I, O, I2>(
|
|
141
150
|
self: Schedule.WithState<S, R, I, O>,
|
|
142
151
|
f: (inp: I2) => I,
|
|
152
|
+
__tsplusTrace?: string,
|
|
143
153
|
): Schedule.WithState<S, R, I2, O> {
|
|
144
154
|
return self.contramapIO((inp2) => IO.succeed(f(inp2)));
|
|
145
155
|
}
|
|
@@ -150,6 +160,7 @@ export function contramap_<S, R, I, O, I2>(
|
|
|
150
160
|
export function contramapEnvironment_<S, R, I, O, R1>(
|
|
151
161
|
self: Schedule.WithState<S, R, I, O>,
|
|
152
162
|
f: (env: Environment<R1>) => Environment<R>,
|
|
163
|
+
__tsplusTrace?: string,
|
|
153
164
|
): Schedule.WithState<S, R1, I, O> {
|
|
154
165
|
return Schedule(self.initial, (now, inp, state) => self.step(now, inp, state).contramapEnvironment(f));
|
|
155
166
|
}
|
|
@@ -160,6 +171,7 @@ export function contramapEnvironment_<S, R, I, O, R1>(
|
|
|
160
171
|
export function contramapIO_<S, R, I, O, R1, I2>(
|
|
161
172
|
self: Schedule.WithState<S, R, I, O>,
|
|
162
173
|
f: (inp: I2) => URIO<R1, I>,
|
|
174
|
+
__tsplusTrace?: string,
|
|
163
175
|
): Schedule.WithState<S, R | R1, I2, O> {
|
|
164
176
|
return Schedule(self.initial, (now, inp2, state) => f(inp2).flatMap((inp) => self.step(now, inp, state)));
|
|
165
177
|
}
|
|
@@ -167,7 +179,10 @@ export function contramapIO_<S, R, I, O, R1, I2>(
|
|
|
167
179
|
/**
|
|
168
180
|
* @tsplus static fncts.io.ScheduleOps delayed
|
|
169
181
|
*/
|
|
170
|
-
export function delayed<S, R, I>(
|
|
182
|
+
export function delayed<S, R, I>(
|
|
183
|
+
schedule: Schedule.WithState<S, R, I, number>,
|
|
184
|
+
__tsplusTrace?: string,
|
|
185
|
+
): Schedule.WithState<S, R, I, number> {
|
|
171
186
|
return schedule.addDelay((x) => x);
|
|
172
187
|
}
|
|
173
188
|
|
|
@@ -177,6 +192,7 @@ export function delayed<S, R, I>(schedule: Schedule.WithState<S, R, I, number>):
|
|
|
177
192
|
export function delayedSelf_<S, R, I, O>(
|
|
178
193
|
self: Schedule.WithState<S, R, I, O>,
|
|
179
194
|
f: (delay: number) => number,
|
|
195
|
+
__tsplusTrace?: string,
|
|
180
196
|
): Schedule.WithState<S, R, I, O> {
|
|
181
197
|
return self.delayedIO((delay) => IO.succeed(f(delay)));
|
|
182
198
|
}
|
|
@@ -187,6 +203,7 @@ export function delayedSelf_<S, R, I, O>(
|
|
|
187
203
|
export function delayedIO_<S, R, I, O, R1>(
|
|
188
204
|
self: Schedule.WithState<S, R, I, O>,
|
|
189
205
|
f: (delay: number) => URIO<R1, number>,
|
|
206
|
+
__tsplusTrace?: string,
|
|
190
207
|
): Schedule.WithState<S, R | R1, I, O> {
|
|
191
208
|
return self.modifyDelayIO((_, delay) => f(delay));
|
|
192
209
|
}
|
|
@@ -194,7 +211,10 @@ export function delayedIO_<S, R, I, O, R1>(
|
|
|
194
211
|
/**
|
|
195
212
|
* @tsplus getter fncts.io.Schedule delays
|
|
196
213
|
*/
|
|
197
|
-
export function delays<S, R, I, O>(
|
|
214
|
+
export function delays<S, R, I, O>(
|
|
215
|
+
self: Schedule.WithState<S, R, I, O>,
|
|
216
|
+
__tsplusTrace?: string,
|
|
217
|
+
): Schedule.WithState<S, R, I, number> {
|
|
198
218
|
return Schedule(self.initial, (now, inp, state) =>
|
|
199
219
|
self.step(now, inp, state).flatMap(([state, _, decision]) =>
|
|
200
220
|
decision.match(
|
|
@@ -215,6 +235,7 @@ export function dimap_<S, R, I, O, I2, O2>(
|
|
|
215
235
|
self: Schedule.WithState<S, R, I, O>,
|
|
216
236
|
f: (inp2: I2) => I,
|
|
217
237
|
g: (out: O) => O2,
|
|
238
|
+
__tsplusTrace?: string,
|
|
218
239
|
): Schedule.WithState<S, R, I2, O2> {
|
|
219
240
|
return self.contramap(f).map(g);
|
|
220
241
|
}
|
|
@@ -226,6 +247,7 @@ export function dimapIO_<S, R, I, O, R1, I2, R2, O2>(
|
|
|
226
247
|
self: Schedule.WithState<S, R, I, O>,
|
|
227
248
|
f: (inp2: I2) => URIO<R1, I>,
|
|
228
249
|
g: (out: O) => URIO<R2, O2>,
|
|
250
|
+
__tsplusTrace?: string,
|
|
229
251
|
): Schedule.WithState<S, R | R1 | R2, I2, O2> {
|
|
230
252
|
return self.contramapIO(f).mapIO(g);
|
|
231
253
|
}
|
|
@@ -233,7 +255,10 @@ export function dimapIO_<S, R, I, O, R1, I2, R2, O2>(
|
|
|
233
255
|
/**
|
|
234
256
|
* @tsplus static fncts.io.ScheduleOps duration
|
|
235
257
|
*/
|
|
236
|
-
export function duration(
|
|
258
|
+
export function duration(
|
|
259
|
+
duration: number,
|
|
260
|
+
__tsplusTrace?: string,
|
|
261
|
+
): Schedule.WithState<boolean, never, unknown, number> {
|
|
237
262
|
return Schedule<boolean, never, unknown, number>(true, (now, _, state) =>
|
|
238
263
|
IO.succeed(() => {
|
|
239
264
|
if (state) {
|
|
@@ -253,6 +278,7 @@ export function duration(duration: number): Schedule.WithState<boolean, never, u
|
|
|
253
278
|
export function either<S, R, I, O, S1, R1, I1, O1>(
|
|
254
279
|
self: Schedule.WithState<S, R, I, O>,
|
|
255
280
|
that: Schedule.WithState<S1, R1, I1, O1>,
|
|
281
|
+
__tsplusTrace?: string,
|
|
256
282
|
): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]> {
|
|
257
283
|
return self.unionWith(that, (interval1, interval2) => interval1 || interval2);
|
|
258
284
|
}
|
|
@@ -264,6 +290,7 @@ export function eitherWith<S, R, I, O, S1, R1, I1, O1, O2>(
|
|
|
264
290
|
self: Schedule.WithState<S, R, I, O>,
|
|
265
291
|
that: Schedule.WithState<S1, R1, I1, O1>,
|
|
266
292
|
f: (out1: O, out2: O1) => O2,
|
|
293
|
+
__tsplusTrace?: string,
|
|
267
294
|
): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O2> {
|
|
268
295
|
return (self || that).map(f.tupled);
|
|
269
296
|
}
|
|
@@ -289,6 +316,7 @@ export const elapsed: Schedule.WithState<Maybe<number>, never, unknown, number>
|
|
|
289
316
|
export function ensuring_<S, R, I, O>(
|
|
290
317
|
self: Schedule.WithState<S, R, I, O>,
|
|
291
318
|
finalizer: UIO<any>,
|
|
319
|
+
__tsplusTrace?: string,
|
|
292
320
|
): Schedule.WithState<S, R, I, O> {
|
|
293
321
|
return Schedule(self.initial, (now, inp, state) =>
|
|
294
322
|
self.step(now, inp, state).flatMap(([state, out, decision]) =>
|
|
@@ -303,7 +331,11 @@ export function ensuring_<S, R, I, O>(
|
|
|
303
331
|
/**
|
|
304
332
|
* @tsplus static fncts.io.ScheduleOps exponential
|
|
305
333
|
*/
|
|
306
|
-
export function exponential(
|
|
334
|
+
export function exponential(
|
|
335
|
+
base: number,
|
|
336
|
+
factor = 2,
|
|
337
|
+
__tsplusTrace?: string,
|
|
338
|
+
): Schedule.WithState<number, never, unknown, number> {
|
|
307
339
|
return Schedule.delayed(Schedule.forever.map((i) => base * Math.pow(factor, i)));
|
|
308
340
|
}
|
|
309
341
|
|
|
@@ -323,6 +355,7 @@ export function exponential(base: number, factor = 2): Schedule.WithState<number
|
|
|
323
355
|
*/
|
|
324
356
|
export function fixed(
|
|
325
357
|
interval: number,
|
|
358
|
+
__tsplusTrace?: string,
|
|
326
359
|
): Schedule.WithState<readonly [Maybe<readonly [number, number]>, number], never, unknown, number> {
|
|
327
360
|
return Schedule([Nothing(), 0], (now, inp, [ms, n]) =>
|
|
328
361
|
IO.succeed(
|
|
@@ -350,6 +383,7 @@ export function fold_<S, R, I, O, Z>(
|
|
|
350
383
|
self: Schedule.WithState<S, R, I, O>,
|
|
351
384
|
z: Z,
|
|
352
385
|
f: (z: Z, out: O) => Z,
|
|
386
|
+
__tsplusTrace?: string,
|
|
353
387
|
): Schedule.WithState<readonly [S, Z], R, I, Z> {
|
|
354
388
|
return self.foldIO(z, (z, out) => IO.succeed(f(z, out)));
|
|
355
389
|
}
|
|
@@ -361,6 +395,7 @@ export function foldIO_<S, R, I, O, Z, R1>(
|
|
|
361
395
|
self: Schedule.WithState<S, R, I, O>,
|
|
362
396
|
z: Z,
|
|
363
397
|
f: (z: Z, out: O) => URIO<R1, Z>,
|
|
398
|
+
__tsplusTrace?: string,
|
|
364
399
|
): Schedule.WithState<readonly [S, Z], R | R1, I, Z> {
|
|
365
400
|
return Schedule([self.initial, z], (now, inp, [s, z]) =>
|
|
366
401
|
self.step(now, inp, s).flatMap(([s, out, decision]) =>
|
|
@@ -375,7 +410,10 @@ export function foldIO_<S, R, I, O, Z, R1>(
|
|
|
375
410
|
/**
|
|
376
411
|
* @tsplus getter fncts.io.Schedule forever
|
|
377
412
|
*/
|
|
378
|
-
export function foreverSelf<S, R, I, O>(
|
|
413
|
+
export function foreverSelf<S, R, I, O>(
|
|
414
|
+
self: Schedule.WithState<S, R, I, O>,
|
|
415
|
+
__tsplusTrace?: string,
|
|
416
|
+
): Schedule.WithState<S, R, I, O> {
|
|
379
417
|
return Schedule(self.initial, (now, inp, state) =>
|
|
380
418
|
self.step(now, inp, state).flatMap(([state, out, decision]) =>
|
|
381
419
|
decision.match(
|
|
@@ -394,7 +432,7 @@ export const forever = Schedule.unfold(0, (n) => n + 1);
|
|
|
394
432
|
/**
|
|
395
433
|
* @tsplus static fncts.io.ScheduleOps identity
|
|
396
434
|
*/
|
|
397
|
-
export function identity<A>(): Schedule.WithState<void, never, A, A> {
|
|
435
|
+
export function identity<A>(__tsplusTrace?: string): Schedule.WithState<void, never, A, A> {
|
|
398
436
|
return Schedule(undefined, (now, inp, state) => IO.succeed([state, inp, Decision.continueWith(Interval.after(now))]));
|
|
399
437
|
}
|
|
400
438
|
|
|
@@ -409,6 +447,7 @@ function intersectWithLoop<S, R, I, O, S1, R1, I1, O1>(
|
|
|
409
447
|
out2: O1,
|
|
410
448
|
rInterval: Intervals,
|
|
411
449
|
f: (lInterval: Intervals, rInterval: Intervals) => Intervals,
|
|
450
|
+
__tsplusTrace?: string,
|
|
412
451
|
): IO<R | R1, never, readonly [readonly [S, S1], readonly [O, O1], Decision]> {
|
|
413
452
|
const combined = f(lInterval, rInterval);
|
|
414
453
|
if (combined.isNonEmpty) {
|
|
@@ -437,6 +476,7 @@ export function intersectWith_<S, R, I, O, S1, R1, I1, O1>(
|
|
|
437
476
|
self: Schedule.WithState<S, R, I, O>,
|
|
438
477
|
that: Schedule.WithState<S1, R1, I1, O1>,
|
|
439
478
|
f: (int1: Intervals, int2: Intervals) => Intervals,
|
|
479
|
+
__tsplusTrace?: string,
|
|
440
480
|
): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]> {
|
|
441
481
|
return Schedule([self.initial, that.initial] as const, (now, inp, state) => {
|
|
442
482
|
const left = self.step(now, inp, state[0]);
|
|
@@ -455,7 +495,7 @@ export function intersectWith_<S, R, I, O, S1, R1, I1, O1>(
|
|
|
455
495
|
/**
|
|
456
496
|
* @tsplus static fncts.io.Schedule linear
|
|
457
497
|
*/
|
|
458
|
-
export function linear(base: number): Schedule.WithState<number, never, unknown, number> {
|
|
498
|
+
export function linear(base: number, __tsplusTrace?: string): Schedule.WithState<number, never, unknown, number> {
|
|
459
499
|
return Schedule.delayed(Schedule.forever.map((i) => base * (i + 1)));
|
|
460
500
|
}
|
|
461
501
|
|
|
@@ -465,6 +505,7 @@ export function linear(base: number): Schedule.WithState<number, never, unknown,
|
|
|
465
505
|
export function map_<State, Env, In, Out, Out1>(
|
|
466
506
|
self: Schedule.WithState<State, Env, In, Out>,
|
|
467
507
|
f: (out: Out) => Out1,
|
|
508
|
+
__tsplusTrace?: string,
|
|
468
509
|
): Schedule.WithState<State, Env, In, Out1> {
|
|
469
510
|
return self.mapIO((out) => IO.succeedNow(f(out)));
|
|
470
511
|
}
|
|
@@ -475,6 +516,7 @@ export function map_<State, Env, In, Out, Out1>(
|
|
|
475
516
|
export function mapIO_<State, Env, In, Out, Env1, Out1>(
|
|
476
517
|
self: Schedule.WithState<State, Env, In, Out>,
|
|
477
518
|
f: (out: Out) => URIO<Env1, Out1>,
|
|
519
|
+
__tsplusTrace?: string,
|
|
478
520
|
): Schedule.WithState<State, Env | Env1, In, Out1> {
|
|
479
521
|
return Schedule(self.initial, (now, inp, state) =>
|
|
480
522
|
self.step(now, inp, state).flatMap(([state, out, decision]) => f(out).map((out1) => [state, out1, decision])),
|
|
@@ -487,6 +529,7 @@ export function mapIO_<State, Env, In, Out, Env1, Out1>(
|
|
|
487
529
|
export function modifyDelayIO_<State, Env, In, Out, Env1>(
|
|
488
530
|
self: Schedule.WithState<State, Env, In, Out>,
|
|
489
531
|
f: (out: Out, duration: number) => URIO<Env1, number>,
|
|
532
|
+
__tsplusTrace?: string,
|
|
490
533
|
): Schedule.WithState<State, Env | Env1, In, Out> {
|
|
491
534
|
return Schedule(self.initial, (now, inp, state) =>
|
|
492
535
|
self.step(now, inp, state).flatMap(([state, out, decision]) =>
|
|
@@ -515,6 +558,7 @@ export function modifyDelayIO_<State, Env, In, Out, Env1>(
|
|
|
515
558
|
export function onDecision_<S, R, I, O, R1>(
|
|
516
559
|
self: Schedule.WithState<S, R, I, O>,
|
|
517
560
|
f: (state: S, out: O, decision: Decision) => URIO<R1, any>,
|
|
561
|
+
__tsplusTrace?: string,
|
|
518
562
|
): Schedule.WithState<S, R | R1, I, O> {
|
|
519
563
|
return Schedule(self.initial, (now, inp, state) =>
|
|
520
564
|
self.step(now, inp, state).flatMap(([state, out, decision]) => f(state, out, decision).as([state, out, decision])),
|
|
@@ -527,6 +571,7 @@ export function onDecision_<S, R, I, O, R1>(
|
|
|
527
571
|
export function provideEnvironment_<S, R, I, O>(
|
|
528
572
|
self: Schedule.WithState<S, R, I, O>,
|
|
529
573
|
env: Environment<R>,
|
|
574
|
+
__tsplusTrace?: string,
|
|
530
575
|
): Schedule.WithState<S, never, I, O> {
|
|
531
576
|
return Schedule(self.initial, (now, inp, state) => self.step(now, inp, state).provideEnvironment(env));
|
|
532
577
|
}
|
|
@@ -537,6 +582,7 @@ export function provideEnvironment_<S, R, I, O>(
|
|
|
537
582
|
export function reconsider_<S, R, I, O, O2>(
|
|
538
583
|
self: Schedule.WithState<S, R, I, O>,
|
|
539
584
|
f: (state: S, out: O, decision: Decision) => Either<O2, readonly [O2, Interval]>,
|
|
585
|
+
__tsplusTrace?: string,
|
|
540
586
|
): Schedule.WithState<S, R, I, O2> {
|
|
541
587
|
return self.reconsiderIO((state, out, decision) => IO.succeed(f(state, out, decision)));
|
|
542
588
|
}
|
|
@@ -547,6 +593,7 @@ export function reconsider_<S, R, I, O, O2>(
|
|
|
547
593
|
export function reconsiderIO_<S, R, I, O, R1, O1>(
|
|
548
594
|
self: Schedule.WithState<S, R, I, O>,
|
|
549
595
|
f: (state: S, out: O, decision: Decision) => URIO<R1, Either<O1, readonly [O1, Interval]>>,
|
|
596
|
+
__tsplusTrace?: string,
|
|
550
597
|
): Schedule.WithState<S, R | R1, I, O1> {
|
|
551
598
|
return Schedule(self.initial, (now, inp, state) =>
|
|
552
599
|
self.step(now, inp, state).flatMap(([state, out, decision]) =>
|
|
@@ -573,49 +620,55 @@ export function reconsiderIO_<S, R, I, O, R1, O1>(
|
|
|
573
620
|
/**
|
|
574
621
|
* @tsplus static fncts.io.Schedule recurs
|
|
575
622
|
*/
|
|
576
|
-
export function recurs(n: number): Schedule.WithState<number, never, unknown, number> {
|
|
623
|
+
export function recurs(n: number, __tsplusTrace?: string): Schedule.WithState<number, never, unknown, number> {
|
|
577
624
|
return Schedule.forever.whileOutput((_) => _ < n);
|
|
578
625
|
}
|
|
579
626
|
|
|
580
627
|
/**
|
|
581
628
|
* @tsplus static fncts.io.Schedule recurWhile
|
|
582
629
|
*/
|
|
583
|
-
export function recurWhile<A>(f: (a: A) => boolean): Schedule.WithState<void, never, A, A> {
|
|
630
|
+
export function recurWhile<A>(f: (a: A) => boolean, __tsplusTrace?: string): Schedule.WithState<void, never, A, A> {
|
|
584
631
|
return identity<A>().whileInput(f);
|
|
585
632
|
}
|
|
586
633
|
|
|
587
634
|
/**
|
|
588
635
|
* @tsplus static fncts.io.Schedule recurWhileIO
|
|
589
636
|
*/
|
|
590
|
-
export function recurWhileIO<R, A>(
|
|
637
|
+
export function recurWhileIO<R, A>(
|
|
638
|
+
f: (a: A) => URIO<R, boolean>,
|
|
639
|
+
__tsplusTrace?: string,
|
|
640
|
+
): Schedule.WithState<void, R, A, A> {
|
|
591
641
|
return identity<A>().whileInputIO(f);
|
|
592
642
|
}
|
|
593
643
|
|
|
594
644
|
/**
|
|
595
645
|
* @tsplus static fncts.io.Schedule recurWhileEquals
|
|
596
646
|
*/
|
|
597
|
-
export function recurWhileEquals<A>(value: Lazy<A
|
|
647
|
+
export function recurWhileEquals<A>(value: Lazy<A>, __tsplusTrace?: string): Schedule.WithState<void, never, A, A> {
|
|
598
648
|
return identity<A>().whileInput((a) => Equatable.strictEquals(a, value()));
|
|
599
649
|
}
|
|
600
650
|
|
|
601
651
|
/**
|
|
602
652
|
* @tsplus static fncts.io.Schedule recurUntil
|
|
603
653
|
*/
|
|
604
|
-
export function recurUntil<A>(f: (a: A) => boolean): Schedule.WithState<void, never, A, A> {
|
|
654
|
+
export function recurUntil<A>(f: (a: A) => boolean, __tsplusTrace?: string): Schedule.WithState<void, never, A, A> {
|
|
605
655
|
return identity<A>().untilInput(f);
|
|
606
656
|
}
|
|
607
657
|
|
|
608
658
|
/**
|
|
609
659
|
* @tsplus static fncts.io.Schedule recurUntilIO
|
|
610
660
|
*/
|
|
611
|
-
export function recurUntilIO<R, A>(
|
|
661
|
+
export function recurUntilIO<R, A>(
|
|
662
|
+
f: (a: A) => URIO<R, boolean>,
|
|
663
|
+
__tsplusTrace?: string,
|
|
664
|
+
): Schedule.WithState<void, R, A, A> {
|
|
612
665
|
return identity<A>().untilInputIO(f);
|
|
613
666
|
}
|
|
614
667
|
|
|
615
668
|
/**
|
|
616
669
|
* @tsplus static fncts.io.Schedule recurUntilEquals
|
|
617
670
|
*/
|
|
618
|
-
export function recurUntilEquals<A>(value: Lazy<A
|
|
671
|
+
export function recurUntilEquals<A>(value: Lazy<A>, __tsplusTrace?: string): Schedule.WithState<void, never, A, A> {
|
|
619
672
|
return identity<A>().untilInput((a) => Equatable.strictEquals(a, value()));
|
|
620
673
|
}
|
|
621
674
|
|
|
@@ -624,6 +677,7 @@ export function recurUntilEquals<A>(value: Lazy<A>): Schedule.WithState<void, ne
|
|
|
624
677
|
*/
|
|
625
678
|
export function repetitions<S, R, I, O>(
|
|
626
679
|
self: Schedule.WithState<S, R, I, O>,
|
|
680
|
+
__tsplusTrace?: string,
|
|
627
681
|
): Schedule.WithState<readonly [S, number], R, I, number> {
|
|
628
682
|
return self.fold(0, (n, _) => n + 1);
|
|
629
683
|
}
|
|
@@ -634,6 +688,7 @@ export function repetitions<S, R, I, O>(
|
|
|
634
688
|
export function resetAfter_<S, R, I, O>(
|
|
635
689
|
self: Schedule.WithState<S, R, I, O>,
|
|
636
690
|
duration: number,
|
|
691
|
+
__tsplusTrace?: string,
|
|
637
692
|
): Schedule.WithState<readonly [S, Maybe<number>], R, I, O> {
|
|
638
693
|
return self
|
|
639
694
|
.zip(Schedule.elapsed)
|
|
@@ -647,6 +702,7 @@ export function resetAfter_<S, R, I, O>(
|
|
|
647
702
|
export function resetWhen_<S, R, I, O>(
|
|
648
703
|
self: Schedule.WithState<S, R, I, O>,
|
|
649
704
|
f: (out: O) => boolean,
|
|
705
|
+
__tsplusTrace?: string,
|
|
650
706
|
): Schedule.WithState<S, R, I, O> {
|
|
651
707
|
return Schedule(self.initial, (now, inp, state) =>
|
|
652
708
|
self
|
|
@@ -664,6 +720,7 @@ export function run_<S, R, I, O>(
|
|
|
664
720
|
self: Schedule.WithState<S, R, I, O>,
|
|
665
721
|
now: number,
|
|
666
722
|
input: Iterable<I>,
|
|
723
|
+
__tsplusTrace?: string,
|
|
667
724
|
): URIO<R, Conc<O>> {
|
|
668
725
|
const loop = (now: number, xs: List<I>, state: S, acc: Conc<O>): URIO<R, Conc<O>> => {
|
|
669
726
|
if (xs.isEmpty()) {
|
|
@@ -683,14 +740,14 @@ export function run_<S, R, I, O>(
|
|
|
683
740
|
/**
|
|
684
741
|
* @tsplus static fncts.io.Schedule spaced
|
|
685
742
|
*/
|
|
686
|
-
export function spaced(duration: number): Schedule.WithState<number, never, unknown, number> {
|
|
743
|
+
export function spaced(duration: number, __tsplusTrace?: string): Schedule.WithState<number, never, unknown, number> {
|
|
687
744
|
return Schedule.forever.addDelay(() => duration);
|
|
688
745
|
}
|
|
689
746
|
|
|
690
747
|
/**
|
|
691
748
|
* @tsplus static fncts.io.Schedule succeed
|
|
692
749
|
*/
|
|
693
|
-
export function succeed<A>(a: Lazy<A
|
|
750
|
+
export function succeed<A>(a: Lazy<A>, __tsplusTrace?: string): Schedule.WithState<number, never, unknown, A> {
|
|
694
751
|
return Schedule.forever.as(a);
|
|
695
752
|
}
|
|
696
753
|
|
|
@@ -700,6 +757,7 @@ export function succeed<A>(a: Lazy<A>): Schedule.WithState<number, never, unknow
|
|
|
700
757
|
export function tapInput_<S, R, I, O, R1>(
|
|
701
758
|
self: Schedule.WithState<S, R, I, O>,
|
|
702
759
|
f: (inp: I) => URIO<R1, any>,
|
|
760
|
+
__tsplusTrace?: string,
|
|
703
761
|
): Schedule.WithState<S, R | R1, I, O> {
|
|
704
762
|
return Schedule(self.initial, (now, inp, state) => f(inp).apSecond(self.step(now, inp, state)));
|
|
705
763
|
}
|
|
@@ -710,6 +768,7 @@ export function tapInput_<S, R, I, O, R1>(
|
|
|
710
768
|
export function tapOutput_<S, R, I, O, R1>(
|
|
711
769
|
self: Schedule.WithState<S, R, I, O>,
|
|
712
770
|
f: (out: O) => URIO<R1, any>,
|
|
771
|
+
__tsplusTrace?: string,
|
|
713
772
|
): Schedule.WithState<S, R | R1, I, O> {
|
|
714
773
|
return Schedule(self.initial, (now, inp, state) => self.step(now, inp, state).tap(([_, out]) => f(out)));
|
|
715
774
|
}
|
|
@@ -721,6 +780,7 @@ export function unionWith_<S, R, I, O, S1, R1, I1, O1>(
|
|
|
721
780
|
self: Schedule.WithState<S, R, I, O>,
|
|
722
781
|
that: Schedule.WithState<S1, R1, I1, O1>,
|
|
723
782
|
f: (int1: Intervals, int2: Intervals) => Intervals,
|
|
783
|
+
__tsplusTrace?: string,
|
|
724
784
|
): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]> {
|
|
725
785
|
return Schedule([self.initial, that.initial], (now, inp, state) => {
|
|
726
786
|
const left = self.step(now, inp, state[0]);
|
|
@@ -749,7 +809,11 @@ export function unionWith_<S, R, I, O, S1, R1, I1, O1>(
|
|
|
749
809
|
/**
|
|
750
810
|
* @tsplus static fncts.io.ScheduleOps unfold
|
|
751
811
|
*/
|
|
752
|
-
export function unfold<A>(
|
|
812
|
+
export function unfold<A>(
|
|
813
|
+
a: Lazy<A>,
|
|
814
|
+
f: (a: A) => A,
|
|
815
|
+
__tsplusTrace?: string,
|
|
816
|
+
): Schedule.WithState<A, never, unknown, A> {
|
|
753
817
|
return Schedule<A, never, unknown, A>(a(), (now, inp, state) =>
|
|
754
818
|
IO.succeed([f(state), state, Decision.continueWith(Interval(now, Number.MAX_SAFE_INTEGER))]),
|
|
755
819
|
);
|
|
@@ -761,6 +825,7 @@ export function unfold<A>(a: Lazy<A>, f: (a: A) => A): Schedule.WithState<A, nev
|
|
|
761
825
|
export function untilInput_<S, R, I, O>(
|
|
762
826
|
self: Schedule.WithState<S, R, I, O>,
|
|
763
827
|
f: (inp: I) => boolean,
|
|
828
|
+
__tsplusTrace?: string,
|
|
764
829
|
): Schedule.WithState<S, R, I, O> {
|
|
765
830
|
return self.check((inp) => !f(inp));
|
|
766
831
|
}
|
|
@@ -771,6 +836,7 @@ export function untilInput_<S, R, I, O>(
|
|
|
771
836
|
export function untilInputIO_<S, R, I, O, R1>(
|
|
772
837
|
self: Schedule.WithState<S, R, I, O>,
|
|
773
838
|
f: (inp: I) => URIO<R1, boolean>,
|
|
839
|
+
__tsplusTrace?: string,
|
|
774
840
|
): Schedule.WithState<S, R | R1, I, O> {
|
|
775
841
|
return self.checkIO((inp) => f(inp).map((b) => !b));
|
|
776
842
|
}
|
|
@@ -781,6 +847,7 @@ export function untilInputIO_<S, R, I, O, R1>(
|
|
|
781
847
|
export function untilOutput_<S, R, I, O>(
|
|
782
848
|
self: Schedule.WithState<S, R, I, O>,
|
|
783
849
|
f: (out: O) => boolean,
|
|
850
|
+
__tsplusTrace?: string,
|
|
784
851
|
): Schedule.WithState<S, R, I, O> {
|
|
785
852
|
return self.check((_, out) => !f(out));
|
|
786
853
|
}
|
|
@@ -791,6 +858,7 @@ export function untilOutput_<S, R, I, O>(
|
|
|
791
858
|
export function untilOutputIO_<S, R, I, O, R1>(
|
|
792
859
|
self: Schedule.WithState<S, R, I, O>,
|
|
793
860
|
f: (out: O) => URIO<R1, boolean>,
|
|
861
|
+
__tsplusTrace?: string,
|
|
794
862
|
): Schedule.WithState<S, R | R1, I, O> {
|
|
795
863
|
return self.checkIO((_, out) => f(out).map((b) => !b));
|
|
796
864
|
}
|
|
@@ -798,7 +866,10 @@ export function untilOutputIO_<S, R, I, O, R1>(
|
|
|
798
866
|
/**
|
|
799
867
|
* @tsplus static fncts.io.Schedule upTo
|
|
800
868
|
*/
|
|
801
|
-
export function upTo(
|
|
869
|
+
export function upTo(
|
|
870
|
+
duration: number,
|
|
871
|
+
__tsplusTrace?: string,
|
|
872
|
+
): Schedule.WithState<Maybe<number>, never, unknown, number> {
|
|
802
873
|
return Schedule.elapsed.whileOutput((n) => n < duration);
|
|
803
874
|
}
|
|
804
875
|
|
|
@@ -808,6 +879,7 @@ export function upTo(duration: number): Schedule.WithState<Maybe<number>, never,
|
|
|
808
879
|
export function whileInput_<S, R, I, O>(
|
|
809
880
|
self: Schedule.WithState<S, R, I, O>,
|
|
810
881
|
f: (inp: I) => boolean,
|
|
882
|
+
__tsplusTrace?: string,
|
|
811
883
|
): Schedule.WithState<S, R, I, O> {
|
|
812
884
|
return self.check((inp) => f(inp));
|
|
813
885
|
}
|
|
@@ -818,6 +890,7 @@ export function whileInput_<S, R, I, O>(
|
|
|
818
890
|
export function whileInputIO_<S, R, I, O, R1>(
|
|
819
891
|
self: Schedule.WithState<S, R, I, O>,
|
|
820
892
|
f: (inp: I) => URIO<R1, boolean>,
|
|
893
|
+
__tsplusTrace?: string,
|
|
821
894
|
): Schedule.WithState<S, R | R1, I, O> {
|
|
822
895
|
return self.checkIO((inp) => f(inp));
|
|
823
896
|
}
|
|
@@ -828,6 +901,7 @@ export function whileInputIO_<S, R, I, O, R1>(
|
|
|
828
901
|
export function whileOutput_<S, R, I, O>(
|
|
829
902
|
self: Schedule.WithState<S, R, I, O>,
|
|
830
903
|
f: (out: O) => boolean,
|
|
904
|
+
__tsplusTrace?: string,
|
|
831
905
|
): Schedule.WithState<S, R, I, O> {
|
|
832
906
|
return self.check((_, out) => f(out));
|
|
833
907
|
}
|
|
@@ -838,6 +912,7 @@ export function whileOutput_<S, R, I, O>(
|
|
|
838
912
|
export function whileOutputIO_<S, R, I, O, R1>(
|
|
839
913
|
self: Schedule.WithState<S, R, I, O>,
|
|
840
914
|
f: (out: O) => URIO<R1, boolean>,
|
|
915
|
+
__tsplusTrace?: string,
|
|
841
916
|
): Schedule.WithState<S, R | R1, I, O> {
|
|
842
917
|
return self.checkIO((_, out) => f(out));
|
|
843
918
|
}
|
|
@@ -847,6 +922,7 @@ export function whileOutputIO_<S, R, I, O, R1>(
|
|
|
847
922
|
*/
|
|
848
923
|
export function windowed(
|
|
849
924
|
interval: number,
|
|
925
|
+
__tsplusTrace?: string,
|
|
850
926
|
): Schedule.WithState<readonly [Maybe<number>, number], never, unknown, number> {
|
|
851
927
|
return Schedule([Nothing(), 0], (now, inp, [m, n]) =>
|
|
852
928
|
IO.succeed(() =>
|
|
@@ -868,6 +944,7 @@ export function windowed(
|
|
|
868
944
|
export function zip_<S, R, I, O, S1, R1, I1, O1>(
|
|
869
945
|
self: Schedule.WithState<S, R, I, O>,
|
|
870
946
|
that: Schedule.WithState<S1, R1, I1, O1>,
|
|
947
|
+
__tsplusTrace?: string,
|
|
871
948
|
): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]> {
|
|
872
949
|
return self.intersectWith(that, (lInterval, rInterval) => lInterval.intersect(rInterval));
|
|
873
950
|
}
|
|
@@ -878,6 +955,7 @@ export function zip_<S, R, I, O, S1, R1, I1, O1>(
|
|
|
878
955
|
export function zipLeft_<S, R, I, O, S1, R1, I1, O1>(
|
|
879
956
|
self: Schedule.WithState<S, R, I, O>,
|
|
880
957
|
that: Schedule.WithState<S1, R1, I1, O1>,
|
|
958
|
+
__tsplusTrace?: string,
|
|
881
959
|
): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O> {
|
|
882
960
|
return self.zip(that).map(([out]) => out);
|
|
883
961
|
}
|
|
@@ -888,6 +966,7 @@ export function zipLeft_<S, R, I, O, S1, R1, I1, O1>(
|
|
|
888
966
|
export function zipRight_<S, R, I, O, S1, R1, I1, O1>(
|
|
889
967
|
self: Schedule.WithState<S, R, I, O>,
|
|
890
968
|
that: Schedule.WithState<S1, R1, I1, O1>,
|
|
969
|
+
__tsplusTrace?: string,
|
|
891
970
|
): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O1> {
|
|
892
971
|
return self.zip(that).map(([_, out1]) => out1);
|
|
893
972
|
}
|
|
@@ -899,6 +978,7 @@ export function zipWith_<S, R, I, O, S1, R1, I1, O2, O3>(
|
|
|
899
978
|
self: Schedule.WithState<S, R, I, O>,
|
|
900
979
|
that: Schedule.WithState<S1, R1, I1, O2>,
|
|
901
980
|
f: (out1: O, out2: O2) => O3,
|
|
981
|
+
__tsplusTrace?: string,
|
|
902
982
|
): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O3> {
|
|
903
983
|
return self.zip(that).map(([out1, out2]) => f(out1, out2));
|
|
904
984
|
}
|
|
@@ -3,7 +3,12 @@ import { Exited, ReleaseMap } from "../definition.js";
|
|
|
3
3
|
/**
|
|
4
4
|
* @tsplus fluent fncts.io.Scope.ReleaseMap releaseAll
|
|
5
5
|
*/
|
|
6
|
-
export function releaseAll_(
|
|
6
|
+
export function releaseAll_(
|
|
7
|
+
releaseMap: ReleaseMap,
|
|
8
|
+
exit: Exit<any, any>,
|
|
9
|
+
execStrategy: ExecutionStrategy,
|
|
10
|
+
__tsplusTrace?: string,
|
|
11
|
+
): UIO<any> {
|
|
7
12
|
return ReleaseMap.reverseGet(releaseMap).modify((s) => {
|
|
8
13
|
switch (s._tag) {
|
|
9
14
|
case "Exited":
|
|
@@ -3,7 +3,7 @@ import { Exited, ReleaseMap, Running } from "./definition.js";
|
|
|
3
3
|
/**
|
|
4
4
|
* @tsplus fluent fncts.io.Scope.ReleaseMap addIfOpen
|
|
5
5
|
*/
|
|
6
|
-
export function addIfOpen_(releaseMap: ReleaseMap, finalizer: Finalizer): UIO<Maybe<number>> {
|
|
6
|
+
export function addIfOpen_(releaseMap: ReleaseMap, finalizer: Finalizer, __tsplusTrace?: string): UIO<Maybe<number>> {
|
|
7
7
|
return ReleaseMap.reverseGet(releaseMap).modify((s) => {
|
|
8
8
|
switch (s._tag) {
|
|
9
9
|
case "Exited":
|
|
@@ -23,7 +23,12 @@ export function addIfOpen_(releaseMap: ReleaseMap, finalizer: Finalizer): UIO<Ma
|
|
|
23
23
|
/**
|
|
24
24
|
* @tsplus fluent fncts.io.Scope.ReleaseMap release
|
|
25
25
|
*/
|
|
26
|
-
export function release_(
|
|
26
|
+
export function release_(
|
|
27
|
+
releaseMap: ReleaseMap,
|
|
28
|
+
key: number,
|
|
29
|
+
exit: Exit<any, any>,
|
|
30
|
+
__tsplusTrace?: string,
|
|
31
|
+
): IO<never, never, any> {
|
|
27
32
|
return ReleaseMap.reverseGet(releaseMap).modify((s) => {
|
|
28
33
|
switch (s._tag) {
|
|
29
34
|
case "Exited": {
|
|
@@ -45,7 +50,7 @@ export function release_(releaseMap: ReleaseMap, key: number, exit: Exit<any, an
|
|
|
45
50
|
/**
|
|
46
51
|
* @tsplus fluent fncts.io.Scope.ReleaseMap add
|
|
47
52
|
*/
|
|
48
|
-
export function add_(releaseMap: ReleaseMap, finalizer: Finalizer): UIO<Finalizer> {
|
|
53
|
+
export function add_(releaseMap: ReleaseMap, finalizer: Finalizer, __tsplusTrace?: string): UIO<Finalizer> {
|
|
49
54
|
return releaseMap.addIfOpen(finalizer).map((key) =>
|
|
50
55
|
key.match(
|
|
51
56
|
(): Finalizer => Finalizer.get(() => IO.unit),
|
|
@@ -57,7 +62,12 @@ export function add_(releaseMap: ReleaseMap, finalizer: Finalizer): UIO<Finalize
|
|
|
57
62
|
/**
|
|
58
63
|
* @tsplus fluent fncts.io.Scope.ReleaseMap replace
|
|
59
64
|
*/
|
|
60
|
-
export function replace_(
|
|
65
|
+
export function replace_(
|
|
66
|
+
releaseMap: ReleaseMap,
|
|
67
|
+
key: number,
|
|
68
|
+
finalizer: Finalizer,
|
|
69
|
+
__tsplusTrace?: string,
|
|
70
|
+
): UIO<Maybe<Finalizer>> {
|
|
61
71
|
return ReleaseMap.reverseGet(releaseMap).modify((s) => {
|
|
62
72
|
switch (s._tag) {
|
|
63
73
|
case "Exited":
|
|
@@ -74,7 +84,7 @@ export function replace_(releaseMap: ReleaseMap, key: number, finalizer: Finaliz
|
|
|
74
84
|
/**
|
|
75
85
|
* @tsplus fluent fncts.io.Scope.ReleaseMap updateAll
|
|
76
86
|
*/
|
|
77
|
-
export function updateAll_(releaseMap: ReleaseMap, f: (_: Finalizer) => Finalizer): UIO<void> {
|
|
87
|
+
export function updateAll_(releaseMap: ReleaseMap, f: (_: Finalizer) => Finalizer, __tsplusTrace?: string): UIO<void> {
|
|
78
88
|
return ReleaseMap.reverseGet(releaseMap).update((s) => {
|
|
79
89
|
switch (s._tag) {
|
|
80
90
|
case "Exited":
|