@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/Schedule/api.d.ts
CHANGED
|
@@ -1,120 +1,120 @@
|
|
|
1
1
|
import { IO, URIO, UIO } from "@fncts/io/IO/definition";
|
|
2
2
|
import { Schedule } from "@fncts/io/Schedule/definition";
|
|
3
|
-
import { Either } from "@fncts/base/data/Either";
|
|
4
|
-
import { Lazy } from "@fncts/base/data/function";
|
|
5
|
-
import { Environment } from "@fncts/base/data/Environment";
|
|
6
|
-
import { Maybe } from "@fncts/base/data/Maybe";
|
|
3
|
+
import { Either } from "@fncts/base/data/Either/definition";
|
|
4
|
+
import { Lazy } from "@fncts/base/data/function/definition";
|
|
5
|
+
import { Environment } from "@fncts/base/data/Environment/definition";
|
|
6
|
+
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
7
7
|
import { Intervals } from "@fncts/base/data/Intervals";
|
|
8
8
|
import { Interval } from "@fncts/base/data/Interval";
|
|
9
9
|
import { Conc } from "@fncts/base/collection/immutable/Conc";
|
|
10
|
-
import { List } from "@fncts/base/collection/immutable/List";
|
|
10
|
+
import { List } from "@fncts/base/collection/immutable/List/definition";
|
|
11
11
|
import { Decision } from "./Decision.js";
|
|
12
12
|
/**
|
|
13
13
|
* @tsplus static fncts.io.ScheduleOps __call
|
|
14
14
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
15
15
|
*/
|
|
16
|
-
export declare function make<State, Env, In, Out>(initial: State, step: (now: number, inp: In, state: State, __tsplusTrace?: string) => IO<Env, never, readonly [State, Out, Decision]
|
|
16
|
+
export declare function make<State, Env, In, Out>(initial: State, step: (now: number, inp: In, state: State, __tsplusTrace?: string) => IO<Env, never, readonly [State, Out, Decision]>, __tsplusTrace?: string): Schedule.WithState<State, Env, In, Out>;
|
|
17
17
|
/**
|
|
18
18
|
* @tsplus fluent fncts.io.Schedule addDelay
|
|
19
19
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
20
20
|
*/
|
|
21
|
-
export declare function addDelay_<State, Env, In, Out>(self: Schedule.WithState<State, Env, In, Out>, f: (out: Out) => number): Schedule.WithState<State, Env, In, Out>;
|
|
21
|
+
export declare function addDelay_<State, Env, In, Out>(self: Schedule.WithState<State, Env, In, Out>, f: (out: Out) => number, __tsplusTrace?: string): Schedule.WithState<State, Env, In, Out>;
|
|
22
22
|
/**
|
|
23
23
|
* @tsplus fluent fncts.io.Schedule addDelayIO
|
|
24
24
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
25
25
|
*/
|
|
26
|
-
export declare function addDelayIO_<State, Env, In, Out, Env1>(self: Schedule.WithState<State, Env, In, Out>, f: (out: Out) => URIO<Env1, number
|
|
26
|
+
export declare function addDelayIO_<State, Env, In, Out, Env1>(self: Schedule.WithState<State, Env, In, Out>, f: (out: Out) => URIO<Env1, number>, __tsplusTrace?: string): Schedule.WithState<State, Env | Env1, In, Out>;
|
|
27
27
|
/**
|
|
28
28
|
* @tsplus fluent fncts.io.Schedule andThen
|
|
29
29
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
30
30
|
*/
|
|
31
|
-
export declare function andThen<State, Env, In, Out, State1, Env1, In1, Out1>(self: Schedule.WithState<State, Env, In, Out>, that: Schedule.WithState<State1, Env1, In1, Out1
|
|
31
|
+
export declare function andThen<State, Env, In, Out, State1, Env1, In1, Out1>(self: Schedule.WithState<State, Env, In, Out>, that: Schedule.WithState<State1, Env1, In1, Out1>, __tsplusTrace?: string): Schedule.WithState<readonly [State, State1, boolean], Env | Env1, In & In1, Out | Out1>;
|
|
32
32
|
/**
|
|
33
33
|
* @tsplus fluent fncts.io.Schedule andThenEither
|
|
34
34
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
35
35
|
*/
|
|
36
|
-
export declare function andThenEither_<State, Env, In, Out, State1, Env1, In1, Out1>(self: Schedule.WithState<State, Env, In, Out>, that: Schedule.WithState<State1, Env1, In1, Out1
|
|
36
|
+
export declare function andThenEither_<State, Env, In, Out, State1, Env1, In1, Out1>(self: Schedule.WithState<State, Env, In, Out>, that: Schedule.WithState<State1, Env1, In1, Out1>, __tsplusTrace?: string): Schedule.WithState<readonly [State, State1, boolean], Env | Env1, In & In1, Either<Out, Out1>>;
|
|
37
37
|
/**
|
|
38
38
|
* @tsplus fluent fncts.io.Schedule as
|
|
39
39
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
40
40
|
*/
|
|
41
|
-
export declare function as_<State, Env, In, Out, Out2>(self: Schedule.WithState<State, Env, In, Out>, out2: Lazy<Out2
|
|
41
|
+
export declare function as_<State, Env, In, Out, Out2>(self: Schedule.WithState<State, Env, In, Out>, out2: Lazy<Out2>, __tsplusTrace?: string): Schedule.WithState<State, Env, In, Out2>;
|
|
42
42
|
/**
|
|
43
43
|
* @tsplus fluent fncts.io.Schedule check
|
|
44
44
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
45
45
|
*/
|
|
46
|
-
export declare function check_<State, Env, In, Out>(self: Schedule.WithState<State, Env, In, Out>, test: (inp: In, out: Out) => boolean): Schedule.WithState<State, Env, In, Out>;
|
|
46
|
+
export declare function check_<State, Env, In, Out>(self: Schedule.WithState<State, Env, In, Out>, test: (inp: In, out: Out) => boolean, __tsplusTrace?: string): Schedule.WithState<State, Env, In, Out>;
|
|
47
47
|
/**
|
|
48
48
|
* @tsplus fluent fncts.io.Schedule checkIO
|
|
49
49
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
50
50
|
*/
|
|
51
|
-
export declare function checkIO_<State, Env, In, Out, Env1>(self: Schedule.WithState<State, Env, In, Out>, test: (inp: In, out: Out) => URIO<Env1, boolean
|
|
51
|
+
export declare function checkIO_<State, Env, In, Out, Env1>(self: Schedule.WithState<State, Env, In, Out>, test: (inp: In, out: Out) => URIO<Env1, boolean>, __tsplusTrace?: string): Schedule.WithState<State, Env | Env1, In, Out>;
|
|
52
52
|
/**
|
|
53
53
|
* @tsplus fluent fncts.io.Schedule compose_
|
|
54
54
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
55
55
|
*/
|
|
56
|
-
export declare function compose_<S, R, I, O, S1, R1, O2>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, O, O2
|
|
56
|
+
export declare function compose_<S, R, I, O, S1, R1, O2>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, O, O2>, __tsplusTrace?: string): Schedule.WithState<readonly [S, S1], R | R1, I, O2>;
|
|
57
57
|
/**
|
|
58
58
|
* @tsplus fluent fncts.io.Schedule contramap
|
|
59
59
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
60
60
|
*/
|
|
61
|
-
export declare function contramap_<S, R, I, O, I2>(self: Schedule.WithState<S, R, I, O>, f: (inp: I2) => I): Schedule.WithState<S, R, I2, O>;
|
|
61
|
+
export declare function contramap_<S, R, I, O, I2>(self: Schedule.WithState<S, R, I, O>, f: (inp: I2) => I, __tsplusTrace?: string): Schedule.WithState<S, R, I2, O>;
|
|
62
62
|
/**
|
|
63
63
|
* @tsplus fluent fncts.io.Schedule contramapEnvironment
|
|
64
64
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
65
65
|
*/
|
|
66
|
-
export declare function contramapEnvironment_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (env: Environment<R1>) => Environment<R
|
|
66
|
+
export declare function contramapEnvironment_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (env: Environment<R1>) => Environment<R>, __tsplusTrace?: string): Schedule.WithState<S, R1, I, O>;
|
|
67
67
|
/**
|
|
68
68
|
* @tsplus fluent fncts.io.Schedule contramapIO
|
|
69
69
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
70
70
|
*/
|
|
71
|
-
export declare function contramapIO_<S, R, I, O, R1, I2>(self: Schedule.WithState<S, R, I, O>, f: (inp: I2) => URIO<R1, I
|
|
71
|
+
export declare function contramapIO_<S, R, I, O, R1, I2>(self: Schedule.WithState<S, R, I, O>, f: (inp: I2) => URIO<R1, I>, __tsplusTrace?: string): Schedule.WithState<S, R | R1, I2, O>;
|
|
72
72
|
/**
|
|
73
73
|
* @tsplus static fncts.io.ScheduleOps delayed
|
|
74
74
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
75
75
|
*/
|
|
76
|
-
export declare function delayed<S, R, I>(schedule: Schedule.WithState<S, R, I, number
|
|
76
|
+
export declare function delayed<S, R, I>(schedule: Schedule.WithState<S, R, I, number>, __tsplusTrace?: string): Schedule.WithState<S, R, I, number>;
|
|
77
77
|
/**
|
|
78
78
|
* @tsplus fluent fncts.io.Schedule delayed
|
|
79
79
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
80
80
|
*/
|
|
81
|
-
export declare function delayedSelf_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, f: (delay: number) => number): Schedule.WithState<S, R, I, O>;
|
|
81
|
+
export declare function delayedSelf_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, f: (delay: number) => number, __tsplusTrace?: string): Schedule.WithState<S, R, I, O>;
|
|
82
82
|
/**
|
|
83
83
|
* @tsplus fluent fncts.io.Schedule delayedIO
|
|
84
84
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
85
85
|
*/
|
|
86
|
-
export declare function delayedIO_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (delay: number) => URIO<R1, number
|
|
86
|
+
export declare function delayedIO_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (delay: number) => URIO<R1, number>, __tsplusTrace?: string): Schedule.WithState<S, R | R1, I, O>;
|
|
87
87
|
/**
|
|
88
88
|
* @tsplus getter fncts.io.Schedule delays
|
|
89
89
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
90
90
|
*/
|
|
91
|
-
export declare function delays<S, R, I, O>(self: Schedule.WithState<S, R, I, O
|
|
91
|
+
export declare function delays<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, __tsplusTrace?: string): Schedule.WithState<S, R, I, number>;
|
|
92
92
|
/**
|
|
93
93
|
* @tsplus fluent fncts.io.Schedule dimap
|
|
94
94
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
95
95
|
*/
|
|
96
|
-
export declare function dimap_<S, R, I, O, I2, O2>(self: Schedule.WithState<S, R, I, O>, f: (inp2: I2) => I, g: (out: O) => O2): Schedule.WithState<S, R, I2, O2>;
|
|
96
|
+
export declare function dimap_<S, R, I, O, I2, O2>(self: Schedule.WithState<S, R, I, O>, f: (inp2: I2) => I, g: (out: O) => O2, __tsplusTrace?: string): Schedule.WithState<S, R, I2, O2>;
|
|
97
97
|
/**
|
|
98
98
|
* @tsplus fluent fncts.io.Schedule dimapIO
|
|
99
99
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
100
100
|
*/
|
|
101
|
-
export declare function dimapIO_<S, R, I, O, R1, I2, R2, O2>(self: Schedule.WithState<S, R, I, O>, f: (inp2: I2) => URIO<R1, I>, g: (out: O) => URIO<R2, O2
|
|
101
|
+
export declare function dimapIO_<S, R, I, O, R1, I2, R2, O2>(self: Schedule.WithState<S, R, I, O>, f: (inp2: I2) => URIO<R1, I>, g: (out: O) => URIO<R2, O2>, __tsplusTrace?: string): Schedule.WithState<S, R | R1 | R2, I2, O2>;
|
|
102
102
|
/**
|
|
103
103
|
* @tsplus static fncts.io.ScheduleOps duration
|
|
104
104
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
105
105
|
*/
|
|
106
|
-
export declare function duration(duration: number): Schedule.WithState<boolean, never, unknown, number>;
|
|
106
|
+
export declare function duration(duration: number, __tsplusTrace?: string): Schedule.WithState<boolean, never, unknown, number>;
|
|
107
107
|
/**
|
|
108
108
|
* @tsplus fluent fncts.io.Schedule either
|
|
109
109
|
* @tsplus operator fncts.io.Schedule ||
|
|
110
110
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
111
111
|
*/
|
|
112
|
-
export declare function either<S, R, I, O, S1, R1, I1, O1>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O1
|
|
112
|
+
export declare function either<S, R, I, O, S1, R1, I1, O1>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O1>, __tsplusTrace?: string): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]>;
|
|
113
113
|
/**
|
|
114
114
|
* @tsplus fluent fncts.io.Schedule eitherWith
|
|
115
115
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
116
116
|
*/
|
|
117
|
-
export declare function eitherWith<S, R, I, O, S1, R1, I1, O1, O2>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O1>, f: (out1: O, out2: O1) => O2): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O2>;
|
|
117
|
+
export declare function eitherWith<S, R, I, O, S1, R1, I1, O1, O2>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O1>, f: (out1: O, out2: O1) => O2, __tsplusTrace?: string): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O2>;
|
|
118
118
|
/**
|
|
119
119
|
* @tsplus static fncts.io.ScheduleOps elapsed
|
|
120
120
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
@@ -124,12 +124,12 @@ export declare const elapsed: Schedule.WithState<Maybe<number>, never, unknown,
|
|
|
124
124
|
* @tsplus fluent fncts.io.Schedule ensuring
|
|
125
125
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
126
126
|
*/
|
|
127
|
-
export declare function ensuring_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, finalizer: UIO<any
|
|
127
|
+
export declare function ensuring_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, finalizer: UIO<any>, __tsplusTrace?: string): Schedule.WithState<S, R, I, O>;
|
|
128
128
|
/**
|
|
129
129
|
* @tsplus static fncts.io.ScheduleOps exponential
|
|
130
130
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
131
131
|
*/
|
|
132
|
-
export declare function exponential(base: number, factor?: number): Schedule.WithState<number, never, unknown, number>;
|
|
132
|
+
export declare function exponential(base: number, factor?: number, __tsplusTrace?: string): Schedule.WithState<number, never, unknown, number>;
|
|
133
133
|
/**
|
|
134
134
|
* A schedule that recurs on a fixed interval. Returns the number of
|
|
135
135
|
* repetitions of the schedule so far.
|
|
@@ -144,22 +144,22 @@ export declare function exponential(base: number, factor?: number): Schedule.Wit
|
|
|
144
144
|
* @tsplus static fncts.io.ScheduleOps fixed
|
|
145
145
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
146
146
|
*/
|
|
147
|
-
export declare function fixed(interval: number): Schedule.WithState<readonly [Maybe<readonly [number, number]>, number], never, unknown, number>;
|
|
147
|
+
export declare function fixed(interval: number, __tsplusTrace?: string): Schedule.WithState<readonly [Maybe<readonly [number, number]>, number], never, unknown, number>;
|
|
148
148
|
/**
|
|
149
149
|
* @tsplus fluent fncts.io.Schedule fold
|
|
150
150
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
151
151
|
*/
|
|
152
|
-
export declare function fold_<S, R, I, O, Z>(self: Schedule.WithState<S, R, I, O>, z: Z, f: (z: Z, out: O) => Z): Schedule.WithState<readonly [S, Z], R, I, Z>;
|
|
152
|
+
export declare function fold_<S, R, I, O, Z>(self: Schedule.WithState<S, R, I, O>, z: Z, f: (z: Z, out: O) => Z, __tsplusTrace?: string): Schedule.WithState<readonly [S, Z], R, I, Z>;
|
|
153
153
|
/**
|
|
154
154
|
* @tsplus fluent fncts.io.Schedule foldIO
|
|
155
155
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
156
156
|
*/
|
|
157
|
-
export declare function foldIO_<S, R, I, O, Z, R1>(self: Schedule.WithState<S, R, I, O>, z: Z, f: (z: Z, out: O) => URIO<R1, Z
|
|
157
|
+
export declare function foldIO_<S, R, I, O, Z, R1>(self: Schedule.WithState<S, R, I, O>, z: Z, f: (z: Z, out: O) => URIO<R1, Z>, __tsplusTrace?: string): Schedule.WithState<readonly [S, Z], R | R1, I, Z>;
|
|
158
158
|
/**
|
|
159
159
|
* @tsplus getter fncts.io.Schedule forever
|
|
160
160
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
161
161
|
*/
|
|
162
|
-
export declare function foreverSelf<S, R, I, O>(self: Schedule.WithState<S, R, I, O
|
|
162
|
+
export declare function foreverSelf<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, __tsplusTrace?: string): Schedule.WithState<S, R, I, O>;
|
|
163
163
|
/**
|
|
164
164
|
* @tsplus static fncts.io.ScheduleOps forever
|
|
165
165
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
@@ -169,204 +169,204 @@ export declare const forever: import("./definition.js").Schedule.WithState<numbe
|
|
|
169
169
|
* @tsplus static fncts.io.ScheduleOps identity
|
|
170
170
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
171
171
|
*/
|
|
172
|
-
export declare function identity<A>(): Schedule.WithState<void, never, A, A>;
|
|
172
|
+
export declare function identity<A>(__tsplusTrace?: string): Schedule.WithState<void, never, A, A>;
|
|
173
173
|
/**
|
|
174
174
|
* @tsplus fluent fncts.io.Schedule intersectWith
|
|
175
175
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
176
176
|
*/
|
|
177
|
-
export declare function intersectWith_<S, R, I, O, S1, R1, I1, O1>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O1>, f: (int1: Intervals, int2: Intervals) => Intervals): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]>;
|
|
177
|
+
export declare function intersectWith_<S, R, I, O, S1, R1, I1, O1>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O1>, f: (int1: Intervals, int2: Intervals) => Intervals, __tsplusTrace?: string): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]>;
|
|
178
178
|
/**
|
|
179
179
|
* @tsplus static fncts.io.Schedule linear
|
|
180
180
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
181
181
|
*/
|
|
182
|
-
export declare function linear(base: number): Schedule.WithState<number, never, unknown, number>;
|
|
182
|
+
export declare function linear(base: number, __tsplusTrace?: string): Schedule.WithState<number, never, unknown, number>;
|
|
183
183
|
/**
|
|
184
184
|
* @tsplus fluent fncts.io.Schedule map
|
|
185
185
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
186
186
|
*/
|
|
187
|
-
export declare function map_<State, Env, In, Out, Out1>(self: Schedule.WithState<State, Env, In, Out>, f: (out: Out) => Out1): Schedule.WithState<State, Env, In, Out1>;
|
|
187
|
+
export declare function map_<State, Env, In, Out, Out1>(self: Schedule.WithState<State, Env, In, Out>, f: (out: Out) => Out1, __tsplusTrace?: string): Schedule.WithState<State, Env, In, Out1>;
|
|
188
188
|
/**
|
|
189
189
|
* @tsplus fluent fncts.io.Schedule mapIO
|
|
190
190
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
191
191
|
*/
|
|
192
|
-
export declare function mapIO_<State, Env, In, Out, Env1, Out1>(self: Schedule.WithState<State, Env, In, Out>, f: (out: Out) => URIO<Env1, Out1
|
|
192
|
+
export declare function mapIO_<State, Env, In, Out, Env1, Out1>(self: Schedule.WithState<State, Env, In, Out>, f: (out: Out) => URIO<Env1, Out1>, __tsplusTrace?: string): Schedule.WithState<State, Env | Env1, In, Out1>;
|
|
193
193
|
/**
|
|
194
194
|
* @tsplus fluent fncts.io.Schedule modifyDelayIO
|
|
195
195
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
196
196
|
*/
|
|
197
|
-
export declare function modifyDelayIO_<State, Env, In, Out, Env1>(self: Schedule.WithState<State, Env, In, Out>, f: (out: Out, duration: number) => URIO<Env1, number
|
|
197
|
+
export declare function modifyDelayIO_<State, Env, In, Out, Env1>(self: Schedule.WithState<State, Env, In, Out>, f: (out: Out, duration: number) => URIO<Env1, number>, __tsplusTrace?: string): Schedule.WithState<State, Env | Env1, In, Out>;
|
|
198
198
|
/**
|
|
199
199
|
* @tsplus fluent fncts.io.Schedule onDecision
|
|
200
200
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
201
201
|
*/
|
|
202
|
-
export declare function onDecision_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (state: S, out: O, decision: Decision) => URIO<R1, any
|
|
202
|
+
export declare function onDecision_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (state: S, out: O, decision: Decision) => URIO<R1, any>, __tsplusTrace?: string): Schedule.WithState<S, R | R1, I, O>;
|
|
203
203
|
/**
|
|
204
204
|
* @tsplus fluent fncts.io.Schedule provideEnvironment
|
|
205
205
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
206
206
|
*/
|
|
207
|
-
export declare function provideEnvironment_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, env: Environment<R
|
|
207
|
+
export declare function provideEnvironment_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, env: Environment<R>, __tsplusTrace?: string): Schedule.WithState<S, never, I, O>;
|
|
208
208
|
/**
|
|
209
209
|
* @tsplus fluent fncts.io.Schedule reconsider
|
|
210
210
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
211
211
|
*/
|
|
212
|
-
export declare function reconsider_<S, R, I, O, O2>(self: Schedule.WithState<S, R, I, O>, f: (state: S, out: O, decision: Decision) => Either<O2, readonly [O2, Interval]
|
|
212
|
+
export declare function reconsider_<S, R, I, O, O2>(self: Schedule.WithState<S, R, I, O>, f: (state: S, out: O, decision: Decision) => Either<O2, readonly [O2, Interval]>, __tsplusTrace?: string): Schedule.WithState<S, R, I, O2>;
|
|
213
213
|
/**
|
|
214
214
|
* @tsplus fluent fncts.io.Schedule reconsiderIO
|
|
215
215
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
216
216
|
*/
|
|
217
|
-
export declare function reconsiderIO_<S, R, I, O, R1, O1>(self: Schedule.WithState<S, R, I, O>, f: (state: S, out: O, decision: Decision) => URIO<R1, Either<O1, readonly [O1, Interval]
|
|
217
|
+
export declare function reconsiderIO_<S, R, I, O, R1, O1>(self: Schedule.WithState<S, R, I, O>, f: (state: S, out: O, decision: Decision) => URIO<R1, Either<O1, readonly [O1, Interval]>>, __tsplusTrace?: string): Schedule.WithState<S, R | R1, I, O1>;
|
|
218
218
|
/**
|
|
219
219
|
* @tsplus static fncts.io.Schedule recurs
|
|
220
220
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
221
221
|
*/
|
|
222
|
-
export declare function recurs(n: number): Schedule.WithState<number, never, unknown, number>;
|
|
222
|
+
export declare function recurs(n: number, __tsplusTrace?: string): Schedule.WithState<number, never, unknown, number>;
|
|
223
223
|
/**
|
|
224
224
|
* @tsplus static fncts.io.Schedule recurWhile
|
|
225
225
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
226
226
|
*/
|
|
227
|
-
export declare function recurWhile<A>(f: (a: A) => boolean): Schedule.WithState<void, never, A, A>;
|
|
227
|
+
export declare function recurWhile<A>(f: (a: A) => boolean, __tsplusTrace?: string): Schedule.WithState<void, never, A, A>;
|
|
228
228
|
/**
|
|
229
229
|
* @tsplus static fncts.io.Schedule recurWhileIO
|
|
230
230
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
231
231
|
*/
|
|
232
|
-
export declare function recurWhileIO<R, A>(f: (a: A) => URIO<R, boolean
|
|
232
|
+
export declare function recurWhileIO<R, A>(f: (a: A) => URIO<R, boolean>, __tsplusTrace?: string): Schedule.WithState<void, R, A, A>;
|
|
233
233
|
/**
|
|
234
234
|
* @tsplus static fncts.io.Schedule recurWhileEquals
|
|
235
235
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
236
236
|
*/
|
|
237
|
-
export declare function recurWhileEquals<A>(value: Lazy<A
|
|
237
|
+
export declare function recurWhileEquals<A>(value: Lazy<A>, __tsplusTrace?: string): Schedule.WithState<void, never, A, A>;
|
|
238
238
|
/**
|
|
239
239
|
* @tsplus static fncts.io.Schedule recurUntil
|
|
240
240
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
241
241
|
*/
|
|
242
|
-
export declare function recurUntil<A>(f: (a: A) => boolean): Schedule.WithState<void, never, A, A>;
|
|
242
|
+
export declare function recurUntil<A>(f: (a: A) => boolean, __tsplusTrace?: string): Schedule.WithState<void, never, A, A>;
|
|
243
243
|
/**
|
|
244
244
|
* @tsplus static fncts.io.Schedule recurUntilIO
|
|
245
245
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
246
246
|
*/
|
|
247
|
-
export declare function recurUntilIO<R, A>(f: (a: A) => URIO<R, boolean
|
|
247
|
+
export declare function recurUntilIO<R, A>(f: (a: A) => URIO<R, boolean>, __tsplusTrace?: string): Schedule.WithState<void, R, A, A>;
|
|
248
248
|
/**
|
|
249
249
|
* @tsplus static fncts.io.Schedule recurUntilEquals
|
|
250
250
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
251
251
|
*/
|
|
252
|
-
export declare function recurUntilEquals<A>(value: Lazy<A
|
|
252
|
+
export declare function recurUntilEquals<A>(value: Lazy<A>, __tsplusTrace?: string): Schedule.WithState<void, never, A, A>;
|
|
253
253
|
/**
|
|
254
254
|
* @tsplus getter fncts.io.Schedule repetitions
|
|
255
255
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
256
256
|
*/
|
|
257
|
-
export declare function repetitions<S, R, I, O>(self: Schedule.WithState<S, R, I, O
|
|
257
|
+
export declare function repetitions<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, __tsplusTrace?: string): Schedule.WithState<readonly [S, number], R, I, number>;
|
|
258
258
|
/**
|
|
259
259
|
* @tsplus fluent fncts.io.Schedule resetAfter
|
|
260
260
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
261
261
|
*/
|
|
262
|
-
export declare function resetAfter_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, duration: number): Schedule.WithState<readonly [S, Maybe<number>], R, I, O>;
|
|
262
|
+
export declare function resetAfter_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, duration: number, __tsplusTrace?: string): Schedule.WithState<readonly [S, Maybe<number>], R, I, O>;
|
|
263
263
|
/**
|
|
264
264
|
* @tsplus fluent fncts.io.Schedule resetWhen
|
|
265
265
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
266
266
|
*/
|
|
267
|
-
export declare function resetWhen_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, f: (out: O) => boolean): Schedule.WithState<S, R, I, O>;
|
|
267
|
+
export declare function resetWhen_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, f: (out: O) => boolean, __tsplusTrace?: string): Schedule.WithState<S, R, I, O>;
|
|
268
268
|
/**
|
|
269
269
|
* @tsplus fluent fncts.io.Schedule run
|
|
270
270
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
271
271
|
*/
|
|
272
|
-
export declare function run_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, now: number, input: Iterable<I
|
|
272
|
+
export declare function run_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, now: number, input: Iterable<I>, __tsplusTrace?: string): URIO<R, Conc<O>>;
|
|
273
273
|
/**
|
|
274
274
|
* @tsplus static fncts.io.Schedule spaced
|
|
275
275
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
276
276
|
*/
|
|
277
|
-
export declare function spaced(duration: number): Schedule.WithState<number, never, unknown, number>;
|
|
277
|
+
export declare function spaced(duration: number, __tsplusTrace?: string): Schedule.WithState<number, never, unknown, number>;
|
|
278
278
|
/**
|
|
279
279
|
* @tsplus static fncts.io.Schedule succeed
|
|
280
280
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
281
281
|
*/
|
|
282
|
-
export declare function succeed<A>(a: Lazy<A
|
|
282
|
+
export declare function succeed<A>(a: Lazy<A>, __tsplusTrace?: string): Schedule.WithState<number, never, unknown, A>;
|
|
283
283
|
/**
|
|
284
284
|
* @tsplus fluent fncts.io.Schedule tapInput
|
|
285
285
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
286
286
|
*/
|
|
287
|
-
export declare function tapInput_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (inp: I) => URIO<R1, any
|
|
287
|
+
export declare function tapInput_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (inp: I) => URIO<R1, any>, __tsplusTrace?: string): Schedule.WithState<S, R | R1, I, O>;
|
|
288
288
|
/**
|
|
289
289
|
* @tsplus fluent fncts.io.Schedule tapOutput
|
|
290
290
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
291
291
|
*/
|
|
292
|
-
export declare function tapOutput_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (out: O) => URIO<R1, any
|
|
292
|
+
export declare function tapOutput_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (out: O) => URIO<R1, any>, __tsplusTrace?: string): Schedule.WithState<S, R | R1, I, O>;
|
|
293
293
|
/**
|
|
294
294
|
* @tsplus fluent fncts.io.Schedule unionWith
|
|
295
295
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
296
296
|
*/
|
|
297
|
-
export declare function unionWith_<S, R, I, O, S1, R1, I1, O1>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O1>, f: (int1: Intervals, int2: Intervals) => Intervals): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]>;
|
|
297
|
+
export declare function unionWith_<S, R, I, O, S1, R1, I1, O1>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O1>, f: (int1: Intervals, int2: Intervals) => Intervals, __tsplusTrace?: string): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]>;
|
|
298
298
|
/**
|
|
299
299
|
* @tsplus static fncts.io.ScheduleOps unfold
|
|
300
300
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
301
301
|
*/
|
|
302
|
-
export declare function unfold<A>(a: Lazy<A>, f: (a: A) => A): Schedule.WithState<A, never, unknown, A>;
|
|
302
|
+
export declare function unfold<A>(a: Lazy<A>, f: (a: A) => A, __tsplusTrace?: string): Schedule.WithState<A, never, unknown, A>;
|
|
303
303
|
/**
|
|
304
304
|
* @tsplus fluent fncts.io.Schedule untilInput
|
|
305
305
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
306
306
|
*/
|
|
307
|
-
export declare function untilInput_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, f: (inp: I) => boolean): Schedule.WithState<S, R, I, O>;
|
|
307
|
+
export declare function untilInput_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, f: (inp: I) => boolean, __tsplusTrace?: string): Schedule.WithState<S, R, I, O>;
|
|
308
308
|
/**
|
|
309
309
|
* @tsplus fluent fncts.io.Schedule untilInputIO
|
|
310
310
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
311
311
|
*/
|
|
312
|
-
export declare function untilInputIO_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (inp: I) => URIO<R1, boolean
|
|
312
|
+
export declare function untilInputIO_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (inp: I) => URIO<R1, boolean>, __tsplusTrace?: string): Schedule.WithState<S, R | R1, I, O>;
|
|
313
313
|
/**
|
|
314
314
|
* @tsplus fluent fncts.io.Schedule untilOutput
|
|
315
315
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
316
316
|
*/
|
|
317
|
-
export declare function untilOutput_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, f: (out: O) => boolean): Schedule.WithState<S, R, I, O>;
|
|
317
|
+
export declare function untilOutput_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, f: (out: O) => boolean, __tsplusTrace?: string): Schedule.WithState<S, R, I, O>;
|
|
318
318
|
/**
|
|
319
319
|
* @tsplus fluent fncts.io.Schedule untilOutputIO
|
|
320
320
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
321
321
|
*/
|
|
322
|
-
export declare function untilOutputIO_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (out: O) => URIO<R1, boolean
|
|
322
|
+
export declare function untilOutputIO_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (out: O) => URIO<R1, boolean>, __tsplusTrace?: string): Schedule.WithState<S, R | R1, I, O>;
|
|
323
323
|
/**
|
|
324
324
|
* @tsplus static fncts.io.Schedule upTo
|
|
325
325
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
326
326
|
*/
|
|
327
|
-
export declare function upTo(duration: number): Schedule.WithState<Maybe<number>, never, unknown, number>;
|
|
327
|
+
export declare function upTo(duration: number, __tsplusTrace?: string): Schedule.WithState<Maybe<number>, never, unknown, number>;
|
|
328
328
|
/**
|
|
329
329
|
* @tsplus fluent fncts.io.Schedule whileInput
|
|
330
330
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
331
331
|
*/
|
|
332
|
-
export declare function whileInput_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, f: (inp: I) => boolean): Schedule.WithState<S, R, I, O>;
|
|
332
|
+
export declare function whileInput_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, f: (inp: I) => boolean, __tsplusTrace?: string): Schedule.WithState<S, R, I, O>;
|
|
333
333
|
/**
|
|
334
334
|
* @tsplus fluent fncts.io.Schedule whileInputIO
|
|
335
335
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
336
336
|
*/
|
|
337
|
-
export declare function whileInputIO_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (inp: I) => URIO<R1, boolean
|
|
337
|
+
export declare function whileInputIO_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (inp: I) => URIO<R1, boolean>, __tsplusTrace?: string): Schedule.WithState<S, R | R1, I, O>;
|
|
338
338
|
/**
|
|
339
339
|
* @tsplus fluent fncts.io.Schedule whileOutput
|
|
340
340
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
341
341
|
*/
|
|
342
|
-
export declare function whileOutput_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, f: (out: O) => boolean): Schedule.WithState<S, R, I, O>;
|
|
342
|
+
export declare function whileOutput_<S, R, I, O>(self: Schedule.WithState<S, R, I, O>, f: (out: O) => boolean, __tsplusTrace?: string): Schedule.WithState<S, R, I, O>;
|
|
343
343
|
/**
|
|
344
344
|
* @tsplus fluent fncts.io.Schedule whileOutputIO
|
|
345
345
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
346
346
|
*/
|
|
347
|
-
export declare function whileOutputIO_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (out: O) => URIO<R1, boolean
|
|
347
|
+
export declare function whileOutputIO_<S, R, I, O, R1>(self: Schedule.WithState<S, R, I, O>, f: (out: O) => URIO<R1, boolean>, __tsplusTrace?: string): Schedule.WithState<S, R | R1, I, O>;
|
|
348
348
|
/**
|
|
349
349
|
* @tsplus static fncts.io.Schedule windowed
|
|
350
350
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
351
351
|
*/
|
|
352
|
-
export declare function windowed(interval: number): Schedule.WithState<readonly [Maybe<number>, number], never, unknown, number>;
|
|
352
|
+
export declare function windowed(interval: number, __tsplusTrace?: string): Schedule.WithState<readonly [Maybe<number>, number], never, unknown, number>;
|
|
353
353
|
/**
|
|
354
354
|
* @tsplus fluent fncts.io.Schedule zip
|
|
355
355
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
356
356
|
*/
|
|
357
|
-
export declare function zip_<S, R, I, O, S1, R1, I1, O1>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O1
|
|
357
|
+
export declare function zip_<S, R, I, O, S1, R1, I1, O1>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O1>, __tsplusTrace?: string): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]>;
|
|
358
358
|
/**
|
|
359
359
|
* @tsplus fluent fncts.io.Schedule zipLeft
|
|
360
360
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
361
361
|
*/
|
|
362
|
-
export declare function zipLeft_<S, R, I, O, S1, R1, I1, O1>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O1
|
|
362
|
+
export declare function zipLeft_<S, R, I, O, S1, R1, I1, O1>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O1>, __tsplusTrace?: string): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O>;
|
|
363
363
|
/**
|
|
364
364
|
* @tsplus fluent fncts.io.Schedule zipRight
|
|
365
365
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
366
366
|
*/
|
|
367
|
-
export declare function zipRight_<S, R, I, O, S1, R1, I1, O1>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O1
|
|
367
|
+
export declare function zipRight_<S, R, I, O, S1, R1, I1, O1>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O1>, __tsplusTrace?: string): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O1>;
|
|
368
368
|
/**
|
|
369
369
|
* @tsplus fluent fncts.io.Schedule zipWith
|
|
370
370
|
* @tsplus location "@fncts/io/Schedule/api"
|
|
371
371
|
*/
|
|
372
|
-
export declare function zipWith_<S, R, I, O, S1, R1, I1, O2, O3>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O2>, f: (out1: O, out2: O2) => O3): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O3>;
|
|
372
|
+
export declare function zipWith_<S, R, I, O, S1, R1, I1, O2, O3>(self: Schedule.WithState<S, R, I, O>, that: Schedule.WithState<S1, R1, I1, O2>, f: (out1: O, out2: O2) => O3, __tsplusTrace?: string): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O3>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HKT } from "@fncts/typelevel/HKT";
|
|
2
2
|
import { Newtype } from "@fncts/base/data/Newtype";
|
|
3
|
-
import { Exit } from "@fncts/base/data/Exit";
|
|
3
|
+
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
4
4
|
import { IO } from "@fncts/io/IO/definition";
|
|
5
5
|
interface FinalizerN extends HKT {
|
|
6
6
|
readonly type: Finalizer;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Exit } from "@fncts/base/data/Exit";
|
|
1
|
+
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
2
2
|
import { ExecutionStrategy } from "@fncts/base/data/ExecutionStrategy";
|
|
3
3
|
import { UIO } from "@fncts/io/IO/definition";
|
|
4
4
|
import { ReleaseMap } from "../definition.js";
|
|
@@ -6,4 +6,4 @@ import { ReleaseMap } from "../definition.js";
|
|
|
6
6
|
* @tsplus fluent fncts.io.Scope.ReleaseMap releaseAll
|
|
7
7
|
* @tsplus location "@fncts/io/Scope/ReleaseMap/api/releaseAll"
|
|
8
8
|
*/
|
|
9
|
-
export declare function releaseAll_(releaseMap: ReleaseMap, exit: Exit<any, any>, execStrategy: ExecutionStrategy): UIO<any>;
|
|
9
|
+
export declare function releaseAll_(releaseMap: ReleaseMap, exit: Exit<any, any>, execStrategy: ExecutionStrategy, __tsplusTrace?: string): UIO<any>;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import { Finalizer } from "@fncts/io/Scope/Finalizer";
|
|
2
2
|
import { UIO, IO } from "@fncts/io/IO/definition";
|
|
3
|
-
import { Maybe } from "@fncts/base/data/Maybe";
|
|
4
|
-
import { Exit } from "@fncts/base/data/Exit";
|
|
3
|
+
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
4
|
+
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
5
5
|
import { ReleaseMap } from "./definition.js";
|
|
6
6
|
/**
|
|
7
7
|
* @tsplus fluent fncts.io.Scope.ReleaseMap addIfOpen
|
|
8
8
|
* @tsplus location "@fncts/io/Scope/ReleaseMap/api"
|
|
9
9
|
*/
|
|
10
|
-
export declare function addIfOpen_(releaseMap: ReleaseMap, finalizer: Finalizer): UIO<Maybe<number>>;
|
|
10
|
+
export declare function addIfOpen_(releaseMap: ReleaseMap, finalizer: Finalizer, __tsplusTrace?: string): UIO<Maybe<number>>;
|
|
11
11
|
/**
|
|
12
12
|
* @tsplus fluent fncts.io.Scope.ReleaseMap release
|
|
13
13
|
* @tsplus location "@fncts/io/Scope/ReleaseMap/api"
|
|
14
14
|
*/
|
|
15
|
-
export declare function release_(releaseMap: ReleaseMap, key: number, exit: Exit<any, any
|
|
15
|
+
export declare function release_(releaseMap: ReleaseMap, key: number, exit: Exit<any, any>, __tsplusTrace?: string): IO<never, never, any>;
|
|
16
16
|
/**
|
|
17
17
|
* @tsplus fluent fncts.io.Scope.ReleaseMap add
|
|
18
18
|
* @tsplus location "@fncts/io/Scope/ReleaseMap/api"
|
|
19
19
|
*/
|
|
20
|
-
export declare function add_(releaseMap: ReleaseMap, finalizer: Finalizer): UIO<Finalizer>;
|
|
20
|
+
export declare function add_(releaseMap: ReleaseMap, finalizer: Finalizer, __tsplusTrace?: string): UIO<Finalizer>;
|
|
21
21
|
/**
|
|
22
22
|
* @tsplus fluent fncts.io.Scope.ReleaseMap replace
|
|
23
23
|
* @tsplus location "@fncts/io/Scope/ReleaseMap/api"
|
|
24
24
|
*/
|
|
25
|
-
export declare function replace_(releaseMap: ReleaseMap, key: number, finalizer: Finalizer): UIO<Maybe<Finalizer>>;
|
|
25
|
+
export declare function replace_(releaseMap: ReleaseMap, key: number, finalizer: Finalizer, __tsplusTrace?: string): UIO<Maybe<Finalizer>>;
|
|
26
26
|
/**
|
|
27
27
|
* @tsplus fluent fncts.io.Scope.ReleaseMap updateAll
|
|
28
28
|
* @tsplus location "@fncts/io/Scope/ReleaseMap/api"
|
|
29
29
|
*/
|
|
30
|
-
export declare function updateAll_(releaseMap: ReleaseMap, f: (_: Finalizer) => Finalizer): UIO<void>;
|
|
30
|
+
export declare function updateAll_(releaseMap: ReleaseMap, f: (_: Finalizer) => Finalizer, __tsplusTrace?: string): UIO<void>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Exit } from "@fncts/base/data/Exit";
|
|
1
|
+
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
2
2
|
import { Finalizer } from "@fncts/io/Scope/Finalizer";
|
|
3
|
-
import { HashMap } from "@fncts/base/collection/immutable/HashMap";
|
|
3
|
+
import { HashMap } from "@fncts/base/collection/immutable/HashMap/definition";
|
|
4
4
|
import { HKT } from "@fncts/typelevel/HKT";
|
|
5
5
|
import { Newtype } from "@fncts/base/data/Newtype";
|
|
6
6
|
import { Ref } from "@fncts/io/Ref";
|
package/Scope/api.d.ts
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { Scope } from "@fncts/io/Scope/definition";
|
|
2
|
-
import { Lazy } from "@fncts/base/data/function";
|
|
2
|
+
import { Lazy } from "@fncts/base/data/function/definition";
|
|
3
3
|
import { UIO, IO } from "@fncts/io/IO/definition";
|
|
4
4
|
import { Finalizer } from "@fncts/io/Scope/Finalizer";
|
|
5
|
-
import { Exit } from "@fncts/base/data/Exit";
|
|
5
|
+
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
6
6
|
import { ExecutionStrategy } from "@fncts/base/data/ExecutionStrategy";
|
|
7
7
|
import { Closeable } from "./definition.js";
|
|
8
8
|
/**
|
|
9
9
|
* @tsplus fluent fncts.io.Scope addFinalizer
|
|
10
10
|
* @tsplus location "@fncts/io/Scope/api"
|
|
11
11
|
*/
|
|
12
|
-
export declare function addFinalizer_(self: Scope, finalizer: Lazy<UIO<any
|
|
12
|
+
export declare function addFinalizer_(self: Scope, finalizer: Lazy<UIO<any>>, __tsplusTrace?: string): UIO<void>;
|
|
13
13
|
/**
|
|
14
14
|
* @tsplus static fncts.io.ScopeOps addFinalizer
|
|
15
15
|
* @tsplus location "@fncts/io/Scope/api"
|
|
16
16
|
*/
|
|
17
|
-
export declare function addFinalizer(finalizer: Lazy<UIO<void
|
|
17
|
+
export declare function addFinalizer(finalizer: Lazy<UIO<void>>, __tsplusTrace?: string): IO<Scope, never, void>;
|
|
18
18
|
/**
|
|
19
19
|
* @tsplus static fncts.io.ScopeOps concurrent
|
|
20
20
|
* @tsplus static fncts.io.Scope.CloseableOps concurrent
|
|
@@ -25,7 +25,7 @@ export declare const concurrent: UIO<Scope.Closeable>;
|
|
|
25
25
|
* @tsplus fluent fncts.io.Scope extend
|
|
26
26
|
* @tsplus location "@fncts/io/Scope/api"
|
|
27
27
|
*/
|
|
28
|
-
export declare function extend_<R, E, A>(self: Scope, io: Lazy<IO<R, E, A
|
|
28
|
+
export declare function extend_<R, E, A>(self: Scope, io: Lazy<IO<R, E, A>>, __tsplusTrace?: string): IO<Exclude<R, Scope>, E, A>;
|
|
29
29
|
/**
|
|
30
30
|
* @tsplus static fncts.io.ScopeOps global
|
|
31
31
|
* @tsplus location "@fncts/io/Scope/api"
|
|
@@ -42,19 +42,19 @@ export declare const make: UIO<Scope.Closeable>;
|
|
|
42
42
|
* @tsplus static fncts.io.Scope.CloseableOps makeWith
|
|
43
43
|
* @tsplus location "@fncts/io/Scope/api"
|
|
44
44
|
*/
|
|
45
|
-
export declare function makeWith(executionStrategy: Lazy<ExecutionStrategy
|
|
45
|
+
export declare function makeWith(executionStrategy: Lazy<ExecutionStrategy>, __tsplusTrace?: string): UIO<Scope.Closeable>;
|
|
46
46
|
/**
|
|
47
47
|
* @tsplus static fncts.io.ScopeOps unsafeMake
|
|
48
48
|
* @tsplus location "@fncts/io/Scope/api"
|
|
49
49
|
*/
|
|
50
|
-
export declare function unsafeMake(): Closeable;
|
|
50
|
+
export declare function unsafeMake(__tsplusTrace?: string): Closeable;
|
|
51
51
|
/**
|
|
52
52
|
* @tsplus static fncts.io.ScopeOps unsafeMakeWith
|
|
53
53
|
* @tsplus location "@fncts/io/Scope/api"
|
|
54
54
|
*/
|
|
55
|
-
export declare function unsafeMakeWith(executionStrategy: ExecutionStrategy): Scope.Closeable;
|
|
55
|
+
export declare function unsafeMakeWith(executionStrategy: ExecutionStrategy, __tsplusTrace?: string): Scope.Closeable;
|
|
56
56
|
/**
|
|
57
57
|
* @tsplus fluent fncts.io.Scope.Closeable use
|
|
58
58
|
* @tsplus location "@fncts/io/Scope/api"
|
|
59
59
|
*/
|
|
60
|
-
export declare function use_<R, E, A>(self: Scope.Closeable, io: Lazy<IO<R, E, A
|
|
60
|
+
export declare function use_<R, E, A>(self: Scope.Closeable, io: Lazy<IO<R, E, A>>, __tsplusTrace?: string): IO<Exclude<R, Scope>, E, A>;
|
package/Scope/definition.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Finalizer } from "@fncts/io/Scope/Finalizer";
|
|
2
2
|
import { UIO } from "@fncts/io/IO/definition";
|
|
3
|
-
import { Lazy } from "@fncts/base/data/function";
|
|
4
|
-
import { Exit } from "@fncts/base/data/Exit";
|
|
3
|
+
import { Lazy } from "@fncts/base/data/function/definition";
|
|
4
|
+
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
5
5
|
export declare const ScopeTypeId: unique symbol;
|
|
6
6
|
export declare type ScopeTypeId = typeof ScopeTypeId;
|
|
7
7
|
/**
|
package/ScopedRef/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { IO, UIO, FIO } from "@fncts/io/IO/definition";
|
|
|
2
2
|
import { Scope } from "@fncts/io/Scope/definition";
|
|
3
3
|
import { ScopedRef } from "@fncts/io/ScopedRef/definition";
|
|
4
4
|
import { Ref } from "@fncts/io/Ref";
|
|
5
|
-
import { Exit } from "@fncts/base/data/Exit";
|
|
5
|
+
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
6
6
|
/**
|
|
7
7
|
* @tsplus static fncts.io.ScopedRefOps fromAcquire
|
|
8
8
|
* @tsplus location "@fncts/io/ScopedRef/api"
|