@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/_cjs/Schedule/api.cjs
CHANGED
|
@@ -159,7 +159,7 @@ const zip_ = zip_1;
|
|
|
159
159
|
|
|
160
160
|
exports.zip_ = zip_;
|
|
161
161
|
|
|
162
|
-
function make_1(initial, step) {
|
|
162
|
+
function make_1(initial, step, __tsplusTrace) {
|
|
163
163
|
return new class extends tsplus_module_1.Schedule {
|
|
164
164
|
constructor() {
|
|
165
165
|
super(...arguments);
|
|
@@ -174,152 +174,152 @@ function make_1(initial, step) {
|
|
|
174
174
|
*/
|
|
175
175
|
|
|
176
176
|
|
|
177
|
-
function addDelay_1(self, f) {
|
|
178
|
-
return addDelayIO_1(self, out => tsplus_module_2.succeed(() => f(out),
|
|
177
|
+
function addDelay_1(self, f, __tsplusTrace) {
|
|
178
|
+
return addDelayIO_1(self, out => tsplus_module_2.succeed(() => f(out), __tsplusTrace), __tsplusTrace);
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
181
|
* @tsplus fluent fncts.io.Schedule addDelayIO
|
|
182
182
|
*/
|
|
183
183
|
|
|
184
184
|
|
|
185
|
-
function addDelayIO_1(self, f) {
|
|
186
|
-
return modifyDelayIO_1(self, (out, duration) => tsplus_module_2.map_(f(out), d => duration + d,
|
|
185
|
+
function addDelayIO_1(self, f, __tsplusTrace) {
|
|
186
|
+
return modifyDelayIO_1(self, (out, duration) => tsplus_module_2.map_(f(out), d => duration + d, __tsplusTrace), __tsplusTrace);
|
|
187
187
|
}
|
|
188
188
|
/**
|
|
189
189
|
* @tsplus fluent fncts.io.Schedule andThen
|
|
190
190
|
*/
|
|
191
191
|
|
|
192
192
|
|
|
193
|
-
function andThen(self, that) {
|
|
194
|
-
return map_1(andThenEither_1(self, that), out => tsplus_module_3.merge(out));
|
|
193
|
+
function andThen(self, that, __tsplusTrace) {
|
|
194
|
+
return map_1(andThenEither_1(self, that, __tsplusTrace), out => tsplus_module_3.merge(out), __tsplusTrace);
|
|
195
195
|
}
|
|
196
196
|
/**
|
|
197
197
|
* @tsplus fluent fncts.io.Schedule andThenEither
|
|
198
198
|
*/
|
|
199
199
|
|
|
200
200
|
|
|
201
|
-
function andThenEither_1(self, that) {
|
|
201
|
+
function andThenEither_1(self, that, __tsplusTrace) {
|
|
202
202
|
return make_1([self.initial, that.initial, true], (now, inp, [s1, s2, onLeft]) => {
|
|
203
203
|
if (onLeft) {
|
|
204
|
-
return tsplus_module_2.flatMap_(self.step(now, inp, s1,
|
|
204
|
+
return tsplus_module_2.flatMap_(self.step(now, inp, s1, __tsplusTrace), ([lState, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.map_(that.step(now, inp, s2, __tsplusTrace), ([rState, out, decision]) => [[lState, rState, false], tsplus_module_4.right(out), decision], __tsplusTrace), interval => tsplus_module_2.succeedNow([[lState, s2, true], tsplus_module_4.left(out), tsplus_module_5.continue_(interval)], __tsplusTrace)), __tsplusTrace);
|
|
205
205
|
} else {
|
|
206
|
-
return tsplus_module_2.map_(that.step(now, inp, s2,
|
|
206
|
+
return tsplus_module_2.map_(that.step(now, inp, s2, __tsplusTrace), ([rState, out, decision]) => [[s1, rState, false], tsplus_module_4.right(out), decision], __tsplusTrace);
|
|
207
207
|
}
|
|
208
|
-
});
|
|
208
|
+
}, __tsplusTrace);
|
|
209
209
|
}
|
|
210
210
|
/**
|
|
211
211
|
* @tsplus fluent fncts.io.Schedule as
|
|
212
212
|
*/
|
|
213
213
|
|
|
214
214
|
|
|
215
|
-
function as_1(self, out2) {
|
|
216
|
-
return map_1(self, () => out2());
|
|
215
|
+
function as_1(self, out2, __tsplusTrace) {
|
|
216
|
+
return map_1(self, () => out2(), __tsplusTrace);
|
|
217
217
|
}
|
|
218
218
|
/**
|
|
219
219
|
* @tsplus fluent fncts.io.Schedule check
|
|
220
220
|
*/
|
|
221
221
|
|
|
222
222
|
|
|
223
|
-
function check_1(self, test) {
|
|
224
|
-
return checkIO_1(self, (inp, out) => tsplus_module_2.succeed(() => test(inp, out),
|
|
223
|
+
function check_1(self, test, __tsplusTrace) {
|
|
224
|
+
return checkIO_1(self, (inp, out) => tsplus_module_2.succeed(() => test(inp, out), __tsplusTrace), __tsplusTrace);
|
|
225
225
|
}
|
|
226
226
|
/**
|
|
227
227
|
* @tsplus fluent fncts.io.Schedule checkIO
|
|
228
228
|
*/
|
|
229
229
|
|
|
230
230
|
|
|
231
|
-
function checkIO_1(self, test) {
|
|
232
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
231
|
+
function checkIO_1(self, test, __tsplusTrace) {
|
|
232
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.succeedNow([state, out, decision], __tsplusTrace), interval => tsplus_module_2.map_(test(inp, out), b => b ? [state, out, tsplus_module_5.continue_(interval)] : [state, out, tsplus_module_5.done], __tsplusTrace)), __tsplusTrace), __tsplusTrace);
|
|
233
233
|
}
|
|
234
234
|
/**
|
|
235
235
|
* @tsplus fluent fncts.io.Schedule compose_
|
|
236
236
|
*/
|
|
237
237
|
|
|
238
238
|
|
|
239
|
-
function compose_(self, that) {
|
|
240
|
-
return make_1([self.initial, that.initial], (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state[0],
|
|
239
|
+
function compose_(self, that, __tsplusTrace) {
|
|
240
|
+
return make_1([self.initial, that.initial], (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state[0], __tsplusTrace), ([lState, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.map_(that.step(now, out, state[1], __tsplusTrace), ([rState, out2]) => [[lState, rState], out2, tsplus_module_5.done], __tsplusTrace), interval => tsplus_module_2.map_(that.step(now, out, state[1], __tsplusTrace), ([rState, out2, decision]) => tsplus_module_5.match_(decision, () => [[lState, rState], out2, tsplus_module_5.done], interval2 => [[lState, rState], out2, tsplus_module_5.continue_(tsplus_module_6.max(interval, interval2))]), __tsplusTrace)), __tsplusTrace), __tsplusTrace);
|
|
241
241
|
}
|
|
242
242
|
/**
|
|
243
243
|
* @tsplus fluent fncts.io.Schedule contramap
|
|
244
244
|
*/
|
|
245
245
|
|
|
246
246
|
|
|
247
|
-
function contramap_1(self, f) {
|
|
248
|
-
return contramapIO_1(self, inp2 => tsplus_module_2.succeed(() => f(inp2),
|
|
247
|
+
function contramap_1(self, f, __tsplusTrace) {
|
|
248
|
+
return contramapIO_1(self, inp2 => tsplus_module_2.succeed(() => f(inp2), __tsplusTrace), __tsplusTrace);
|
|
249
249
|
}
|
|
250
250
|
/**
|
|
251
251
|
* @tsplus fluent fncts.io.Schedule contramapEnvironment
|
|
252
252
|
*/
|
|
253
253
|
|
|
254
254
|
|
|
255
|
-
function contramapEnvironment_(self, f) {
|
|
256
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_7.contramapEnvironment_(self.step(now, inp, state,
|
|
255
|
+
function contramapEnvironment_(self, f, __tsplusTrace) {
|
|
256
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_7.contramapEnvironment_(self.step(now, inp, state, __tsplusTrace), f, __tsplusTrace), __tsplusTrace);
|
|
257
257
|
}
|
|
258
258
|
/**
|
|
259
259
|
* @tsplus fluent fncts.io.Schedule contramapIO
|
|
260
260
|
*/
|
|
261
261
|
|
|
262
262
|
|
|
263
|
-
function contramapIO_1(self, f) {
|
|
264
|
-
return make_1(self.initial, (now, inp2, state) => tsplus_module_2.flatMap_(f(inp2), inp => self.step(now, inp, state,
|
|
263
|
+
function contramapIO_1(self, f, __tsplusTrace) {
|
|
264
|
+
return make_1(self.initial, (now, inp2, state) => tsplus_module_2.flatMap_(f(inp2), inp => self.step(now, inp, state, __tsplusTrace), __tsplusTrace), __tsplusTrace);
|
|
265
265
|
}
|
|
266
266
|
/**
|
|
267
267
|
* @tsplus static fncts.io.ScheduleOps delayed
|
|
268
268
|
*/
|
|
269
269
|
|
|
270
270
|
|
|
271
|
-
function delayed_1(schedule) {
|
|
272
|
-
return addDelay_1(schedule, x => x);
|
|
271
|
+
function delayed_1(schedule, __tsplusTrace) {
|
|
272
|
+
return addDelay_1(schedule, x => x, __tsplusTrace);
|
|
273
273
|
}
|
|
274
274
|
/**
|
|
275
275
|
* @tsplus fluent fncts.io.Schedule delayed
|
|
276
276
|
*/
|
|
277
277
|
|
|
278
278
|
|
|
279
|
-
function delayedSelf_(self, f) {
|
|
280
|
-
return delayedIO_1(self, delay => tsplus_module_2.succeed(() => f(delay),
|
|
279
|
+
function delayedSelf_(self, f, __tsplusTrace) {
|
|
280
|
+
return delayedIO_1(self, delay => tsplus_module_2.succeed(() => f(delay), __tsplusTrace), __tsplusTrace);
|
|
281
281
|
}
|
|
282
282
|
/**
|
|
283
283
|
* @tsplus fluent fncts.io.Schedule delayedIO
|
|
284
284
|
*/
|
|
285
285
|
|
|
286
286
|
|
|
287
|
-
function delayedIO_1(self, f) {
|
|
288
|
-
return modifyDelayIO_1(self, (_, delay) => f(delay));
|
|
287
|
+
function delayedIO_1(self, f, __tsplusTrace) {
|
|
288
|
+
return modifyDelayIO_1(self, (_, delay) => f(delay), __tsplusTrace);
|
|
289
289
|
}
|
|
290
290
|
/**
|
|
291
291
|
* @tsplus getter fncts.io.Schedule delays
|
|
292
292
|
*/
|
|
293
293
|
|
|
294
294
|
|
|
295
|
-
function delays(self) {
|
|
296
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
295
|
+
function delays(self, __tsplusTrace) {
|
|
296
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, _, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.succeedNow([state, 0, tsplus_module_5.done], __tsplusTrace), interval => {
|
|
297
297
|
const delay = tsplus_module_6.start(interval) - now;
|
|
298
|
-
return tsplus_module_2.succeedNow([state, delay, tsplus_module_5.continue_(interval)],
|
|
299
|
-
}),
|
|
298
|
+
return tsplus_module_2.succeedNow([state, delay, tsplus_module_5.continue_(interval)], __tsplusTrace);
|
|
299
|
+
}), __tsplusTrace), __tsplusTrace);
|
|
300
300
|
}
|
|
301
301
|
/**
|
|
302
302
|
* @tsplus fluent fncts.io.Schedule dimap
|
|
303
303
|
*/
|
|
304
304
|
|
|
305
305
|
|
|
306
|
-
function dimap_(self, f, g) {
|
|
307
|
-
return map_1(contramap_1(self, f), g);
|
|
306
|
+
function dimap_(self, f, g, __tsplusTrace) {
|
|
307
|
+
return map_1(contramap_1(self, f, __tsplusTrace), g, __tsplusTrace);
|
|
308
308
|
}
|
|
309
309
|
/**
|
|
310
310
|
* @tsplus fluent fncts.io.Schedule dimapIO
|
|
311
311
|
*/
|
|
312
312
|
|
|
313
313
|
|
|
314
|
-
function dimapIO_(self, f, g) {
|
|
315
|
-
return mapIO_1(contramapIO_1(self, f), g);
|
|
314
|
+
function dimapIO_(self, f, g, __tsplusTrace) {
|
|
315
|
+
return mapIO_1(contramapIO_1(self, f, __tsplusTrace), g, __tsplusTrace);
|
|
316
316
|
}
|
|
317
317
|
/**
|
|
318
318
|
* @tsplus static fncts.io.ScheduleOps duration
|
|
319
319
|
*/
|
|
320
320
|
|
|
321
321
|
|
|
322
|
-
function duration(duration) {
|
|
322
|
+
function duration(duration, __tsplusTrace) {
|
|
323
323
|
return make_1(true, (now, _, state) => tsplus_module_2.succeed(() => {
|
|
324
324
|
if (state) {
|
|
325
325
|
const interval = tsplus_module_8.after(now + duration);
|
|
@@ -327,7 +327,7 @@ function duration(duration) {
|
|
|
327
327
|
} else {
|
|
328
328
|
return [false, 0, tsplus_module_5.done];
|
|
329
329
|
}
|
|
330
|
-
},
|
|
330
|
+
}, __tsplusTrace), __tsplusTrace);
|
|
331
331
|
}
|
|
332
332
|
/**
|
|
333
333
|
* @tsplus fluent fncts.io.Schedule either
|
|
@@ -335,16 +335,16 @@ function duration(duration) {
|
|
|
335
335
|
*/
|
|
336
336
|
|
|
337
337
|
|
|
338
|
-
function either_1(self, that) {
|
|
339
|
-
return unionWith_1(self, that, (interval1, interval2) => tsplus_module_6.union(interval1, interval2));
|
|
338
|
+
function either_1(self, that, __tsplusTrace) {
|
|
339
|
+
return unionWith_1(self, that, (interval1, interval2) => tsplus_module_6.union(interval1, interval2), __tsplusTrace);
|
|
340
340
|
}
|
|
341
341
|
/**
|
|
342
342
|
* @tsplus fluent fncts.io.Schedule eitherWith
|
|
343
343
|
*/
|
|
344
344
|
|
|
345
345
|
|
|
346
|
-
function eitherWith(self, that, f) {
|
|
347
|
-
return map_1(either_1(self, that), tsplus_module_9.tupled(f));
|
|
346
|
+
function eitherWith(self, that, f, __tsplusTrace) {
|
|
347
|
+
return map_1(either_1(self, that, __tsplusTrace), tsplus_module_9.tupled(f), __tsplusTrace);
|
|
348
348
|
}
|
|
349
349
|
/**
|
|
350
350
|
* @tsplus static fncts.io.ScheduleOps elapsed
|
|
@@ -354,7 +354,7 @@ function eitherWith(self, that, f) {
|
|
|
354
354
|
const elapsed_1 = /*#__PURE__*/make_1( /*#__PURE__*/tsplus_module_10.nothing(), (now, _, state) => tsplus_module_2.succeed(() => tsplus_module_11.match_(state, () => [tsplus_module_10.just(now), 0, tsplus_module_5.continueWith(tsplus_module_8.makeInterval(now, Number.MAX_SAFE_INTEGER))], start => {
|
|
355
355
|
const duration = now - start;
|
|
356
356
|
return [tsplus_module_10.just(start), duration, tsplus_module_5.continueWith(tsplus_module_8.makeInterval(now, Number.MAX_SAFE_INTEGER))];
|
|
357
|
-
}), fileName_1 + ":
|
|
357
|
+
}), fileName_1 + ":302:13"), fileName_1 + ":301:91");
|
|
358
358
|
const elapsed = elapsed_1;
|
|
359
359
|
/**
|
|
360
360
|
* @tsplus fluent fncts.io.Schedule ensuring
|
|
@@ -362,16 +362,16 @@ const elapsed = elapsed_1;
|
|
|
362
362
|
|
|
363
363
|
exports.elapsed = elapsed;
|
|
364
364
|
|
|
365
|
-
function ensuring_(self, finalizer) {
|
|
366
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
365
|
+
function ensuring_(self, finalizer, __tsplusTrace) {
|
|
366
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.as_(finalizer, () => [state, out, tsplus_module_5.done], __tsplusTrace), interval => tsplus_module_2.succeedNow([state, out, tsplus_module_5.continue_(interval)], __tsplusTrace)), __tsplusTrace), __tsplusTrace);
|
|
367
367
|
}
|
|
368
368
|
/**
|
|
369
369
|
* @tsplus static fncts.io.ScheduleOps exponential
|
|
370
370
|
*/
|
|
371
371
|
|
|
372
372
|
|
|
373
|
-
function exponential(base, factor = 2) {
|
|
374
|
-
return delayed_1(map_1(forever_1, i => base * Math.pow(factor, i)));
|
|
373
|
+
function exponential(base, factor = 2, __tsplusTrace) {
|
|
374
|
+
return delayed_1(map_1(forever_1, i => base * Math.pow(factor, i), __tsplusTrace), __tsplusTrace);
|
|
375
375
|
}
|
|
376
376
|
/**
|
|
377
377
|
* A schedule that recurs on a fixed interval. Returns the number of
|
|
@@ -389,7 +389,7 @@ function exponential(base, factor = 2) {
|
|
|
389
389
|
*/
|
|
390
390
|
|
|
391
391
|
|
|
392
|
-
function fixed(interval) {
|
|
392
|
+
function fixed(interval, __tsplusTrace) {
|
|
393
393
|
return make_1([tsplus_module_10.nothing(), 0], (now, inp, [ms, n]) => tsplus_module_2.succeed(() => tsplus_module_11.match_(ms, () => {
|
|
394
394
|
const nextRun = now + interval;
|
|
395
395
|
return [[tsplus_module_10.just([now, nextRun]), n + 1], n, tsplus_module_5.continueWith(tsplus_module_8.after(nextRun))];
|
|
@@ -399,38 +399,38 @@ function fixed(interval) {
|
|
|
399
399
|
const sleepTime = boundary === 0 ? interval : boundary;
|
|
400
400
|
const nextRun = runningBehind ? now : now + sleepTime;
|
|
401
401
|
return [[tsplus_module_10.just([startMillis, nextRun]), n + 1], n, tsplus_module_5.continueWith(tsplus_module_8.after(nextRun))];
|
|
402
|
-
}),
|
|
402
|
+
}), __tsplusTrace), __tsplusTrace);
|
|
403
403
|
}
|
|
404
404
|
/**
|
|
405
405
|
* @tsplus fluent fncts.io.Schedule fold
|
|
406
406
|
*/
|
|
407
407
|
|
|
408
408
|
|
|
409
|
-
function fold_1(self, z, f) {
|
|
410
|
-
return foldIO_1(self, z, (z, out) => tsplus_module_2.succeed(() => f(z, out),
|
|
409
|
+
function fold_1(self, z, f, __tsplusTrace) {
|
|
410
|
+
return foldIO_1(self, z, (z, out) => tsplus_module_2.succeed(() => f(z, out), __tsplusTrace), __tsplusTrace);
|
|
411
411
|
}
|
|
412
412
|
/**
|
|
413
413
|
* @tsplus fluent fncts.io.Schedule foldIO
|
|
414
414
|
*/
|
|
415
415
|
|
|
416
416
|
|
|
417
|
-
function foldIO_1(self, z, f) {
|
|
418
|
-
return make_1([self.initial, z], (now, inp, [s, z]) => tsplus_module_2.flatMap_(self.step(now, inp, s,
|
|
417
|
+
function foldIO_1(self, z, f, __tsplusTrace) {
|
|
418
|
+
return make_1([self.initial, z], (now, inp, [s, z]) => tsplus_module_2.flatMap_(self.step(now, inp, s, __tsplusTrace), ([s, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.succeedNow([[s, z], z, tsplus_module_5.done], __tsplusTrace), interval => tsplus_module_2.map_(f(z, out), z2 => [[s, z2], z, tsplus_module_5.continue_(interval)], __tsplusTrace)), __tsplusTrace), __tsplusTrace);
|
|
419
419
|
}
|
|
420
420
|
/**
|
|
421
421
|
* @tsplus getter fncts.io.Schedule forever
|
|
422
422
|
*/
|
|
423
423
|
|
|
424
424
|
|
|
425
|
-
function foreverSelf(self) {
|
|
426
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
425
|
+
function foreverSelf(self, __tsplusTrace) {
|
|
426
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_5.match_(decision, () => self.step(now, inp, self.initial, __tsplusTrace), interval => tsplus_module_2.succeed(() => [state, out, tsplus_module_5.continue_(interval)], __tsplusTrace)), __tsplusTrace), __tsplusTrace);
|
|
427
427
|
}
|
|
428
428
|
/**
|
|
429
429
|
* @tsplus static fncts.io.ScheduleOps forever
|
|
430
430
|
*/
|
|
431
431
|
|
|
432
432
|
|
|
433
|
-
const forever_1 = /*#__PURE__*/unfold_1(() => 0, n => n + 1);
|
|
433
|
+
const forever_1 = /*#__PURE__*/unfold_1(() => 0, n => n + 1, fileName_1 + ":430:39");
|
|
434
434
|
const forever = forever_1;
|
|
435
435
|
/**
|
|
436
436
|
* @tsplus static fncts.io.ScheduleOps identity
|
|
@@ -438,19 +438,19 @@ const forever = forever_1;
|
|
|
438
438
|
|
|
439
439
|
exports.forever = forever;
|
|
440
440
|
|
|
441
|
-
function identity_1() {
|
|
442
|
-
return make_1(undefined, (now, inp, state) => tsplus_module_2.succeed(() => [state, inp, tsplus_module_5.continueWith(tsplus_module_8.after(now))],
|
|
441
|
+
function identity_1(__tsplusTrace) {
|
|
442
|
+
return make_1(undefined, (now, inp, state) => tsplus_module_2.succeed(() => [state, inp, tsplus_module_5.continueWith(tsplus_module_8.after(now))], __tsplusTrace), __tsplusTrace);
|
|
443
443
|
}
|
|
444
444
|
|
|
445
|
-
function intersectWithLoop(self, that, inp, lState, out, lInterval, rState, out2, rInterval, f) {
|
|
445
|
+
function intersectWithLoop(self, that, inp, lState, out, lInterval, rState, out2, rInterval, f, __tsplusTrace) {
|
|
446
446
|
const combined = f(lInterval, rInterval);
|
|
447
447
|
|
|
448
448
|
if (tsplus_module_6.isNonEmpty(combined)) {
|
|
449
|
-
return tsplus_module_2.succeedNow([[lState, rState], [out, out2], tsplus_module_5.continue_(combined)],
|
|
449
|
+
return tsplus_module_2.succeedNow([[lState, rState], [out, out2], tsplus_module_5.continue_(combined)], __tsplusTrace);
|
|
450
450
|
} else if (tsplus_module_6.lt(lInterval, rInterval)) {
|
|
451
|
-
return tsplus_module_2.flatMap_(self.step(tsplus_module_6.end(lInterval), inp, lState,
|
|
451
|
+
return tsplus_module_2.flatMap_(self.step(tsplus_module_6.end(lInterval), inp, lState, __tsplusTrace), ([lState, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.succeedNow([[lState, rState], [out, out2], tsplus_module_5.done], __tsplusTrace), lInterval => intersectWithLoop(self, that, inp, lState, out, lInterval, rState, out2, rInterval, f, __tsplusTrace)), __tsplusTrace);
|
|
452
452
|
} else {
|
|
453
|
-
return tsplus_module_2.flatMap_(that.step(tsplus_module_6.end(rInterval), inp, rState,
|
|
453
|
+
return tsplus_module_2.flatMap_(that.step(tsplus_module_6.end(rInterval), inp, rState, __tsplusTrace), ([rState, out2, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.succeedNow([[lState, rState], [out, out2], tsplus_module_5.done], __tsplusTrace), rInterval => intersectWithLoop(self, that, inp, lState, out, lInterval, rState, out2, rInterval, f, __tsplusTrace)), __tsplusTrace);
|
|
454
454
|
}
|
|
455
455
|
}
|
|
456
456
|
/**
|
|
@@ -458,54 +458,54 @@ function intersectWithLoop(self, that, inp, lState, out, lInterval, rState, out2
|
|
|
458
458
|
*/
|
|
459
459
|
|
|
460
460
|
|
|
461
|
-
function intersectWith_1(self, that, f) {
|
|
461
|
+
function intersectWith_1(self, that, f, __tsplusTrace) {
|
|
462
462
|
return make_1([self.initial, that.initial], (now, inp, state) => {
|
|
463
|
-
const left = self.step(now, inp, state[0],
|
|
464
|
-
const right = that.step(now, inp, state[1],
|
|
463
|
+
const left = self.step(now, inp, state[0], __tsplusTrace);
|
|
464
|
+
const right = that.step(now, inp, state[1], __tsplusTrace);
|
|
465
465
|
return tsplus_module_2.flatten(tsplus_module_2.zipWith_(left, right, ([lState, out, lDecision], [rState, out2, rDecision]) => {
|
|
466
466
|
if (lDecision._tag === "Continue"
|
|
467
467
|
/* DecisionTag.Continue */
|
|
468
468
|
&& rDecision._tag === "Continue"
|
|
469
469
|
/* DecisionTag.Continue */
|
|
470
470
|
) {
|
|
471
|
-
return intersectWithLoop(self, that, inp, lState, out, lDecision.interval, rState, out2, rDecision.interval, f);
|
|
471
|
+
return intersectWithLoop(self, that, inp, lState, out, lDecision.interval, rState, out2, rDecision.interval, f, __tsplusTrace);
|
|
472
472
|
} else {
|
|
473
|
-
return tsplus_module_2.succeedNow([[lState, rState], [out, out2], tsplus_module_5.done],
|
|
473
|
+
return tsplus_module_2.succeedNow([[lState, rState], [out, out2], tsplus_module_5.done], __tsplusTrace);
|
|
474
474
|
}
|
|
475
|
-
}));
|
|
476
|
-
});
|
|
475
|
+
}, __tsplusTrace), __tsplusTrace);
|
|
476
|
+
}, __tsplusTrace);
|
|
477
477
|
}
|
|
478
478
|
/**
|
|
479
479
|
* @tsplus static fncts.io.Schedule linear
|
|
480
480
|
*/
|
|
481
481
|
|
|
482
482
|
|
|
483
|
-
function linear(base) {
|
|
484
|
-
return delayed_1(map_1(forever_1, i => base * (i + 1)));
|
|
483
|
+
function linear(base, __tsplusTrace) {
|
|
484
|
+
return delayed_1(map_1(forever_1, i => base * (i + 1), __tsplusTrace), __tsplusTrace);
|
|
485
485
|
}
|
|
486
486
|
/**
|
|
487
487
|
* @tsplus fluent fncts.io.Schedule map
|
|
488
488
|
*/
|
|
489
489
|
|
|
490
490
|
|
|
491
|
-
function map_1(self, f) {
|
|
492
|
-
return mapIO_1(self, out => tsplus_module_2.succeedNow(f(out),
|
|
491
|
+
function map_1(self, f, __tsplusTrace) {
|
|
492
|
+
return mapIO_1(self, out => tsplus_module_2.succeedNow(f(out), __tsplusTrace), __tsplusTrace);
|
|
493
493
|
}
|
|
494
494
|
/**
|
|
495
495
|
* @tsplus fluent fncts.io.Schedule mapIO
|
|
496
496
|
*/
|
|
497
497
|
|
|
498
498
|
|
|
499
|
-
function mapIO_1(self, f) {
|
|
500
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
499
|
+
function mapIO_1(self, f, __tsplusTrace) {
|
|
500
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_2.map_(f(out), out1 => [state, out1, decision], __tsplusTrace), __tsplusTrace), __tsplusTrace);
|
|
501
501
|
}
|
|
502
502
|
/**
|
|
503
503
|
* @tsplus fluent fncts.io.Schedule modifyDelayIO
|
|
504
504
|
*/
|
|
505
505
|
|
|
506
506
|
|
|
507
|
-
function modifyDelayIO_1(self, f) {
|
|
508
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
507
|
+
function modifyDelayIO_1(self, f, __tsplusTrace) {
|
|
508
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.succeedNow([state, out, decision], __tsplusTrace), interval => {
|
|
509
509
|
const delay = tsplus_module_8.size(tsplus_module_8.makeInterval(now, tsplus_module_6.start(interval)));
|
|
510
510
|
return tsplus_module_2.map_(f(out, delay), duration => {
|
|
511
511
|
const oldStart = tsplus_module_6.start(interval);
|
|
@@ -514,132 +514,132 @@ function modifyDelayIO_1(self, f) {
|
|
|
514
514
|
const newEnd = tsplus_module_6.end(interval) + delta;
|
|
515
515
|
const newInterval = tsplus_module_8.makeInterval(newStart, newEnd);
|
|
516
516
|
return [state, out, tsplus_module_5.continueWith(newInterval)];
|
|
517
|
-
},
|
|
518
|
-
}),
|
|
517
|
+
}, __tsplusTrace);
|
|
518
|
+
}), __tsplusTrace), __tsplusTrace);
|
|
519
519
|
}
|
|
520
520
|
/**
|
|
521
521
|
* @tsplus fluent fncts.io.Schedule onDecision
|
|
522
522
|
*/
|
|
523
523
|
|
|
524
524
|
|
|
525
|
-
function onDecision_(self, f) {
|
|
526
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
525
|
+
function onDecision_(self, f, __tsplusTrace) {
|
|
526
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_2.as_(f(state, out, decision), () => [state, out, decision], __tsplusTrace), __tsplusTrace), __tsplusTrace);
|
|
527
527
|
}
|
|
528
528
|
/**
|
|
529
529
|
* @tsplus fluent fncts.io.Schedule provideEnvironment
|
|
530
530
|
*/
|
|
531
531
|
|
|
532
532
|
|
|
533
|
-
function provideEnvironment_(self, env) {
|
|
534
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_7.provideEnvironment_(self.step(now, inp, state,
|
|
533
|
+
function provideEnvironment_(self, env, __tsplusTrace) {
|
|
534
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_7.provideEnvironment_(self.step(now, inp, state, __tsplusTrace), env, __tsplusTrace), __tsplusTrace);
|
|
535
535
|
}
|
|
536
536
|
/**
|
|
537
537
|
* @tsplus fluent fncts.io.Schedule reconsider
|
|
538
538
|
*/
|
|
539
539
|
|
|
540
540
|
|
|
541
|
-
function reconsider_(self, f) {
|
|
542
|
-
return reconsiderIO_1(self, (state, out, decision) => tsplus_module_2.succeed(() => f(state, out, decision),
|
|
541
|
+
function reconsider_(self, f, __tsplusTrace) {
|
|
542
|
+
return reconsiderIO_1(self, (state, out, decision) => tsplus_module_2.succeed(() => f(state, out, decision), __tsplusTrace), __tsplusTrace);
|
|
543
543
|
}
|
|
544
544
|
/**
|
|
545
545
|
* @tsplus fluent fncts.io.Schedule reconsiderIO
|
|
546
546
|
*/
|
|
547
547
|
|
|
548
548
|
|
|
549
|
-
function reconsiderIO_1(self, f) {
|
|
550
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
549
|
+
function reconsiderIO_1(self, f, __tsplusTrace) {
|
|
550
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.map_(f(state, out, decision), r => tsplus_module_12.match_(r, out1 => [state, out1, tsplus_module_5.done], ([out1, _]) => [state, out1, tsplus_module_5.done]), __tsplusTrace), () => tsplus_module_2.map_(f(state, out, decision), r => tsplus_module_12.match_(r, out1 => [state, out1, tsplus_module_5.done], ([out1, interval]) => [state, out1, tsplus_module_5.continueWith(interval)]), __tsplusTrace)), __tsplusTrace), __tsplusTrace);
|
|
551
551
|
}
|
|
552
552
|
/**
|
|
553
553
|
* @tsplus static fncts.io.Schedule recurs
|
|
554
554
|
*/
|
|
555
555
|
|
|
556
556
|
|
|
557
|
-
function recurs(n) {
|
|
558
|
-
return whileOutput_1(forever_1, _ => _ < n);
|
|
557
|
+
function recurs(n, __tsplusTrace) {
|
|
558
|
+
return whileOutput_1(forever_1, _ => _ < n, __tsplusTrace);
|
|
559
559
|
}
|
|
560
560
|
/**
|
|
561
561
|
* @tsplus static fncts.io.Schedule recurWhile
|
|
562
562
|
*/
|
|
563
563
|
|
|
564
564
|
|
|
565
|
-
function recurWhile(f) {
|
|
566
|
-
return whileInput_1(identity_1(), f);
|
|
565
|
+
function recurWhile(f, __tsplusTrace) {
|
|
566
|
+
return whileInput_1(identity_1(__tsplusTrace), f, __tsplusTrace);
|
|
567
567
|
}
|
|
568
568
|
/**
|
|
569
569
|
* @tsplus static fncts.io.Schedule recurWhileIO
|
|
570
570
|
*/
|
|
571
571
|
|
|
572
572
|
|
|
573
|
-
function recurWhileIO(f) {
|
|
574
|
-
return whileInputIO_1(identity_1(), f);
|
|
573
|
+
function recurWhileIO(f, __tsplusTrace) {
|
|
574
|
+
return whileInputIO_1(identity_1(__tsplusTrace), f, __tsplusTrace);
|
|
575
575
|
}
|
|
576
576
|
/**
|
|
577
577
|
* @tsplus static fncts.io.Schedule recurWhileEquals
|
|
578
578
|
*/
|
|
579
579
|
|
|
580
580
|
|
|
581
|
-
function recurWhileEquals(value) {
|
|
582
|
-
return whileInput_1(identity_1(), a => tsplus_module_13.strictEquals(a, value()));
|
|
581
|
+
function recurWhileEquals(value, __tsplusTrace) {
|
|
582
|
+
return whileInput_1(identity_1(__tsplusTrace), a => tsplus_module_13.strictEquals(a, value()), __tsplusTrace);
|
|
583
583
|
}
|
|
584
584
|
/**
|
|
585
585
|
* @tsplus static fncts.io.Schedule recurUntil
|
|
586
586
|
*/
|
|
587
587
|
|
|
588
588
|
|
|
589
|
-
function recurUntil(f) {
|
|
590
|
-
return untilInput_1(identity_1(), f);
|
|
589
|
+
function recurUntil(f, __tsplusTrace) {
|
|
590
|
+
return untilInput_1(identity_1(__tsplusTrace), f, __tsplusTrace);
|
|
591
591
|
}
|
|
592
592
|
/**
|
|
593
593
|
* @tsplus static fncts.io.Schedule recurUntilIO
|
|
594
594
|
*/
|
|
595
595
|
|
|
596
596
|
|
|
597
|
-
function recurUntilIO(f) {
|
|
598
|
-
return untilInputIO_1(identity_1(), f);
|
|
597
|
+
function recurUntilIO(f, __tsplusTrace) {
|
|
598
|
+
return untilInputIO_1(identity_1(__tsplusTrace), f, __tsplusTrace);
|
|
599
599
|
}
|
|
600
600
|
/**
|
|
601
601
|
* @tsplus static fncts.io.Schedule recurUntilEquals
|
|
602
602
|
*/
|
|
603
603
|
|
|
604
604
|
|
|
605
|
-
function recurUntilEquals(value) {
|
|
606
|
-
return untilInput_1(identity_1(), a => tsplus_module_13.strictEquals(a, value()));
|
|
605
|
+
function recurUntilEquals(value, __tsplusTrace) {
|
|
606
|
+
return untilInput_1(identity_1(__tsplusTrace), a => tsplus_module_13.strictEquals(a, value()), __tsplusTrace);
|
|
607
607
|
}
|
|
608
608
|
/**
|
|
609
609
|
* @tsplus getter fncts.io.Schedule repetitions
|
|
610
610
|
*/
|
|
611
611
|
|
|
612
612
|
|
|
613
|
-
function repetitions(self) {
|
|
614
|
-
return fold_1(self, 0, (n, _) => n + 1);
|
|
613
|
+
function repetitions(self, __tsplusTrace) {
|
|
614
|
+
return fold_1(self, 0, (n, _) => n + 1, __tsplusTrace);
|
|
615
615
|
}
|
|
616
616
|
/**
|
|
617
617
|
* @tsplus fluent fncts.io.Schedule resetAfter
|
|
618
618
|
*/
|
|
619
619
|
|
|
620
620
|
|
|
621
|
-
function resetAfter_(self, duration) {
|
|
622
|
-
return map_1(resetWhen_1(zip_1(self, elapsed_1), ([_, d]) => d >= duration), ([out, _]) => out);
|
|
621
|
+
function resetAfter_(self, duration, __tsplusTrace) {
|
|
622
|
+
return map_1(resetWhen_1(zip_1(self, elapsed_1, __tsplusTrace), ([_, d]) => d >= duration, __tsplusTrace), ([out, _]) => out, __tsplusTrace);
|
|
623
623
|
}
|
|
624
624
|
/**
|
|
625
625
|
* @tsplus fluent fncts.io.Schedule resetWhen
|
|
626
626
|
*/
|
|
627
627
|
|
|
628
628
|
|
|
629
|
-
function resetWhen_1(self, f) {
|
|
630
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
629
|
+
function resetWhen_1(self, f, __tsplusTrace) {
|
|
630
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => f(out) ? self.step(now, inp, self.initial, __tsplusTrace) : tsplus_module_2.succeedNow([state, out, decision], __tsplusTrace), __tsplusTrace), __tsplusTrace);
|
|
631
631
|
}
|
|
632
632
|
/**
|
|
633
633
|
* @tsplus fluent fncts.io.Schedule run
|
|
634
634
|
*/
|
|
635
635
|
|
|
636
636
|
|
|
637
|
-
function run_(self, now, input) {
|
|
637
|
+
function run_(self, now, input, __tsplusTrace) {
|
|
638
638
|
const loop = (now, xs, state, acc) => {
|
|
639
639
|
if (tsplus_module_14.isEmpty(xs)) {
|
|
640
|
-
return tsplus_module_2.succeedNow(acc,
|
|
640
|
+
return tsplus_module_2.succeedNow(acc, __tsplusTrace);
|
|
641
641
|
} else {
|
|
642
|
-
return tsplus_module_2.flatMap_(self.step(now, xs.head, state,
|
|
642
|
+
return tsplus_module_2.flatMap_(self.step(now, xs.head, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.succeed(() => tsplus_module_15.append_(acc, out), __tsplusTrace), interval => loop(tsplus_module_6.start(interval), xs.tail, state, tsplus_module_15.append_(acc, out))), __tsplusTrace);
|
|
643
643
|
}
|
|
644
644
|
};
|
|
645
645
|
|
|
@@ -650,166 +650,166 @@ function run_(self, now, input) {
|
|
|
650
650
|
*/
|
|
651
651
|
|
|
652
652
|
|
|
653
|
-
function spaced(duration) {
|
|
654
|
-
return addDelay_1(forever_1, () => duration);
|
|
653
|
+
function spaced(duration, __tsplusTrace) {
|
|
654
|
+
return addDelay_1(forever_1, () => duration, __tsplusTrace);
|
|
655
655
|
}
|
|
656
656
|
/**
|
|
657
657
|
* @tsplus static fncts.io.Schedule succeed
|
|
658
658
|
*/
|
|
659
659
|
|
|
660
660
|
|
|
661
|
-
function succeed(a) {
|
|
662
|
-
return as_1(forever_1, a);
|
|
661
|
+
function succeed(a, __tsplusTrace) {
|
|
662
|
+
return as_1(forever_1, a, __tsplusTrace);
|
|
663
663
|
}
|
|
664
664
|
/**
|
|
665
665
|
* @tsplus fluent fncts.io.Schedule tapInput
|
|
666
666
|
*/
|
|
667
667
|
|
|
668
668
|
|
|
669
|
-
function tapInput_(self, f) {
|
|
670
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.apSecond_(f(inp), self.step(now, inp, state,
|
|
669
|
+
function tapInput_(self, f, __tsplusTrace) {
|
|
670
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.apSecond_(f(inp), self.step(now, inp, state, __tsplusTrace), __tsplusTrace), __tsplusTrace);
|
|
671
671
|
}
|
|
672
672
|
/**
|
|
673
673
|
* @tsplus fluent fncts.io.Schedule tapOutput
|
|
674
674
|
*/
|
|
675
675
|
|
|
676
676
|
|
|
677
|
-
function tapOutput_(self, f) {
|
|
678
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.tap_(self.step(now, inp, state,
|
|
677
|
+
function tapOutput_(self, f, __tsplusTrace) {
|
|
678
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.tap_(self.step(now, inp, state, __tsplusTrace), ([_, out]) => f(out), __tsplusTrace), __tsplusTrace);
|
|
679
679
|
}
|
|
680
680
|
/**
|
|
681
681
|
* @tsplus fluent fncts.io.Schedule unionWith
|
|
682
682
|
*/
|
|
683
683
|
|
|
684
684
|
|
|
685
|
-
function unionWith_1(self, that, f) {
|
|
685
|
+
function unionWith_1(self, that, f, __tsplusTrace) {
|
|
686
686
|
return make_1([self.initial, that.initial], (now, inp, state) => {
|
|
687
|
-
const left = self.step(now, inp, state[0],
|
|
688
|
-
const right = that.step(now, inp, state[1],
|
|
687
|
+
const left = self.step(now, inp, state[0], __tsplusTrace);
|
|
688
|
+
const right = that.step(now, inp, state[1], __tsplusTrace);
|
|
689
689
|
return tsplus_module_2.zipWith_(left, right, ([lstate, l, d1], [rstate, r, d2]) => tsplus_module_5.match_(d1, () => tsplus_module_5.match_(d2, () => [[lstate, rstate], [l, r], tsplus_module_5.done], interval => [[lstate, rstate], [l, r], tsplus_module_5.continue_(interval)]), linterval => tsplus_module_5.match_(d2, () => [[lstate, rstate], [l, r], tsplus_module_5.continue_(linterval)], rinterval => {
|
|
690
690
|
const combined = f(linterval, rinterval);
|
|
691
691
|
return [[lstate, rstate], [l, r], tsplus_module_5.continue_(combined)];
|
|
692
|
-
})));
|
|
693
|
-
});
|
|
692
|
+
})), __tsplusTrace);
|
|
693
|
+
}, __tsplusTrace);
|
|
694
694
|
}
|
|
695
695
|
/**
|
|
696
696
|
* @tsplus static fncts.io.ScheduleOps unfold
|
|
697
697
|
*/
|
|
698
698
|
|
|
699
699
|
|
|
700
|
-
function unfold_1(a, f) {
|
|
701
|
-
return make_1(a(), (now, inp, state) => tsplus_module_2.succeed(() => [f(state), state, tsplus_module_5.continueWith(tsplus_module_8.makeInterval(now, Number.MAX_SAFE_INTEGER))],
|
|
700
|
+
function unfold_1(a, f, __tsplusTrace) {
|
|
701
|
+
return make_1(a(), (now, inp, state) => tsplus_module_2.succeed(() => [f(state), state, tsplus_module_5.continueWith(tsplus_module_8.makeInterval(now, Number.MAX_SAFE_INTEGER))], __tsplusTrace), __tsplusTrace);
|
|
702
702
|
}
|
|
703
703
|
/**
|
|
704
704
|
* @tsplus fluent fncts.io.Schedule untilInput
|
|
705
705
|
*/
|
|
706
706
|
|
|
707
707
|
|
|
708
|
-
function untilInput_1(self, f) {
|
|
709
|
-
return check_1(self, inp => !f(inp));
|
|
708
|
+
function untilInput_1(self, f, __tsplusTrace) {
|
|
709
|
+
return check_1(self, inp => !f(inp), __tsplusTrace);
|
|
710
710
|
}
|
|
711
711
|
/**
|
|
712
712
|
* @tsplus fluent fncts.io.Schedule untilInputIO
|
|
713
713
|
*/
|
|
714
714
|
|
|
715
715
|
|
|
716
|
-
function untilInputIO_1(self, f) {
|
|
717
|
-
return checkIO_1(self, inp => tsplus_module_2.map_(f(inp), b => !b,
|
|
716
|
+
function untilInputIO_1(self, f, __tsplusTrace) {
|
|
717
|
+
return checkIO_1(self, inp => tsplus_module_2.map_(f(inp), b => !b, __tsplusTrace), __tsplusTrace);
|
|
718
718
|
}
|
|
719
719
|
/**
|
|
720
720
|
* @tsplus fluent fncts.io.Schedule untilOutput
|
|
721
721
|
*/
|
|
722
722
|
|
|
723
723
|
|
|
724
|
-
function untilOutput_(self, f) {
|
|
725
|
-
return check_1(self, (_, out) => !f(out));
|
|
724
|
+
function untilOutput_(self, f, __tsplusTrace) {
|
|
725
|
+
return check_1(self, (_, out) => !f(out), __tsplusTrace);
|
|
726
726
|
}
|
|
727
727
|
/**
|
|
728
728
|
* @tsplus fluent fncts.io.Schedule untilOutputIO
|
|
729
729
|
*/
|
|
730
730
|
|
|
731
731
|
|
|
732
|
-
function untilOutputIO_(self, f) {
|
|
733
|
-
return checkIO_1(self, (_, out) => tsplus_module_2.map_(f(out), b => !b,
|
|
732
|
+
function untilOutputIO_(self, f, __tsplusTrace) {
|
|
733
|
+
return checkIO_1(self, (_, out) => tsplus_module_2.map_(f(out), b => !b, __tsplusTrace), __tsplusTrace);
|
|
734
734
|
}
|
|
735
735
|
/**
|
|
736
736
|
* @tsplus static fncts.io.Schedule upTo
|
|
737
737
|
*/
|
|
738
738
|
|
|
739
739
|
|
|
740
|
-
function upTo(duration) {
|
|
741
|
-
return whileOutput_1(elapsed_1, n => n < duration);
|
|
740
|
+
function upTo(duration, __tsplusTrace) {
|
|
741
|
+
return whileOutput_1(elapsed_1, n => n < duration, __tsplusTrace);
|
|
742
742
|
}
|
|
743
743
|
/**
|
|
744
744
|
* @tsplus fluent fncts.io.Schedule whileInput
|
|
745
745
|
*/
|
|
746
746
|
|
|
747
747
|
|
|
748
|
-
function whileInput_1(self, f) {
|
|
749
|
-
return check_1(self, inp => f(inp));
|
|
748
|
+
function whileInput_1(self, f, __tsplusTrace) {
|
|
749
|
+
return check_1(self, inp => f(inp), __tsplusTrace);
|
|
750
750
|
}
|
|
751
751
|
/**
|
|
752
752
|
* @tsplus fluent fncts.io.Schedule whileInputIO
|
|
753
753
|
*/
|
|
754
754
|
|
|
755
755
|
|
|
756
|
-
function whileInputIO_1(self, f) {
|
|
757
|
-
return checkIO_1(self, inp => f(inp));
|
|
756
|
+
function whileInputIO_1(self, f, __tsplusTrace) {
|
|
757
|
+
return checkIO_1(self, inp => f(inp), __tsplusTrace);
|
|
758
758
|
}
|
|
759
759
|
/**
|
|
760
760
|
* @tsplus fluent fncts.io.Schedule whileOutput
|
|
761
761
|
*/
|
|
762
762
|
|
|
763
763
|
|
|
764
|
-
function whileOutput_1(self, f) {
|
|
765
|
-
return check_1(self, (_, out) => f(out));
|
|
764
|
+
function whileOutput_1(self, f, __tsplusTrace) {
|
|
765
|
+
return check_1(self, (_, out) => f(out), __tsplusTrace);
|
|
766
766
|
}
|
|
767
767
|
/**
|
|
768
768
|
* @tsplus fluent fncts.io.Schedule whileOutputIO
|
|
769
769
|
*/
|
|
770
770
|
|
|
771
771
|
|
|
772
|
-
function whileOutputIO_(self, f) {
|
|
773
|
-
return checkIO_1(self, (_, out) => f(out));
|
|
772
|
+
function whileOutputIO_(self, f, __tsplusTrace) {
|
|
773
|
+
return checkIO_1(self, (_, out) => f(out), __tsplusTrace);
|
|
774
774
|
}
|
|
775
775
|
/**
|
|
776
776
|
* @tsplus static fncts.io.Schedule windowed
|
|
777
777
|
*/
|
|
778
778
|
|
|
779
779
|
|
|
780
|
-
function windowed(interval) {
|
|
781
|
-
return make_1([tsplus_module_10.nothing(), 0], (now, inp, [m, n]) => tsplus_module_2.succeed(() => tsplus_module_11.match_(m, () => [[tsplus_module_10.just(now), n + 1], n, tsplus_module_5.continueWith(tsplus_module_8.after(now + interval))], startMillis => [[tsplus_module_10.just(startMillis), n + 1], n, tsplus_module_5.continueWith(tsplus_module_8.after(now + (interval - (now - startMillis) % interval)))]),
|
|
780
|
+
function windowed(interval, __tsplusTrace) {
|
|
781
|
+
return make_1([tsplus_module_10.nothing(), 0], (now, inp, [m, n]) => tsplus_module_2.succeed(() => tsplus_module_11.match_(m, () => [[tsplus_module_10.just(now), n + 1], n, tsplus_module_5.continueWith(tsplus_module_8.after(now + interval))], startMillis => [[tsplus_module_10.just(startMillis), n + 1], n, tsplus_module_5.continueWith(tsplus_module_8.after(now + (interval - (now - startMillis) % interval)))]), __tsplusTrace), __tsplusTrace);
|
|
782
782
|
}
|
|
783
783
|
/**
|
|
784
784
|
* @tsplus fluent fncts.io.Schedule zip
|
|
785
785
|
*/
|
|
786
786
|
|
|
787
787
|
|
|
788
|
-
function zip_1(self, that) {
|
|
789
|
-
return intersectWith_1(self, that, (lInterval, rInterval) => tsplus_module_6.intersect(lInterval, rInterval));
|
|
788
|
+
function zip_1(self, that, __tsplusTrace) {
|
|
789
|
+
return intersectWith_1(self, that, (lInterval, rInterval) => tsplus_module_6.intersect(lInterval, rInterval), __tsplusTrace);
|
|
790
790
|
}
|
|
791
791
|
/**
|
|
792
792
|
* @tsplus fluent fncts.io.Schedule zipLeft
|
|
793
793
|
*/
|
|
794
794
|
|
|
795
795
|
|
|
796
|
-
function zipLeft_(self, that) {
|
|
797
|
-
return map_1(zip_1(self, that), ([out]) => out);
|
|
796
|
+
function zipLeft_(self, that, __tsplusTrace) {
|
|
797
|
+
return map_1(zip_1(self, that, __tsplusTrace), ([out]) => out, __tsplusTrace);
|
|
798
798
|
}
|
|
799
799
|
/**
|
|
800
800
|
* @tsplus fluent fncts.io.Schedule zipRight
|
|
801
801
|
*/
|
|
802
802
|
|
|
803
803
|
|
|
804
|
-
function zipRight_(self, that) {
|
|
805
|
-
return map_1(zip_1(self, that), ([_, out1]) => out1);
|
|
804
|
+
function zipRight_(self, that, __tsplusTrace) {
|
|
805
|
+
return map_1(zip_1(self, that, __tsplusTrace), ([_, out1]) => out1, __tsplusTrace);
|
|
806
806
|
}
|
|
807
807
|
/**
|
|
808
808
|
* @tsplus fluent fncts.io.Schedule zipWith
|
|
809
809
|
*/
|
|
810
810
|
|
|
811
811
|
|
|
812
|
-
function zipWith_(self, that, f) {
|
|
813
|
-
return map_1(zip_1(self, that), ([out1, out2]) => f(out1, out2));
|
|
812
|
+
function zipWith_(self, that, f, __tsplusTrace) {
|
|
813
|
+
return map_1(zip_1(self, that, __tsplusTrace), ([out1, out2]) => f(out1, out2), __tsplusTrace);
|
|
814
814
|
}
|
|
815
815
|
//# sourceMappingURL=api.cjs.map
|