@fncts/io 0.0.19 → 0.0.21
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/ChildExecutorDecision/api.d.ts +2 -2
- package/Channel/UpstreamPullRequest/api.d.ts +2 -2
- package/Channel/api/interruptWhen.d.ts +5 -5
- package/Channel/api/mapOutIOC.d.ts +3 -3
- package/Channel/api/mergeAll.d.ts +2 -2
- package/Channel/api/mergeAllUnboundedWith.d.ts +2 -2
- package/Channel/api/mergeAllWith.d.ts +2 -2
- package/Channel/api/mergeMap.d.ts +2 -2
- package/Channel/api/mergeWith.d.ts +2 -2
- package/Channel/api/zipC.d.ts +6 -6
- package/Channel/api.d.ts +64 -64
- package/Channel/core-api.d.ts +11 -11
- package/Channel/definition.d.ts +35 -21
- package/Differ/api.d.ts +24 -0
- package/Differ/definition.d.ts +15 -0
- package/Fiber/api/evalOn.d.ts +3 -3
- package/Fiber/api/evalOnIO.d.ts +3 -3
- package/Fiber/api/interruptAs.d.ts +3 -3
- package/Fiber/api/interruptAsFork.d.ts +3 -3
- package/Fiber/api/mapFiber.d.ts +2 -2
- package/Fiber/api/mapIO.d.ts +5 -5
- package/Fiber/api/zipWith.d.ts +2 -2
- package/Fiber.d.ts +1 -0
- package/FiberRef/api/locallyScoped.d.ts +2 -2
- package/FiberRef/api/locallyScopedWith.d.ts +2 -2
- package/FiberRef/api.d.ts +18 -18
- package/FiberRef/unsafe.d.ts +12 -6
- package/FiberRefs/api.d.ts +2 -2
- package/FiberRefs/join.d.ts +3 -3
- package/Future/api.d.ts +21 -21
- package/Hub/constructors.d.ts +49 -0
- package/Hub/definition.d.ts +37 -81
- package/Hub/internal.d.ts +4 -11
- package/Hub.d.ts +1 -1
- package/IO/api/acquireRelease.d.ts +1 -1
- package/IO/api/acquireReleaseExit.d.ts +1 -1
- package/IO/api/bracket.d.ts +1 -1
- package/IO/api/bracketExit.d.ts +1 -1
- package/IO/api/concurrency.d.ts +2 -2
- package/IO/api/core-scope.d.ts +5 -5
- package/IO/api/ensuringChildren.d.ts +3 -3
- package/IO/api/environment.d.ts +11 -15
- package/IO/api/foreachC.d.ts +2 -2
- package/IO/api/foreachExec.d.ts +1 -1
- package/IO/api/forkIn.d.ts +3 -3
- package/IO/api/fulfill.d.ts +3 -3
- package/IO/api/interrupt.d.ts +6 -6
- package/IO/api/onExit.d.ts +3 -3
- package/IO/api/onTermination.d.ts +4 -4
- package/IO/api/provideLayer.d.ts +3 -3
- package/IO/api/provideSomeLayer.d.ts +3 -7
- package/IO/api/race.d.ts +2 -2
- package/IO/api/raceFirst.d.ts +2 -2
- package/IO/api/repeat.d.ts +3 -3
- package/IO/api/retry.d.ts +7 -7
- package/IO/api/schedule.d.ts +5 -5
- package/IO/api/scoped.d.ts +2 -2
- package/IO/api/supervised.d.ts +3 -3
- package/IO/api/timeout.d.ts +5 -5
- package/IO/api/withFinalizer.d.ts +3 -3
- package/IO/api/withFinalizerExit.d.ts +3 -3
- package/IO/api/withRuntimeConfig.d.ts +3 -3
- package/IO/api/zipC.d.ts +4 -4
- package/IO/api.d.ts +179 -176
- package/IO/definition.d.ts +15 -9
- package/IOEnv/services.d.ts +2 -2
- package/Layer/MemoMap.d.ts +4 -4
- package/Layer/api.d.ts +28 -28
- package/LogLevel.d.ts +12 -12
- package/LogSpan.d.ts +2 -2
- package/Logger/api.d.ts +5 -5
- package/Queue/constructors.d.ts +2 -1
- package/Queue/definition.d.ts +91 -82
- package/Queue/internal.d.ts +7 -9
- package/Queue.d.ts +0 -2
- package/Ref/Atomic.d.ts +15 -2
- package/Ref/Synchronized.d.ts +72 -0
- package/Ref/constructors.d.ts +7 -0
- package/Ref/definition.d.ts +60 -58
- package/Ref.d.ts +1 -6
- package/STM/api/core-api.d.ts +10 -10
- package/STM/api.d.ts +61 -61
- package/STM/internal/Journal.d.ts +4 -4
- package/Schedule/Decision.d.ts +2 -2
- package/Schedule/api.d.ts +94 -94
- package/Scope/ReleaseMap/api/releaseAll.d.ts +2 -2
- package/Scope/ReleaseMap/api.d.ts +10 -10
- package/Scope/api.d.ts +8 -8
- package/Sink/api.d.ts +68 -68
- package/State/api.d.ts +4 -4
- package/State/internal.d.ts +1 -1
- package/Stream/api/zipAllWith.d.ts +2 -2
- package/Stream/api/zipWith.d.ts +2 -2
- package/Stream/api/zipWithChunks.d.ts +2 -2
- package/Stream/api.d.ts +216 -205
- package/Stream/internal/DebounceState.d.ts +3 -3
- package/Stream/internal/Handoff.d.ts +5 -5
- package/Stream/internal/Pull.d.ts +2 -2
- package/Stream/internal/SinkEndReason.d.ts +3 -3
- package/Stream/internal/Take.d.ts +8 -8
- package/SubscriptionRef.d.ts +29 -0
- package/Supervisor/api.d.ts +13 -7
- package/Supervisor/definition.d.ts +28 -0
- package/SupervisorPatch.d.ts +61 -0
- package/TFuture/api.d.ts +7 -7
- package/TReentrantLock/api.d.ts +4 -4
- package/TRef/api.d.ts +24 -24
- package/TSemaphore/api.d.ts +4 -4
- package/TSemaphore/constructors.d.ts +6 -0
- package/_cjs/Cached/api.cjs +9 -9
- package/_cjs/Cached/api.cjs.map +1 -1
- package/_cjs/Channel/ChildExecutorDecision/api.cjs +19 -17
- package/_cjs/Channel/ChildExecutorDecision/api.cjs.map +1 -1
- package/_cjs/Channel/UpstreamPullRequest/api.cjs +16 -14
- package/_cjs/Channel/UpstreamPullRequest/api.cjs.map +1 -1
- package/_cjs/Channel/api/interruptWhen.cjs +14 -10
- package/_cjs/Channel/api/interruptWhen.cjs.map +1 -1
- package/_cjs/Channel/api/mapOutIOC.cjs +25 -25
- package/_cjs/Channel/api/mapOutIOC.cjs.map +1 -1
- package/_cjs/Channel/api/mergeAll.cjs +6 -4
- package/_cjs/Channel/api/mergeAll.cjs.map +1 -1
- package/_cjs/Channel/api/mergeAllUnboundedWith.cjs +6 -4
- package/_cjs/Channel/api/mergeAllUnboundedWith.cjs.map +1 -1
- package/_cjs/Channel/api/mergeAllWith.cjs +48 -52
- package/_cjs/Channel/api/mergeAllWith.cjs.map +1 -1
- package/_cjs/Channel/api/mergeMap.cjs +6 -4
- package/_cjs/Channel/api/mergeMap.cjs.map +1 -1
- package/_cjs/Channel/api/mergeWith.cjs +48 -46
- package/_cjs/Channel/api/mergeWith.cjs.map +1 -1
- package/_cjs/Channel/api/run.cjs +1 -1
- package/_cjs/Channel/api/run.cjs.map +1 -1
- package/_cjs/Channel/api/runScoped.cjs +2 -2
- package/_cjs/Channel/api/runScoped.cjs.map +1 -1
- package/_cjs/Channel/api/toPull.cjs +3 -3
- package/_cjs/Channel/api/toPull.cjs.map +1 -1
- package/_cjs/Channel/api/zipC.cjs +20 -14
- package/_cjs/Channel/api/zipC.cjs.map +1 -1
- package/_cjs/Channel/api.cjs +264 -218
- package/_cjs/Channel/api.cjs.map +1 -1
- package/_cjs/Channel/core-api.cjs +34 -24
- package/_cjs/Channel/core-api.cjs.map +1 -1
- package/_cjs/Channel/definition.cjs +1 -1
- package/_cjs/Channel/definition.cjs.map +1 -1
- package/_cjs/Channel/internal/ChannelExecutor.cjs +83 -83
- package/_cjs/Channel/internal/ChannelExecutor.cjs.map +1 -1
- package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs +22 -24
- package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs.map +1 -1
- package/_cjs/Differ/api.cjs +108 -0
- package/_cjs/Differ/api.cjs.map +1 -0
- package/_cjs/Differ/definition.cjs +23 -0
- package/_cjs/Differ/definition.cjs.map +1 -0
- package/_cjs/Fiber/FiberContext.cjs +48 -48
- package/_cjs/Fiber/FiberContext.cjs.map +1 -1
- package/_cjs/Fiber/api/awaitAll.cjs +1 -1
- package/_cjs/Fiber/api/awaitAll.cjs.map +1 -1
- package/_cjs/Fiber/api/collectAll.cjs +1 -1
- package/_cjs/Fiber/api/collectAll.cjs.map +1 -1
- package/_cjs/Fiber/api/evalOn.cjs +12 -10
- package/_cjs/Fiber/api/evalOn.cjs.map +1 -1
- package/_cjs/Fiber/api/evalOnIO.cjs +6 -4
- package/_cjs/Fiber/api/evalOnIO.cjs.map +1 -1
- package/_cjs/Fiber/api/fromIO.cjs +1 -1
- package/_cjs/Fiber/api/fromIO.cjs.map +1 -1
- package/_cjs/Fiber/api/interrupt.cjs +1 -1
- package/_cjs/Fiber/api/interrupt.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAll.cjs +2 -2
- package/_cjs/Fiber/api/interruptAll.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAs.cjs +6 -4
- package/_cjs/Fiber/api/interruptAs.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAsFork.cjs +6 -4
- package/_cjs/Fiber/api/interruptAsFork.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 +1 -1
- package/_cjs/Fiber/api/join.cjs.map +1 -1
- package/_cjs/Fiber/api/joinAll.cjs +1 -1
- package/_cjs/Fiber/api/joinAll.cjs.map +1 -1
- package/_cjs/Fiber/api/mapFiber.cjs +6 -4
- package/_cjs/Fiber/api/mapFiber.cjs.map +1 -1
- package/_cjs/Fiber/api/mapIO.cjs +14 -10
- package/_cjs/Fiber/api/mapIO.cjs.map +1 -1
- package/_cjs/Fiber/api/zipWith.cjs +6 -4
- package/_cjs/Fiber/api/zipWith.cjs.map +1 -1
- package/_cjs/Fiber/definition.cjs.map +1 -1
- package/_cjs/Fiber.cjs +13 -0
- package/_cjs/Fiber.cjs.map +1 -1
- package/_cjs/FiberRef/api/locallyScoped.cjs +6 -4
- package/_cjs/FiberRef/api/locallyScoped.cjs.map +1 -1
- package/_cjs/FiberRef/api/locallyScopedWith.cjs +5 -3
- package/_cjs/FiberRef/api/locallyScopedWith.cjs.map +1 -1
- package/_cjs/FiberRef/api.cjs +64 -47
- package/_cjs/FiberRef/api.cjs.map +1 -1
- package/_cjs/FiberRef/constructors.cjs +1 -1
- package/_cjs/FiberRef/constructors.cjs.map +1 -1
- package/_cjs/FiberRef/unsafe.cjs +35 -21
- package/_cjs/FiberRef/unsafe.cjs.map +1 -1
- package/_cjs/FiberRef.cjs.map +1 -1
- package/_cjs/FiberRefs/api.cjs +15 -13
- package/_cjs/FiberRefs/api.cjs.map +1 -1
- package/_cjs/FiberRefs/join.cjs +37 -35
- package/_cjs/FiberRefs/join.cjs.map +1 -1
- package/_cjs/FiberState/definition.cjs.map +1 -1
- package/_cjs/Future/api.cjs +97 -79
- package/_cjs/Future/api.cjs.map +1 -1
- package/_cjs/Future/constructors.cjs +1 -1
- package/_cjs/Future/constructors.cjs.map +1 -1
- package/_cjs/Hub/constructors.cjs +93 -0
- package/_cjs/Hub/constructors.cjs.map +1 -0
- package/_cjs/Hub/definition.cjs +104 -13
- package/_cjs/Hub/definition.cjs.map +1 -1
- package/_cjs/Hub/internal.cjs +104 -129
- package/_cjs/Hub/internal.cjs.map +1 -1
- package/_cjs/Hub.cjs +4 -4
- 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/addFinalizerExit.cjs +1 -1
- package/_cjs/IO/api/addFinalizerExit.cjs.map +1 -1
- package/_cjs/IO/api/asyncIO.cjs +4 -4
- package/_cjs/IO/api/asyncIO.cjs.map +1 -1
- package/_cjs/IO/api/bracket.cjs +3 -3
- package/_cjs/IO/api/bracket.cjs.map +1 -1
- package/_cjs/IO/api/bracketExit.cjs +3 -3
- package/_cjs/IO/api/bracketExit.cjs.map +1 -1
- package/_cjs/IO/api/clockWith.cjs +2 -2
- package/_cjs/IO/api/clockWith.cjs.map +1 -1
- package/_cjs/IO/api/concurrency.cjs +9 -7
- package/_cjs/IO/api/concurrency.cjs.map +1 -1
- package/_cjs/IO/api/concurrentFinalizers.cjs +1 -1
- package/_cjs/IO/api/concurrentFinalizers.cjs.map +1 -1
- package/_cjs/IO/api/consoleWith.cjs +2 -2
- package/_cjs/IO/api/consoleWith.cjs.map +1 -1
- package/_cjs/IO/api/core-scope.cjs +45 -41
- package/_cjs/IO/api/core-scope.cjs.map +1 -1
- package/_cjs/IO/api/ensuringChildren.cjs +5 -3
- package/_cjs/IO/api/ensuringChildren.cjs.map +1 -1
- package/_cjs/IO/api/environment.cjs +35 -35
- package/_cjs/IO/api/environment.cjs.map +1 -1
- package/_cjs/IO/api/foreachC.cjs +19 -23
- package/_cjs/IO/api/foreachC.cjs.map +1 -1
- package/_cjs/IO/api/foreachExec.cjs +3 -3
- package/_cjs/IO/api/foreachExec.cjs.map +1 -1
- package/_cjs/IO/api/forkAll.cjs +1 -1
- package/_cjs/IO/api/forkAll.cjs.map +1 -1
- package/_cjs/IO/api/forkIn.cjs +8 -6
- 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 +8 -6
- package/_cjs/IO/api/fulfill.cjs.map +1 -1
- package/_cjs/IO/api/interrupt.cjs +36 -30
- 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 +6 -4
- package/_cjs/IO/api/onExit.cjs.map +1 -1
- package/_cjs/IO/api/onTermination.cjs +5 -3
- package/_cjs/IO/api/onTermination.cjs.map +1 -1
- package/_cjs/IO/api/once.cjs +3 -5
- package/_cjs/IO/api/once.cjs.map +1 -1
- package/_cjs/IO/api/provideLayer.cjs +6 -4
- package/_cjs/IO/api/provideLayer.cjs.map +1 -1
- package/_cjs/IO/api/provideSomeLayer.cjs +5 -15
- package/_cjs/IO/api/provideSomeLayer.cjs.map +1 -1
- package/_cjs/IO/api/race.cjs +6 -4
- package/_cjs/IO/api/race.cjs.map +1 -1
- package/_cjs/IO/api/raceFirst.cjs +6 -4
- package/_cjs/IO/api/raceFirst.cjs.map +1 -1
- package/_cjs/IO/api/randomWith.cjs +1 -1
- package/_cjs/IO/api/randomWith.cjs.map +1 -1
- package/_cjs/IO/api/repeat.cjs +12 -12
- package/_cjs/IO/api/repeat.cjs.map +1 -1
- package/_cjs/IO/api/retry.cjs +14 -14
- package/_cjs/IO/api/retry.cjs.map +1 -1
- package/_cjs/IO/api/schedule.cjs +15 -11
- package/_cjs/IO/api/schedule.cjs.map +1 -1
- package/_cjs/IO/api/scoped.cjs +6 -6
- package/_cjs/IO/api/scoped.cjs.map +1 -1
- package/_cjs/IO/api/sequenceT.cjs +1 -1
- package/_cjs/IO/api/sequenceT.cjs.map +1 -1
- package/_cjs/IO/api/stateful.cjs.map +1 -1
- package/_cjs/IO/api/supervised.cjs +6 -4
- package/_cjs/IO/api/supervised.cjs.map +1 -1
- package/_cjs/IO/api/timeout.cjs +10 -6
- package/_cjs/IO/api/timeout.cjs.map +1 -1
- package/_cjs/IO/api/withChildren.cjs +1 -1
- package/_cjs/IO/api/withChildren.cjs.map +1 -1
- package/_cjs/IO/api/withEarlyRelease.cjs +1 -1
- package/_cjs/IO/api/withEarlyRelease.cjs.map +1 -1
- package/_cjs/IO/api/withFinalizer.cjs +6 -4
- package/_cjs/IO/api/withFinalizer.cjs.map +1 -1
- package/_cjs/IO/api/withFinalizerExit.cjs +6 -4
- package/_cjs/IO/api/withFinalizerExit.cjs.map +1 -1
- package/_cjs/IO/api/withRuntimeConfig.cjs +6 -4
- package/_cjs/IO/api/withRuntimeConfig.cjs.map +1 -1
- package/_cjs/IO/api/zipC.cjs +21 -17
- package/_cjs/IO/api/zipC.cjs.map +1 -1
- package/_cjs/IO/api.cjs +634 -509
- package/_cjs/IO/api.cjs.map +1 -1
- package/_cjs/IO/definition.cjs.map +1 -1
- package/_cjs/IO/runtime.cjs +7 -7
- package/_cjs/IO/runtime.cjs.map +1 -1
- package/_cjs/IO.cjs.map +1 -1
- package/_cjs/IOEnv/definition.cjs +1 -1
- package/_cjs/IOEnv/definition.cjs.map +1 -1
- package/_cjs/IOEnv/live.cjs +1 -1
- package/_cjs/IOEnv/live.cjs.map +1 -1
- package/_cjs/IOEnv/services.cjs.map +1 -1
- package/_cjs/Layer/MemoMap.cjs +86 -92
- package/_cjs/Layer/MemoMap.cjs.map +1 -1
- package/_cjs/Layer/api.cjs +110 -81
- package/_cjs/Layer/api.cjs.map +1 -1
- package/_cjs/Layer/definition.cjs.map +1 -1
- package/_cjs/LogLevel.cjs +24 -16
- package/_cjs/LogLevel.cjs.map +1 -1
- package/_cjs/LogSpan.cjs +18 -16
- package/_cjs/LogSpan.cjs.map +1 -1
- package/_cjs/Logger/api.cjs +18 -14
- package/_cjs/Logger/api.cjs.map +1 -1
- package/_cjs/Logger/constructors.cjs +1 -1
- package/_cjs/Logger/constructors.cjs.map +1 -1
- package/_cjs/Queue/constructors.cjs +19 -5
- package/_cjs/Queue/constructors.cjs.map +1 -1
- package/_cjs/Queue/definition.cjs +191 -16
- package/_cjs/Queue/definition.cjs.map +1 -1
- package/_cjs/Queue/internal.cjs +27 -181
- package/_cjs/Queue/internal.cjs.map +1 -1
- package/_cjs/Queue/strategy.cjs +19 -19
- package/_cjs/Queue/strategy.cjs.map +1 -1
- package/_cjs/Queue.cjs +0 -26
- package/_cjs/Queue.cjs.map +1 -1
- package/_cjs/Random/live.cjs +2 -2
- package/_cjs/Random/live.cjs.map +1 -1
- package/_cjs/Ref/Atomic.cjs +47 -24
- package/_cjs/Ref/Atomic.cjs.map +1 -1
- package/_cjs/Ref/Synchronized.cjs +140 -0
- package/_cjs/Ref/Synchronized.cjs.map +1 -0
- package/_cjs/Ref/constructors.cjs +21 -2
- package/_cjs/Ref/constructors.cjs.map +1 -1
- package/_cjs/Ref/definition.cjs +105 -10
- package/_cjs/Ref/definition.cjs.map +1 -1
- package/_cjs/Ref.cjs +4 -69
- package/_cjs/Ref.cjs.map +1 -1
- package/_cjs/Reloadable/constructors.cjs +10 -10
- package/_cjs/Reloadable/constructors.cjs.map +1 -1
- package/_cjs/RuntimeConfig.cjs +2 -2
- package/_cjs/RuntimeConfig.cjs.map +1 -1
- package/_cjs/STM/api/core-api.cjs +36 -26
- package/_cjs/STM/api/core-api.cjs.map +1 -1
- package/_cjs/STM/api.cjs +217 -163
- package/_cjs/STM/api.cjs.map +1 -1
- package/_cjs/STM/driver.cjs +3 -3
- package/_cjs/STM/driver.cjs.map +1 -1
- package/_cjs/STM/internal/Entry.cjs.map +1 -1
- package/_cjs/STM/internal/Journal.cjs +33 -29
- package/_cjs/STM/internal/Journal.cjs.map +1 -1
- package/_cjs/STM.cjs.map +1 -1
- package/_cjs/Schedule/Decision.cjs +16 -14
- package/_cjs/Schedule/Decision.cjs.map +1 -1
- package/_cjs/Schedule/api/driver.cjs +16 -20
- package/_cjs/Schedule/api/driver.cjs.map +1 -1
- package/_cjs/Schedule/api.cjs +381 -290
- package/_cjs/Schedule/api.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs +14 -14
- package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/api.cjs +68 -61
- package/_cjs/Scope/ReleaseMap/api.cjs.map +1 -1
- package/_cjs/Scope/api.cjs +34 -27
- package/_cjs/Scope/api.cjs.map +1 -1
- package/_cjs/ScopedRef/api.cjs +9 -13
- package/_cjs/ScopedRef/api.cjs.map +1 -1
- package/_cjs/ScopedRef/definition.cjs +1 -1
- package/_cjs/ScopedRef/definition.cjs.map +1 -1
- package/_cjs/Sink/api.cjs +307 -249
- package/_cjs/Sink/api.cjs.map +1 -1
- package/_cjs/State/api.cjs +18 -14
- package/_cjs/State/api.cjs.map +1 -1
- package/_cjs/Stream/api/zipAllWith.cjs +15 -13
- package/_cjs/Stream/api/zipAllWith.cjs.map +1 -1
- package/_cjs/Stream/api/zipWith.cjs +6 -4
- package/_cjs/Stream/api/zipWith.cjs.map +1 -1
- package/_cjs/Stream/api/zipWithChunks.cjs +13 -11
- package/_cjs/Stream/api/zipWithChunks.cjs.map +1 -1
- package/_cjs/Stream/api.cjs +992 -788
- package/_cjs/Stream/api.cjs.map +1 -1
- package/_cjs/Stream/definition.cjs.map +1 -1
- package/_cjs/Stream/internal/DebounceState.cjs +21 -19
- package/_cjs/Stream/internal/DebounceState.cjs.map +1 -1
- package/_cjs/Stream/internal/Handoff.cjs +35 -33
- package/_cjs/Stream/internal/Handoff.cjs.map +1 -1
- package/_cjs/Stream/internal/Pull.cjs +9 -11
- package/_cjs/Stream/internal/Pull.cjs.map +1 -1
- package/_cjs/Stream/internal/SinkEndReason.cjs +16 -14
- package/_cjs/Stream/internal/SinkEndReason.cjs.map +1 -1
- package/_cjs/Stream/internal/Take.cjs +32 -24
- package/_cjs/Stream/internal/Take.cjs.map +1 -1
- package/_cjs/Stream/internal/util.cjs +3 -3
- package/_cjs/Stream/internal/util.cjs.map +1 -1
- package/_cjs/SubscriptionRef.cjs +68 -0
- package/_cjs/SubscriptionRef.cjs.map +1 -0
- package/_cjs/Supervisor/api.cjs +49 -34
- package/_cjs/Supervisor/api.cjs.map +1 -1
- package/_cjs/Supervisor/constructors.cjs +2 -2
- package/_cjs/Supervisor/constructors.cjs.map +1 -1
- package/_cjs/Supervisor/definition.cjs +66 -1
- package/_cjs/Supervisor/definition.cjs.map +1 -1
- package/_cjs/SupervisorPatch.cjs +176 -0
- package/_cjs/SupervisorPatch.cjs.map +1 -0
- package/_cjs/TExit/definition.cjs.map +1 -1
- package/_cjs/TFuture/api.cjs +21 -15
- package/_cjs/TFuture/api.cjs.map +1 -1
- package/_cjs/TFuture/constructors.cjs +1 -1
- package/_cjs/TFuture/constructors.cjs.map +1 -1
- package/_cjs/TFuture/definition.cjs.map +1 -1
- package/_cjs/TReentrantLock/api.cjs +32 -28
- package/_cjs/TReentrantLock/api.cjs.map +1 -1
- package/_cjs/TReentrantLock/definition.cjs +4 -4
- package/_cjs/TReentrantLock/definition.cjs.map +1 -1
- package/_cjs/TRef/api.cjs +233 -209
- package/_cjs/TRef/api.cjs.map +1 -1
- package/_cjs/TRef/definition.cjs +4 -4
- package/_cjs/TRef/definition.cjs.map +1 -1
- package/_cjs/TSemaphore/api.cjs +27 -23
- package/_cjs/TSemaphore/api.cjs.map +1 -1
- package/_cjs/TSemaphore/constructors.cjs +18 -3
- package/_cjs/TSemaphore/constructors.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/dropUntilIO.cjs +21 -19
- package/_cjs/collection/immutable/Conc/dropUntilIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/dropWhileIO.cjs +21 -19
- package/_cjs/collection/immutable/Conc/dropWhileIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/filterIO.cjs +16 -14
- package/_cjs/collection/immutable/Conc/filterIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/findIO.cjs +19 -17
- package/_cjs/collection/immutable/Conc/findIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/mapIO.cjs +11 -9
- package/_cjs/collection/immutable/Conc/mapIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/takeWhileIO.cjs +31 -29
- package/_cjs/collection/immutable/Conc/takeWhileIO.cjs.map +1 -1
- package/_cjs/data/Exit/foreachIO.cjs +6 -4
- package/_cjs/data/Exit/foreachIO.cjs.map +1 -1
- package/_cjs/internal/Hub.cjs +13 -11
- package/_cjs/internal/Hub.cjs.map +1 -1
- package/_cjs/internal/IsFatal.cjs +18 -16
- package/_cjs/internal/IsFatal.cjs.map +1 -1
- package/_cjs/internal/MutableQueue.cjs +11 -9
- package/_cjs/internal/MutableQueue.cjs.map +1 -1
- package/_cjs/internal/StackTraceBuilder.cjs.map +1 -1
- package/_mjs/Cached/api.mjs +6 -6
- package/_mjs/Cached/api.mjs.map +1 -1
- package/_mjs/Channel/ChildExecutorDecision/api.mjs +18 -16
- package/_mjs/Channel/ChildExecutorDecision/api.mjs.map +1 -1
- package/_mjs/Channel/UpstreamPullRequest/api.mjs +14 -12
- package/_mjs/Channel/UpstreamPullRequest/api.mjs.map +1 -1
- package/_mjs/Channel/api/interruptWhen.mjs +11 -7
- package/_mjs/Channel/api/interruptWhen.mjs.map +1 -1
- package/_mjs/Channel/api/mapOutIOC.mjs +24 -23
- package/_mjs/Channel/api/mapOutIOC.mjs.map +1 -1
- package/_mjs/Channel/api/mergeAll.mjs +5 -3
- package/_mjs/Channel/api/mergeAll.mjs.map +1 -1
- package/_mjs/Channel/api/mergeAllUnboundedWith.mjs +5 -3
- package/_mjs/Channel/api/mergeAllUnboundedWith.mjs.map +1 -1
- package/_mjs/Channel/api/mergeAllWith.mjs +45 -46
- package/_mjs/Channel/api/mergeAllWith.mjs.map +1 -1
- package/_mjs/Channel/api/mergeMap.mjs +5 -3
- package/_mjs/Channel/api/mergeMap.mjs.map +1 -1
- package/_mjs/Channel/api/mergeWith.mjs +46 -44
- package/_mjs/Channel/api/mergeWith.mjs.map +1 -1
- package/_mjs/Channel/api/run.mjs +1 -1
- package/_mjs/Channel/api/run.mjs.map +1 -1
- package/_mjs/Channel/api/runScoped.mjs +2 -2
- package/_mjs/Channel/api/runScoped.mjs.map +1 -1
- package/_mjs/Channel/api/toPull.mjs +3 -3
- package/_mjs/Channel/api/toPull.mjs.map +1 -1
- package/_mjs/Channel/api/zipC.mjs +16 -10
- package/_mjs/Channel/api/zipC.mjs.map +1 -1
- package/_mjs/Channel/api.mjs +224 -173
- package/_mjs/Channel/api.mjs.map +1 -1
- package/_mjs/Channel/core-api.mjs +28 -18
- package/_mjs/Channel/core-api.mjs.map +1 -1
- package/_mjs/Channel/definition.mjs +1 -1
- package/_mjs/Channel/definition.mjs.map +1 -1
- package/_mjs/Channel/internal/ChannelExecutor.mjs +83 -83
- package/_mjs/Channel/internal/ChannelExecutor.mjs.map +1 -1
- package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs +22 -23
- package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs.map +1 -1
- package/_mjs/Differ/api.mjs +90 -0
- package/_mjs/Differ/api.mjs.map +1 -0
- package/_mjs/Differ/definition.mjs +13 -0
- package/_mjs/Differ/definition.mjs.map +1 -0
- package/_mjs/Fiber/FiberContext.mjs +48 -48
- package/_mjs/Fiber/FiberContext.mjs.map +1 -1
- package/_mjs/Fiber/api/awaitAll.mjs +1 -1
- package/_mjs/Fiber/api/awaitAll.mjs.map +1 -1
- package/_mjs/Fiber/api/collectAll.mjs +1 -1
- package/_mjs/Fiber/api/collectAll.mjs.map +1 -1
- package/_mjs/Fiber/api/evalOn.mjs +11 -9
- package/_mjs/Fiber/api/evalOn.mjs.map +1 -1
- package/_mjs/Fiber/api/evalOnIO.mjs +5 -3
- package/_mjs/Fiber/api/evalOnIO.mjs.map +1 -1
- package/_mjs/Fiber/api/fromIO.mjs +1 -1
- package/_mjs/Fiber/api/fromIO.mjs.map +1 -1
- package/_mjs/Fiber/api/interrupt.mjs +1 -1
- package/_mjs/Fiber/api/interrupt.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAll.mjs +2 -2
- package/_mjs/Fiber/api/interruptAll.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAs.mjs +6 -4
- package/_mjs/Fiber/api/interruptAs.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAsFork.mjs +6 -4
- package/_mjs/Fiber/api/interruptAsFork.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 +1 -1
- package/_mjs/Fiber/api/join.mjs.map +1 -1
- package/_mjs/Fiber/api/joinAll.mjs +1 -1
- package/_mjs/Fiber/api/joinAll.mjs.map +1 -1
- package/_mjs/Fiber/api/mapFiber.mjs +5 -3
- package/_mjs/Fiber/api/mapFiber.mjs.map +1 -1
- package/_mjs/Fiber/api/mapIO.mjs +11 -7
- package/_mjs/Fiber/api/mapIO.mjs.map +1 -1
- package/_mjs/Fiber/api/zipWith.mjs +5 -3
- package/_mjs/Fiber/api/zipWith.mjs.map +1 -1
- package/_mjs/Fiber/definition.mjs.map +1 -1
- package/_mjs/Fiber.mjs +1 -0
- package/_mjs/Fiber.mjs.map +1 -1
- package/_mjs/FiberRef/api/locallyScoped.mjs +5 -3
- package/_mjs/FiberRef/api/locallyScoped.mjs.map +1 -1
- package/_mjs/FiberRef/api/locallyScopedWith.mjs +5 -3
- package/_mjs/FiberRef/api/locallyScopedWith.mjs.map +1 -1
- package/_mjs/FiberRef/api.mjs +52 -36
- package/_mjs/FiberRef/api.mjs.map +1 -1
- package/_mjs/FiberRef/constructors.mjs +1 -1
- package/_mjs/FiberRef/constructors.mjs.map +1 -1
- package/_mjs/FiberRef/unsafe.mjs +31 -20
- package/_mjs/FiberRef/unsafe.mjs.map +1 -1
- package/_mjs/FiberRef.mjs.map +1 -1
- package/_mjs/FiberRefs/api.mjs +14 -12
- package/_mjs/FiberRefs/api.mjs.map +1 -1
- package/_mjs/FiberRefs/join.mjs +35 -33
- package/_mjs/FiberRefs/join.mjs.map +1 -1
- package/_mjs/FiberState/definition.mjs.map +1 -1
- package/_mjs/Future/api.mjs +84 -66
- package/_mjs/Future/api.mjs.map +1 -1
- package/_mjs/Future/constructors.mjs +1 -1
- package/_mjs/Future/constructors.mjs.map +1 -1
- package/_mjs/Hub/constructors.mjs +66 -0
- package/_mjs/Hub/constructors.mjs.map +1 -0
- package/_mjs/Hub/definition.mjs +88 -9
- package/_mjs/Hub/definition.mjs.map +1 -1
- package/_mjs/Hub/internal.mjs +105 -122
- package/_mjs/Hub/internal.mjs.map +1 -1
- package/_mjs/Hub.mjs +1 -1
- package/_mjs/Hub.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/addFinalizerExit.mjs +1 -1
- package/_mjs/IO/api/addFinalizerExit.mjs.map +1 -1
- package/_mjs/IO/api/asyncIO.mjs +4 -4
- 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 -2
- package/_mjs/IO/api/bracketExit.mjs.map +1 -1
- package/_mjs/IO/api/clockWith.mjs +2 -2
- package/_mjs/IO/api/clockWith.mjs.map +1 -1
- package/_mjs/IO/api/concurrency.mjs +8 -6
- package/_mjs/IO/api/concurrency.mjs.map +1 -1
- package/_mjs/IO/api/concurrentFinalizers.mjs +1 -1
- package/_mjs/IO/api/concurrentFinalizers.mjs.map +1 -1
- package/_mjs/IO/api/consoleWith.mjs +2 -2
- package/_mjs/IO/api/consoleWith.mjs.map +1 -1
- package/_mjs/IO/api/core-scope.mjs +40 -36
- package/_mjs/IO/api/core-scope.mjs.map +1 -1
- package/_mjs/IO/api/ensuringChildren.mjs +5 -3
- package/_mjs/IO/api/ensuringChildren.mjs.map +1 -1
- package/_mjs/IO/api/environment.mjs +29 -27
- package/_mjs/IO/api/environment.mjs.map +1 -1
- package/_mjs/IO/api/foreachC.mjs +17 -19
- package/_mjs/IO/api/foreachC.mjs.map +1 -1
- package/_mjs/IO/api/foreachExec.mjs +2 -2
- package/_mjs/IO/api/foreachExec.mjs.map +1 -1
- package/_mjs/IO/api/forkAll.mjs +1 -1
- package/_mjs/IO/api/forkAll.mjs.map +1 -1
- package/_mjs/IO/api/forkIn.mjs +7 -5
- 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 +7 -5
- package/_mjs/IO/api/fulfill.mjs.map +1 -1
- package/_mjs/IO/api/interrupt.mjs +34 -28
- 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 +5 -3
- package/_mjs/IO/api/onExit.mjs.map +1 -1
- package/_mjs/IO/api/onTermination.mjs +5 -3
- package/_mjs/IO/api/onTermination.mjs.map +1 -1
- package/_mjs/IO/api/once.mjs +3 -4
- package/_mjs/IO/api/once.mjs.map +1 -1
- package/_mjs/IO/api/provideLayer.mjs +5 -3
- package/_mjs/IO/api/provideLayer.mjs.map +1 -1
- package/_mjs/IO/api/provideSomeLayer.mjs +5 -11
- package/_mjs/IO/api/provideSomeLayer.mjs.map +1 -1
- package/_mjs/IO/api/race.mjs +5 -3
- package/_mjs/IO/api/race.mjs.map +1 -1
- package/_mjs/IO/api/raceFirst.mjs +5 -3
- package/_mjs/IO/api/raceFirst.mjs.map +1 -1
- package/_mjs/IO/api/randomWith.mjs +1 -1
- package/_mjs/IO/api/randomWith.mjs.map +1 -1
- package/_mjs/IO/api/repeat.mjs +8 -8
- package/_mjs/IO/api/repeat.mjs.map +1 -1
- package/_mjs/IO/api/retry.mjs +12 -12
- package/_mjs/IO/api/retry.mjs.map +1 -1
- package/_mjs/IO/api/schedule.mjs +15 -11
- package/_mjs/IO/api/schedule.mjs.map +1 -1
- package/_mjs/IO/api/scoped.mjs +3 -3
- package/_mjs/IO/api/scoped.mjs.map +1 -1
- package/_mjs/IO/api/sequenceT.mjs +1 -1
- package/_mjs/IO/api/sequenceT.mjs.map +1 -1
- package/_mjs/IO/api/stateful.mjs.map +1 -1
- package/_mjs/IO/api/supervised.mjs +5 -3
- package/_mjs/IO/api/supervised.mjs.map +1 -1
- package/_mjs/IO/api/timeout.mjs +10 -6
- package/_mjs/IO/api/timeout.mjs.map +1 -1
- package/_mjs/IO/api/withChildren.mjs +1 -1
- package/_mjs/IO/api/withChildren.mjs.map +1 -1
- package/_mjs/IO/api/withEarlyRelease.mjs +1 -1
- package/_mjs/IO/api/withEarlyRelease.mjs.map +1 -1
- package/_mjs/IO/api/withFinalizer.mjs +5 -3
- package/_mjs/IO/api/withFinalizer.mjs.map +1 -1
- package/_mjs/IO/api/withFinalizerExit.mjs +5 -3
- package/_mjs/IO/api/withFinalizerExit.mjs.map +1 -1
- package/_mjs/IO/api/withRuntimeConfig.mjs +5 -3
- package/_mjs/IO/api/withRuntimeConfig.mjs.map +1 -1
- package/_mjs/IO/api/zipC.mjs +18 -14
- package/_mjs/IO/api/zipC.mjs.map +1 -1
- package/_mjs/IO/api.mjs +511 -387
- package/_mjs/IO/api.mjs.map +1 -1
- package/_mjs/IO/definition.mjs.map +1 -1
- package/_mjs/IO/runtime.mjs +7 -7
- package/_mjs/IO/runtime.mjs.map +1 -1
- package/_mjs/IO.mjs.map +1 -1
- package/_mjs/IOEnv/definition.mjs +1 -1
- package/_mjs/IOEnv/definition.mjs.map +1 -1
- package/_mjs/IOEnv/live.mjs +1 -1
- package/_mjs/IOEnv/live.mjs.map +1 -1
- package/_mjs/IOEnv/services.mjs.map +1 -1
- package/_mjs/Layer/MemoMap.mjs +86 -87
- package/_mjs/Layer/MemoMap.mjs.map +1 -1
- package/_mjs/Layer/api.mjs +91 -63
- package/_mjs/Layer/api.mjs.map +1 -1
- package/_mjs/Layer/definition.mjs.map +1 -1
- package/_mjs/LogLevel.mjs +24 -16
- package/_mjs/LogLevel.mjs.map +1 -1
- package/_mjs/LogSpan.mjs +16 -14
- package/_mjs/LogSpan.mjs.map +1 -1
- package/_mjs/Logger/api.mjs +16 -12
- package/_mjs/Logger/api.mjs.map +1 -1
- package/_mjs/Logger/constructors.mjs +1 -1
- package/_mjs/Logger/constructors.mjs.map +1 -1
- package/_mjs/Queue/constructors.mjs +16 -5
- package/_mjs/Queue/constructors.mjs.map +1 -1
- package/_mjs/Queue/definition.mjs +174 -12
- package/_mjs/Queue/definition.mjs.map +1 -1
- package/_mjs/Queue/internal.mjs +21 -170
- package/_mjs/Queue/internal.mjs.map +1 -1
- package/_mjs/Queue/strategy.mjs +20 -23
- package/_mjs/Queue/strategy.mjs.map +1 -1
- package/_mjs/Queue.mjs +1 -3
- package/_mjs/Queue.mjs.map +1 -1
- package/_mjs/Random/live.mjs +2 -2
- package/_mjs/Random/live.mjs.map +1 -1
- package/_mjs/Ref/Atomic.mjs +39 -3
- package/_mjs/Ref/Atomic.mjs.map +1 -1
- package/_mjs/Ref/Synchronized.mjs +123 -0
- package/_mjs/Ref/Synchronized.mjs.map +1 -0
- package/_mjs/Ref/constructors.mjs +15 -1
- package/_mjs/Ref/constructors.mjs.map +1 -1
- package/_mjs/Ref/definition.mjs +96 -4
- package/_mjs/Ref/definition.mjs.map +1 -1
- package/_mjs/Ref.mjs +1 -8
- package/_mjs/Ref.mjs.map +1 -1
- package/_mjs/Reloadable/constructors.mjs +10 -10
- package/_mjs/Reloadable/constructors.mjs.map +1 -1
- package/_mjs/RuntimeConfig.mjs +2 -2
- package/_mjs/RuntimeConfig.mjs.map +1 -1
- package/_mjs/STM/api/core-api.mjs +29 -19
- package/_mjs/STM/api/core-api.mjs.map +1 -1
- package/_mjs/STM/api.mjs +180 -127
- package/_mjs/STM/api.mjs.map +1 -1
- package/_mjs/STM/driver.mjs +3 -3
- package/_mjs/STM/driver.mjs.map +1 -1
- package/_mjs/STM/internal/Entry.mjs.map +1 -1
- package/_mjs/STM/internal/Journal.mjs +33 -29
- package/_mjs/STM/internal/Journal.mjs.map +1 -1
- package/_mjs/STM.mjs.map +1 -1
- package/_mjs/Schedule/Decision.mjs +14 -12
- package/_mjs/Schedule/Decision.mjs.map +1 -1
- package/_mjs/Schedule/api/driver.mjs +15 -17
- package/_mjs/Schedule/api/driver.mjs.map +1 -1
- package/_mjs/Schedule/api.mjs +326 -234
- package/_mjs/Schedule/api.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs +12 -11
- package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/api.mjs +60 -51
- package/_mjs/Scope/ReleaseMap/api.mjs.map +1 -1
- package/_mjs/Scope/api.mjs +28 -22
- package/_mjs/Scope/api.mjs.map +1 -1
- package/_mjs/ScopedRef/api.mjs +9 -11
- package/_mjs/ScopedRef/api.mjs.map +1 -1
- package/_mjs/ScopedRef/definition.mjs +1 -1
- package/_mjs/ScopedRef/definition.mjs.map +1 -1
- package/_mjs/Sink/api.mjs +301 -240
- package/_mjs/Sink/api.mjs.map +1 -1
- package/_mjs/State/api.mjs +16 -12
- package/_mjs/State/api.mjs.map +1 -1
- package/_mjs/Stream/api/zipAllWith.mjs +14 -12
- package/_mjs/Stream/api/zipAllWith.mjs.map +1 -1
- package/_mjs/Stream/api/zipWith.mjs +5 -3
- package/_mjs/Stream/api/zipWith.mjs.map +1 -1
- package/_mjs/Stream/api/zipWithChunks.mjs +12 -10
- package/_mjs/Stream/api/zipWithChunks.mjs.map +1 -1
- package/_mjs/Stream/api.mjs +856 -653
- package/_mjs/Stream/api.mjs.map +1 -1
- package/_mjs/Stream/definition.mjs.map +1 -1
- package/_mjs/Stream/internal/DebounceState.mjs +18 -16
- package/_mjs/Stream/internal/DebounceState.mjs.map +1 -1
- package/_mjs/Stream/internal/Handoff.mjs +35 -32
- package/_mjs/Stream/internal/Handoff.mjs.map +1 -1
- package/_mjs/Stream/internal/Pull.mjs +9 -10
- package/_mjs/Stream/internal/Pull.mjs.map +1 -1
- package/_mjs/Stream/internal/SinkEndReason.mjs +14 -12
- package/_mjs/Stream/internal/SinkEndReason.mjs.map +1 -1
- package/_mjs/Stream/internal/Take.mjs +28 -20
- package/_mjs/Stream/internal/Take.mjs.map +1 -1
- package/_mjs/Stream/internal/util.mjs +3 -3
- package/_mjs/Stream/internal/util.mjs.map +1 -1
- package/_mjs/SubscriptionRef.mjs +45 -0
- package/_mjs/SubscriptionRef.mjs.map +1 -0
- package/_mjs/Supervisor/api.mjs +44 -33
- package/_mjs/Supervisor/api.mjs.map +1 -1
- package/_mjs/Supervisor/constructors.mjs +2 -2
- package/_mjs/Supervisor/constructors.mjs.map +1 -1
- package/_mjs/Supervisor/definition.mjs +55 -0
- package/_mjs/Supervisor/definition.mjs.map +1 -1
- package/_mjs/SupervisorPatch.mjs +135 -0
- package/_mjs/SupervisorPatch.mjs.map +1 -0
- package/_mjs/TExit/definition.mjs.map +1 -1
- package/_mjs/TFuture/api.mjs +17 -11
- package/_mjs/TFuture/api.mjs.map +1 -1
- package/_mjs/TFuture/constructors.mjs +1 -1
- package/_mjs/TFuture/constructors.mjs.map +1 -1
- package/_mjs/TFuture/definition.mjs.map +1 -1
- package/_mjs/TReentrantLock/api.mjs +32 -28
- package/_mjs/TReentrantLock/api.mjs.map +1 -1
- package/_mjs/TReentrantLock/definition.mjs +4 -4
- package/_mjs/TReentrantLock/definition.mjs.map +1 -1
- package/_mjs/TRef/api.mjs +218 -194
- package/_mjs/TRef/api.mjs.map +1 -1
- package/_mjs/TRef/definition.mjs +4 -4
- package/_mjs/TRef/definition.mjs.map +1 -1
- package/_mjs/TSemaphore/api.mjs +23 -19
- package/_mjs/TSemaphore/api.mjs.map +1 -1
- package/_mjs/TSemaphore/constructors.mjs +12 -2
- package/_mjs/TSemaphore/constructors.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/dropUntilIO.mjs +19 -17
- package/_mjs/collection/immutable/Conc/dropUntilIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/dropWhileIO.mjs +19 -17
- package/_mjs/collection/immutable/Conc/dropWhileIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/filterIO.mjs +14 -12
- package/_mjs/collection/immutable/Conc/filterIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/findIO.mjs +17 -15
- package/_mjs/collection/immutable/Conc/findIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/mapIO.mjs +10 -8
- package/_mjs/collection/immutable/Conc/mapIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/takeWhileIO.mjs +28 -26
- package/_mjs/collection/immutable/Conc/takeWhileIO.mjs.map +1 -1
- package/_mjs/data/Exit/foreachIO.mjs +5 -3
- package/_mjs/data/Exit/foreachIO.mjs.map +1 -1
- package/_mjs/internal/Hub.mjs +13 -11
- package/_mjs/internal/Hub.mjs.map +1 -1
- package/_mjs/internal/IsFatal.mjs +18 -16
- package/_mjs/internal/IsFatal.mjs.map +1 -1
- package/_mjs/internal/MutableQueue.mjs +10 -8
- package/_mjs/internal/MutableQueue.mjs.map +1 -1
- package/_mjs/internal/StackTraceBuilder.mjs.map +1 -1
- package/_src/Cached/api.ts +2 -2
- package/_src/Channel/ChildExecutorDecision/api.ts +14 -17
- package/_src/Channel/UpstreamPullRequest/api.ts +11 -13
- package/_src/Channel/api/interruptWhen.ts +18 -17
- package/_src/Channel/api/mapOutIOC.ts +58 -58
- package/_src/Channel/api/mergeAll.ts +15 -16
- package/_src/Channel/api/mergeAllUnboundedWith.ts +15 -27
- package/_src/Channel/api/mergeAllWith.ts +114 -126
- package/_src/Channel/api/mergeMap.ts +8 -18
- package/_src/Channel/api/mergeWith.ts +154 -158
- package/_src/Channel/api/toPull.ts +1 -1
- package/_src/Channel/api/zipC.ts +52 -88
- package/_src/Channel/api.ts +345 -405
- package/_src/Channel/core-api.ts +75 -122
- package/_src/Channel/definition.ts +49 -7
- package/_src/Channel/internal/ChannelExecutor.ts +1 -5
- package/_src/Channel/internal/SingleProducerAsyncInput.ts +1 -3
- package/_src/Differ/api.ts +72 -0
- package/_src/Differ/definition.ts +16 -0
- package/_src/Fiber/FiberContext.ts +13 -33
- package/_src/Fiber/api/collectAll.ts +1 -2
- package/_src/Fiber/api/evalOn.ts +11 -14
- package/_src/Fiber/api/evalOnIO.ts +10 -13
- package/_src/Fiber/api/interruptAll.ts +1 -2
- package/_src/Fiber/api/interruptAs.ts +6 -4
- package/_src/Fiber/api/interruptAsFork.ts +6 -4
- package/_src/Fiber/api/interruptFork.ts +1 -1
- package/_src/Fiber/api/mapFiber.ts +5 -7
- package/_src/Fiber/api/mapIO.ts +21 -21
- package/_src/Fiber/api/zipWith.ts +14 -17
- package/_src/Fiber/definition.ts +1 -15
- package/_src/Fiber.ts +1 -1
- package/_src/FiberRef/api/locallyScoped.ts +8 -6
- package/_src/FiberRef/api/locallyScopedWith.ts +5 -7
- package/_src/FiberRef/api.ts +50 -39
- package/_src/FiberRef/unsafe.ts +24 -22
- package/_src/FiberRef.ts +0 -1
- package/_src/FiberRefs/api.ts +14 -12
- package/_src/FiberRefs/join.ts +37 -46
- package/_src/FiberState/definition.ts +1 -2
- package/_src/Future/api.ts +67 -53
- package/_src/Hub/constructors.ts +80 -0
- package/_src/Hub/definition.ts +95 -89
- package/_src/Hub/internal.ts +115 -165
- package/_src/Hub.ts +1 -1
- package/_src/IO/api/acquireRelease.ts +1 -1
- package/_src/IO/api/acquireReleaseExit.ts +1 -1
- package/_src/IO/api/bracket.ts +1 -1
- package/_src/IO/api/bracketExit.ts +1 -1
- package/_src/IO/api/clockWith.ts +0 -1
- package/_src/IO/api/concurrency.ts +5 -7
- package/_src/IO/api/consoleWith.ts +0 -2
- package/_src/IO/api/core-scope.ts +36 -33
- package/_src/IO/api/ensuringChildren.ts +8 -7
- package/_src/IO/api/environment.ts +24 -42
- package/_src/IO/api/foreachC.ts +24 -12
- package/_src/IO/api/foreachExec.ts +1 -1
- package/_src/IO/api/forkIn.ts +7 -9
- package/_src/IO/api/fulfill.ts +5 -3
- package/_src/IO/api/interrupt.ts +37 -40
- package/_src/IO/api/onExit.ts +8 -10
- package/_src/IO/api/onTermination.ts +12 -14
- package/_src/IO/api/provideLayer.ts +8 -10
- package/_src/IO/api/provideSomeLayer.ts +5 -14
- package/_src/IO/api/race.ts +19 -21
- package/_src/IO/api/raceFirst.ts +5 -7
- package/_src/IO/api/repeat.ts +3 -5
- package/_src/IO/api/retry.ts +19 -21
- package/_src/IO/api/schedule.ts +20 -21
- package/_src/IO/api/scoped.ts +2 -2
- package/_src/IO/api/sequenceT.ts +7 -1
- package/_src/IO/api/stateful.ts +0 -2
- package/_src/IO/api/supervised.ts +5 -7
- package/_src/IO/api/timeout.ts +10 -16
- package/_src/IO/api/withFinalizer.ts +5 -7
- package/_src/IO/api/withFinalizerExit.ts +6 -5
- package/_src/IO/api/withRuntimeConfig.ts +12 -14
- package/_src/IO/api/zipC.ts +57 -62
- package/_src/IO/api.ts +512 -539
- package/_src/IO/definition.ts +21 -9
- package/_src/IO/runtime.ts +0 -12
- package/_src/IO.ts +0 -1
- package/_src/IOEnv/definition.ts +0 -2
- package/_src/IOEnv/services.ts +5 -4
- package/_src/Layer/MemoMap.ts +61 -63
- package/_src/Layer/api.ts +95 -104
- package/_src/Layer/definition.ts +0 -1
- package/_src/LogLevel.ts +24 -16
- package/_src/LogSpan.ts +16 -16
- package/_src/Logger/api.ts +18 -17
- package/_src/Logger/constructors.ts +9 -15
- package/_src/Queue/constructors.ts +22 -6
- package/_src/Queue/definition.ts +230 -81
- package/_src/Queue/internal.ts +9 -180
- package/_src/Queue/strategy.ts +9 -23
- package/_src/Queue.ts +1 -3
- package/_src/Ref/Atomic.ts +37 -4
- package/_src/Ref/Synchronized.ts +107 -0
- package/_src/Ref/constructors.ts +15 -0
- package/_src/Ref/definition.ts +86 -85
- package/_src/Ref.ts +1 -9
- package/_src/Reloadable/constructors.ts +2 -2
- package/_src/RuntimeConfig.ts +0 -2
- package/_src/STM/api/core-api.ts +32 -35
- package/_src/STM/api.ts +210 -200
- package/_src/STM/internal/Entry.ts +0 -10
- package/_src/STM/internal/Journal.ts +23 -26
- package/_src/STM.ts +0 -1
- package/_src/Schedule/Decision.ts +10 -8
- package/_src/Schedule/api/driver.ts +0 -4
- package/_src/Schedule/api.ts +419 -444
- package/_src/Schedule/definition.ts +0 -1
- package/_src/Scope/ReleaseMap/api/releaseAll.ts +23 -26
- package/_src/Scope/ReleaseMap/api.ts +77 -74
- package/_src/Scope/api.ts +16 -18
- package/_src/ScopedRef/api.ts +0 -3
- package/_src/ScopedRef/definition.ts +1 -2
- package/_src/Sink/api.ts +326 -357
- package/_src/State/api.ts +12 -8
- package/_src/State/internal.ts +1 -1
- package/_src/Stream/api/zipAllWith.ts +6 -5
- package/_src/Stream/api/zipWith.ts +5 -8
- package/_src/Stream/api/zipWithChunks.ts +6 -5
- package/_src/Stream/api.ts +1049 -1176
- package/_src/Stream/definition.ts +0 -2
- package/_src/Stream/internal/DebounceState.ts +16 -17
- package/_src/Stream/internal/Handoff.ts +31 -35
- package/_src/Stream/internal/Pull.ts +1 -2
- package/_src/Stream/internal/SinkEndReason.ts +13 -14
- package/_src/Stream/internal/Take.ts +21 -21
- package/_src/Stream/internal/util.ts +0 -2
- package/_src/SubscriptionRef.ts +44 -0
- package/_src/Supervisor/api.ts +39 -31
- package/_src/Supervisor/definition.ts +58 -0
- package/_src/SupervisorPatch.ts +111 -0
- package/_src/TExit/definition.ts +0 -8
- package/_src/TFuture/api.ts +23 -17
- package/_src/TFuture/definition.ts +0 -1
- package/_src/TReentrantLock/api.ts +14 -10
- package/_src/TReentrantLock/definition.ts +0 -7
- package/_src/TRef/api.ts +207 -209
- package/_src/TRef/definition.ts +0 -12
- package/_src/TSemaphore/api.ts +19 -18
- package/_src/TSemaphore/constructors.ts +7 -0
- package/_src/collection/immutable/Conc/dropUntilIO.ts +19 -21
- package/_src/collection/immutable/Conc/dropWhileIO.ts +21 -23
- package/_src/collection/immutable/Conc/filterIO.ts +15 -17
- package/_src/collection/immutable/Conc/findIO.ts +17 -19
- package/_src/collection/immutable/Conc/mapIO.ts +12 -10
- package/_src/collection/immutable/Conc/takeWhileIO.ts +27 -29
- package/_src/data/Exit/foreachIO.ts +8 -10
- package/_src/global.ts +11 -3
- package/_src/index.ts +3 -0
- package/_src/internal/Hub.ts +17 -27
- package/_src/internal/IsFatal.ts +14 -12
- package/_src/internal/MutableQueue.ts +8 -8
- package/_src/internal/StackTraceBuilder.ts +1 -2
- package/collection/immutable/Conc/dropUntilIO.d.ts +3 -3
- package/collection/immutable/Conc/dropWhileIO.d.ts +3 -3
- package/collection/immutable/Conc/filterIO.d.ts +3 -3
- package/collection/immutable/Conc/findIO.d.ts +2 -2
- package/collection/immutable/Conc/mapIO.d.ts +3 -3
- package/collection/immutable/Conc/takeWhileIO.d.ts +3 -3
- package/data/Exit/foreachIO.d.ts +3 -3
- package/global.d.ts +11 -3
- package/index.d.ts +3 -0
- package/internal/Hub.d.ts +2 -2
- package/internal/IsFatal.d.ts +3 -3
- package/internal/MutableQueue.d.ts +3 -3
- package/package.json +3 -3
- package/Hub/api.d.ts +0 -190
- package/Queue/api/dimapIO.d.ts +0 -41
- package/Queue/api/filterInputIO.d.ts +0 -33
- package/Queue/api/filterOutputIO.d.ts +0 -31
- package/Queue/api/operations.d.ts +0 -82
- package/Queue/api/poll.d.ts +0 -9
- package/Queue/api/takeBetween.d.ts +0 -11
- package/Queue/api/zipWithIO.d.ts +0 -44
- package/Queue/api.d.ts +0 -7
- package/Ref/Atomic/Atomic.d.ts +0 -18
- package/Ref/Atomic/api.d.ts +0 -53
- package/Ref/Derived.d.ts +0 -14
- package/Ref/DerivedAll.d.ts +0 -14
- package/Ref/Synchronized/api.d.ts +0 -100
- package/Ref/Synchronized/constructors.d.ts +0 -8
- package/Ref/Synchronized/definition.d.ts +0 -42
- package/Ref/api/collect.d.ts +0 -11
- package/Ref/api/dimap.d.ts +0 -56
- package/Ref/api/filter.d.ts +0 -20
- package/Ref/api/get.d.ts +0 -9
- package/Ref/api/match.d.ts +0 -13
- package/Ref/api/matchAll.d.ts +0 -11
- package/Ref/api/modify.d.ts +0 -79
- package/Ref/api/set.d.ts +0 -10
- package/Ref/api.d.ts +0 -23
- package/_cjs/Hub/api.cjs +0 -456
- package/_cjs/Hub/api.cjs.map +0 -1
- package/_cjs/Queue/api/dimapIO.cjs +0 -120
- package/_cjs/Queue/api/dimapIO.cjs.map +0 -1
- package/_cjs/Queue/api/filterInputIO.cjs +0 -84
- package/_cjs/Queue/api/filterInputIO.cjs.map +0 -1
- package/_cjs/Queue/api/filterOutputIO.cjs +0 -89
- package/_cjs/Queue/api/filterOutputIO.cjs.map +0 -1
- package/_cjs/Queue/api/operations.cjs +0 -147
- package/_cjs/Queue/api/operations.cjs.map +0 -1
- package/_cjs/Queue/api/poll.cjs +0 -27
- package/_cjs/Queue/api/poll.cjs.map +0 -1
- package/_cjs/Queue/api/takeBetween.cjs +0 -57
- package/_cjs/Queue/api/takeBetween.cjs.map +0 -1
- package/_cjs/Queue/api/zipWithIO.cjs +0 -97
- package/_cjs/Queue/api/zipWithIO.cjs.map +0 -1
- package/_cjs/Queue/api.cjs +0 -97
- package/_cjs/Queue/api.cjs.map +0 -1
- package/_cjs/Ref/Atomic/Atomic.cjs +0 -64
- package/_cjs/Ref/Atomic/Atomic.cjs.map +0 -1
- package/_cjs/Ref/Atomic/api.cjs +0 -156
- package/_cjs/Ref/Atomic/api.cjs.map +0 -1
- package/_cjs/Ref/Derived.cjs +0 -55
- package/_cjs/Ref/Derived.cjs.map +0 -1
- package/_cjs/Ref/DerivedAll.cjs +0 -55
- package/_cjs/Ref/DerivedAll.cjs.map +0 -1
- package/_cjs/Ref/Synchronized/api.cjs +0 -196
- package/_cjs/Ref/Synchronized/api.cjs.map +0 -1
- package/_cjs/Ref/Synchronized/constructors.cjs +0 -32
- package/_cjs/Ref/Synchronized/constructors.cjs.map +0 -1
- package/_cjs/Ref/Synchronized/definition.cjs +0 -88
- package/_cjs/Ref/Synchronized/definition.cjs.map +0 -1
- package/_cjs/Ref/api/collect.cjs +0 -31
- package/_cjs/Ref/api/collect.cjs.map +0 -1
- package/_cjs/Ref/api/dimap.cjs +0 -110
- package/_cjs/Ref/api/dimap.cjs.map +0 -1
- package/_cjs/Ref/api/filter.cjs +0 -45
- package/_cjs/Ref/api/filter.cjs.map +0 -1
- package/_cjs/Ref/api/get.cjs +0 -20
- package/_cjs/Ref/api/get.cjs.map +0 -1
- package/_cjs/Ref/api/match.cjs +0 -26
- package/_cjs/Ref/api/match.cjs.map +0 -1
- package/_cjs/Ref/api/matchAll.cjs +0 -24
- package/_cjs/Ref/api/matchAll.cjs.map +0 -1
- package/_cjs/Ref/api/modify.cjs +0 -239
- package/_cjs/Ref/api/modify.cjs.map +0 -1
- package/_cjs/Ref/api/set.cjs +0 -21
- package/_cjs/Ref/api/set.cjs.map +0 -1
- package/_cjs/Ref/api.cjs +0 -158
- package/_cjs/Ref/api.cjs.map +0 -1
- package/_mjs/Hub/api.mjs +0 -384
- package/_mjs/Hub/api.mjs.map +0 -1
- package/_mjs/Queue/api/dimapIO.mjs +0 -97
- package/_mjs/Queue/api/dimapIO.mjs.map +0 -1
- package/_mjs/Queue/api/filterInputIO.mjs +0 -63
- package/_mjs/Queue/api/filterInputIO.mjs.map +0 -1
- package/_mjs/Queue/api/filterOutputIO.mjs +0 -68
- package/_mjs/Queue/api/filterOutputIO.mjs.map +0 -1
- package/_mjs/Queue/api/operations.mjs +0 -122
- package/_mjs/Queue/api/operations.mjs.map +0 -1
- package/_mjs/Queue/api/poll.mjs +0 -14
- package/_mjs/Queue/api/poll.mjs.map +0 -1
- package/_mjs/Queue/api/takeBetween.mjs +0 -43
- package/_mjs/Queue/api/takeBetween.mjs.map +0 -1
- package/_mjs/Queue/api/zipWithIO.mjs +0 -74
- package/_mjs/Queue/api/zipWithIO.mjs.map +0 -1
- package/_mjs/Queue/api.mjs +0 -9
- package/_mjs/Queue/api.mjs.map +0 -1
- package/_mjs/Ref/Atomic/Atomic.mjs +0 -47
- package/_mjs/Ref/Atomic/Atomic.mjs.map +0 -1
- package/_mjs/Ref/Atomic/api.mjs +0 -127
- package/_mjs/Ref/Atomic/api.mjs.map +0 -1
- package/_mjs/Ref/Derived.mjs +0 -35
- package/_mjs/Ref/Derived.mjs.map +0 -1
- package/_mjs/Ref/DerivedAll.mjs +0 -35
- package/_mjs/Ref/DerivedAll.mjs.map +0 -1
- package/_mjs/Ref/Synchronized/api.mjs +0 -154
- package/_mjs/Ref/Synchronized/api.mjs.map +0 -1
- package/_mjs/Ref/Synchronized/constructors.mjs +0 -15
- package/_mjs/Ref/Synchronized/constructors.mjs.map +0 -1
- package/_mjs/Ref/Synchronized/definition.mjs +0 -66
- package/_mjs/Ref/Synchronized/definition.mjs.map +0 -1
- package/_mjs/Ref/api/collect.mjs +0 -17
- package/_mjs/Ref/api/collect.mjs.map +0 -1
- package/_mjs/Ref/api/dimap.mjs +0 -84
- package/_mjs/Ref/api/dimap.mjs.map +0 -1
- package/_mjs/Ref/api/filter.mjs +0 -29
- package/_mjs/Ref/api/filter.mjs.map +0 -1
- package/_mjs/Ref/api/get.mjs +0 -13
- package/_mjs/Ref/api/get.mjs.map +0 -1
- package/_mjs/Ref/api/match.mjs +0 -18
- package/_mjs/Ref/api/match.mjs.map +0 -1
- package/_mjs/Ref/api/matchAll.mjs +0 -16
- package/_mjs/Ref/api/matchAll.mjs.map +0 -1
- package/_mjs/Ref/api/modify.mjs +0 -204
- package/_mjs/Ref/api/modify.mjs.map +0 -1
- package/_mjs/Ref/api/set.mjs +0 -14
- package/_mjs/Ref/api/set.mjs.map +0 -1
- package/_mjs/Ref/api.mjs +0 -34
- package/_mjs/Ref/api.mjs.map +0 -1
- package/_src/Hub/api.ts +0 -461
- package/_src/Queue/api/dimapIO.ts +0 -130
- package/_src/Queue/api/filterInputIO.ts +0 -75
- package/_src/Queue/api/filterOutputIO.ts +0 -76
- package/_src/Queue/api/operations.ts +0 -139
- package/_src/Queue/api/poll.ts +0 -14
- package/_src/Queue/api/takeBetween.ts +0 -45
- package/_src/Queue/api/zipWithIO.ts +0 -99
- package/_src/Queue/api.ts +0 -9
- package/_src/Ref/Atomic/Atomic.ts +0 -56
- package/_src/Ref/Atomic/api.ts +0 -124
- package/_src/Ref/Derived.ts +0 -71
- package/_src/Ref/DerivedAll.ts +0 -75
- package/_src/Ref/Synchronized/api.ts +0 -249
- package/_src/Ref/Synchronized/constructors.ts +0 -12
- package/_src/Ref/Synchronized/definition.ts +0 -126
- package/_src/Ref/api/collect.ts +0 -19
- package/_src/Ref/api/dimap.ts +0 -115
- package/_src/Ref/api/filter.ts +0 -35
- package/_src/Ref/api/get.ts +0 -17
- package/_src/Ref/api/match.ts +0 -24
- package/_src/Ref/api/matchAll.ts +0 -23
- package/_src/Ref/api/modify.ts +0 -237
- package/_src/Ref/api/set.ts +0 -19
- package/_src/Ref/api.ts +0 -39
|
@@ -51,11 +51,11 @@ export declare function previous<A>(fiber: Fiber<never, Conc<A>>): DebounceState
|
|
|
51
51
|
*/
|
|
52
52
|
export declare function current<E, A>(fiber: Fiber<E, HandoffSignal<E, A>>): DebounceState<E, A>;
|
|
53
53
|
/**
|
|
54
|
-
* @tsplus
|
|
54
|
+
* @tsplus pipeable fncts.io.Stream.DebounceState match
|
|
55
55
|
* @tsplus location "@fncts/io/Stream/internal/DebounceState"
|
|
56
56
|
*/
|
|
57
|
-
export declare function
|
|
57
|
+
export declare function match<E, A, B, C, D>(cases: {
|
|
58
58
|
NotStarted: (_: NotStarted) => B;
|
|
59
59
|
Current: (_: Current<E, A>) => C;
|
|
60
60
|
Previous: (_: Previous<A>) => D;
|
|
61
|
-
}): B | C | D;
|
|
61
|
+
}): (ds: DebounceState<E, A>) => B | C | D;
|
|
@@ -36,10 +36,10 @@ export type State<A> = Empty | Full<A>;
|
|
|
36
36
|
*/
|
|
37
37
|
export declare function make<A>(): UIO<Handoff<A>>;
|
|
38
38
|
/**
|
|
39
|
-
* @tsplus
|
|
39
|
+
* @tsplus pipeable fncts.io.Stream.Handoff offer
|
|
40
40
|
* @tsplus location "@fncts/io/Stream/internal/Handoff"
|
|
41
41
|
*/
|
|
42
|
-
export declare function offer<A>(handoff: Handoff<A
|
|
42
|
+
export declare function offer<A>(a: A): (handoff: Handoff<A>) => import("../../IO.js").UIO<void>;
|
|
43
43
|
/**
|
|
44
44
|
* @tsplus getter fncts.io.Stream.Handoff take
|
|
45
45
|
* @tsplus location "@fncts/io/Stream/internal/Handoff"
|
|
@@ -101,11 +101,11 @@ export declare function halt<E>(error: Cause<E>): HandoffSignal<E, never>;
|
|
|
101
101
|
*/
|
|
102
102
|
export declare function end<C>(reason: SinkEndReason): HandoffSignal<never, never>;
|
|
103
103
|
/**
|
|
104
|
-
* @tsplus
|
|
104
|
+
* @tsplus pipeable fncts.io.Stream.HandoffSignal match
|
|
105
105
|
* @tsplus location "@fncts/io/Stream/internal/Handoff"
|
|
106
106
|
*/
|
|
107
|
-
export declare function
|
|
107
|
+
export declare function matchSignal<E, A, B, D, F>(cases: {
|
|
108
108
|
Emit: (_: Emit<A>) => B;
|
|
109
109
|
Halt: (_: Halt<E>) => D;
|
|
110
110
|
End: (_: End) => F;
|
|
111
|
-
}): B | D | F;
|
|
111
|
+
}): (signal: HandoffSignal<E, A>) => B | D | F;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { IO, UIO, FIO } from "@fncts/io/IO/definition";
|
|
2
2
|
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
3
3
|
import { Conc } from "@fncts/base/collection/immutable/Conc";
|
|
4
|
+
import { Dequeue } from "@fncts/io/Queue/definition";
|
|
4
5
|
import { Cause } from "@fncts/base/data/Cause/definition";
|
|
5
|
-
import type { Queue } from "../../Queue.js";
|
|
6
6
|
import type { Take } from "./Take.js";
|
|
7
7
|
export type Pull<R, E, A> = IO<R, Maybe<E>, Conc<A>>;
|
|
8
8
|
/**
|
|
@@ -25,7 +25,7 @@ export declare function emitChunk<A>(as: Conc<A>): UIO<Conc<A>>;
|
|
|
25
25
|
* @tsplus static fncts.io.Stream.PullOps fromQueue
|
|
26
26
|
* @tsplus location "@fncts/io/Stream/internal/Pull"
|
|
27
27
|
*/
|
|
28
|
-
export declare function fromQueue<E, A>(d:
|
|
28
|
+
export declare function fromQueue<E, A>(d: Dequeue<Take<E, A>>): FIO<Maybe<E>, Conc<A>>;
|
|
29
29
|
/**
|
|
30
30
|
* @tsplus static fncts.io.Stream.PullOps fail
|
|
31
31
|
* @tsplus location "@fncts/io/Stream/internal/Pull"
|
|
@@ -18,10 +18,10 @@ export declare class UpstreamEnd {
|
|
|
18
18
|
*/
|
|
19
19
|
export type SinkEndReason = ScheduleEnd | UpstreamEnd;
|
|
20
20
|
/**
|
|
21
|
-
* @tsplus
|
|
21
|
+
* @tsplus pipeable fncts.io.Stream.SinkEndReason match
|
|
22
22
|
* @tsplus location "@fncts/io/Stream/internal/SinkEndReason"
|
|
23
23
|
*/
|
|
24
|
-
export declare function
|
|
24
|
+
export declare function matchSinkEndReason<A, B>(cases: {
|
|
25
25
|
ScheduleEnd: (_: ScheduleEnd) => A;
|
|
26
26
|
UpstreamEnd: (_: UpstreamEnd) => B;
|
|
27
|
-
}): A | B;
|
|
27
|
+
}): (self: SinkEndReason) => A | B;
|
|
@@ -27,19 +27,19 @@ export declare function done<E, A>(self: Take<E, A>): FIO<Maybe<E>, Conc<A>>;
|
|
|
27
27
|
/**
|
|
28
28
|
* Folds over the failure cause, success value and end-of-stream marker to
|
|
29
29
|
* yield a value.
|
|
30
|
-
* @tsplus
|
|
30
|
+
* @tsplus pipeable fncts.io.Stream.Take match
|
|
31
31
|
* @tsplus location "@fncts/io/Stream/internal/Take"
|
|
32
32
|
*/
|
|
33
|
-
export declare function
|
|
33
|
+
export declare function match<E, A, Z>(end: Z, error: (cause: Cause<E>) => Z, value: (chunk: Conc<A>) => Z): (self: Take<E, A>) => Z;
|
|
34
34
|
/**
|
|
35
35
|
* Effectful version of `Take#fold`.
|
|
36
36
|
*
|
|
37
37
|
* Folds over the failure cause, success value and end-of-stream marker to
|
|
38
38
|
* yield an effect.
|
|
39
|
-
* @tsplus
|
|
39
|
+
* @tsplus pipeable fncts.io.Stream.Take matchIO
|
|
40
40
|
* @tsplus location "@fncts/io/Stream/internal/Take"
|
|
41
41
|
*/
|
|
42
|
-
export declare function
|
|
42
|
+
export declare function matchIO<R, R1, R2, E, E1, E2, E3, A, Z>(end: IO<R, E1, Z>, error: (cause: Cause<E>) => IO<R1, E2, Z>, value: (chunk: Conc<A>) => IO<R2, E3, Z>): (self: Take<E, A>) => IO<R | R1 | R2, E1 | E2 | E3, Z>;
|
|
43
43
|
/**
|
|
44
44
|
* Checks if this `take` is done (`Take.end`).
|
|
45
45
|
* @tsplus getter fncts.io.Stream.Take isDone
|
|
@@ -60,16 +60,16 @@ export declare function isFailure<E, A>(self: Take<E, A>): boolean;
|
|
|
60
60
|
export declare function isSuccess<E, A>(self: Take<E, A>): boolean;
|
|
61
61
|
/**
|
|
62
62
|
* Transforms `Take<E, A>` to `Take<E, B>` by applying function `f`.
|
|
63
|
-
* @tsplus
|
|
63
|
+
* @tsplus pipeable fncts.io.Stream.Take map
|
|
64
64
|
* @tsplus location "@fncts/io/Stream/internal/Take"
|
|
65
65
|
*/
|
|
66
|
-
export declare function
|
|
66
|
+
export declare function map<A, B>(f: (a: A) => B): <E>(self: Take<E, A>) => Take<E, B>;
|
|
67
67
|
/**
|
|
68
68
|
* Returns an effect that effectfully "peeks" at the success of this take.
|
|
69
|
-
* @tsplus
|
|
69
|
+
* @tsplus pipeable fncts.io.Stream.Take tap
|
|
70
70
|
* @tsplus location "@fncts/io/Stream/internal/Take"
|
|
71
71
|
*/
|
|
72
|
-
export declare function
|
|
72
|
+
export declare function tap<R, E1, A>(f: (chunk: Conc<A>) => IO<R, E1, any>): <E>(self: Take<E, A>) => IO<R, E1, void>;
|
|
73
73
|
/**
|
|
74
74
|
* Creates a `Take<never, A>` with a singleton chunk.
|
|
75
75
|
* @tsplus static fncts.io.Stream.TakeOps single
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { TSemaphore } from "@fncts/io/TSemaphore/definition";
|
|
2
|
+
import { Hub } from "@fncts/io/Hub/definition";
|
|
3
|
+
import { Ref } from "@fncts/io/Ref";
|
|
4
|
+
import { UIO, IO } from "@fncts/io/IO/definition";
|
|
5
|
+
import { Lazy } from "@fncts/base/data/function/definition";
|
|
6
|
+
import { Synchronized } from "@fncts/io/Ref";
|
|
7
|
+
import { Stream } from "@fncts/io/Stream";
|
|
8
|
+
export declare const SubscriptionRefTypeId: unique symbol;
|
|
9
|
+
export type SubscriptionRefTypeId = typeof SubscriptionRefTypeId;
|
|
10
|
+
/**
|
|
11
|
+
* @tsplus type fncts.io.SubscriptionRef
|
|
12
|
+
* @tsplus companion fncts.io.SubscriptionRefOps
|
|
13
|
+
*/
|
|
14
|
+
export declare class SubscriptionRef<A> extends Synchronized<A> {
|
|
15
|
+
readonly semaphore: TSemaphore;
|
|
16
|
+
readonly hub: Hub<A>;
|
|
17
|
+
readonly ref: Ref<A>;
|
|
18
|
+
readonly [SubscriptionRefTypeId]: SubscriptionRefTypeId;
|
|
19
|
+
constructor(semaphore: TSemaphore, hub: Hub<A>, ref: Ref<A>);
|
|
20
|
+
changes: Stream<never, never, A>;
|
|
21
|
+
set(a: A, __tsplusTrace?: string): UIO<void>;
|
|
22
|
+
modifyIO<R1, E1, B>(f: (a: A) => IO<R1, E1, readonly [B, A]>, __tsplusTrace?: string): IO<R1, E1, B>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @tsplus static fncts.io.SubscriptionRefOps make
|
|
26
|
+
* @tsplus static fncts.io.SubscriptionRefOps __call
|
|
27
|
+
* @tsplus location "@fncts/io/SubscriptionRef"
|
|
28
|
+
*/
|
|
29
|
+
export declare function make<A>(value: Lazy<A>): UIO<SubscriptionRef<A>>;
|
package/Supervisor/api.d.ts
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { Supervisor } from "@fncts/io/Supervisor/definition";
|
|
2
|
-
import {
|
|
3
|
-
import { IO } from "@fncts/io/IO/definition";
|
|
4
|
-
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
5
|
-
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
6
|
-
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
2
|
+
import { HashSet } from "@fncts/base/collection/immutable/HashSet/definition";
|
|
7
3
|
/**
|
|
8
|
-
* @tsplus
|
|
4
|
+
* @tsplus pipeable fncts.io.Supervisor zip
|
|
9
5
|
* @tsplus location "@fncts/io/Supervisor/api"
|
|
10
6
|
*/
|
|
11
|
-
export declare function
|
|
7
|
+
export declare function zip<B>(fb: Supervisor<B>): <A>(fa: import("@fncts/io/Supervisor/definition").Supervisor<A>) => import("@fncts/io/Supervisor/definition").Supervisor<readonly [A, B]>;
|
|
8
|
+
/**
|
|
9
|
+
* @tsplus getter fncts.io.Supervisor toSet
|
|
10
|
+
* @tsplus location "@fncts/io/Supervisor/api"
|
|
11
|
+
*/
|
|
12
|
+
export declare function toSet(self: Supervisor<any>): HashSet<Supervisor<any>>;
|
|
13
|
+
/**
|
|
14
|
+
* @tsplus pipeable fncts.io.Supervisor removeSupervisor
|
|
15
|
+
* @tsplus location "@fncts/io/Supervisor/api"
|
|
16
|
+
*/
|
|
17
|
+
export declare function removeSupervisor(that: Supervisor<any>): (self: Supervisor<any>) => Supervisor<any>;
|
|
@@ -3,6 +3,12 @@ import { Environment } from "@fncts/base/data/Environment/definition";
|
|
|
3
3
|
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
4
4
|
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
5
5
|
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
6
|
+
import type { SupervisorPatch } from "@fncts/io/SupervisorPatch";
|
|
7
|
+
export declare const enum SupervisorTag {
|
|
8
|
+
Const = 0,
|
|
9
|
+
Proxy = 1,
|
|
10
|
+
Zip = 2
|
|
11
|
+
}
|
|
6
12
|
/**
|
|
7
13
|
* @tsplus type fncts.io.Supervisor
|
|
8
14
|
* @tsplus companion fncts.io.SupervisorOps
|
|
@@ -15,8 +21,12 @@ export declare abstract class Supervisor<A> {
|
|
|
15
21
|
unsafeOnSuspend<E, A>(_fiber: Fiber.Runtime<E, A>): void;
|
|
16
22
|
unsafeOnResume<E, A>(_fiber: Fiber.Runtime<E, A>): void;
|
|
17
23
|
}
|
|
24
|
+
export declare namespace Supervisor {
|
|
25
|
+
type Patch = SupervisorPatch;
|
|
26
|
+
}
|
|
18
27
|
export declare class ConstSupervisor<A> extends Supervisor<A> {
|
|
19
28
|
readonly value: UIO<A>;
|
|
29
|
+
readonly _tag = SupervisorTag.Const;
|
|
20
30
|
constructor(value: UIO<A>);
|
|
21
31
|
unsafeOnStart(): void;
|
|
22
32
|
unsafeOnEnd(): void;
|
|
@@ -27,6 +37,7 @@ export declare class ConstSupervisor<A> extends Supervisor<A> {
|
|
|
27
37
|
export declare class ProxySupervisor<A> extends Supervisor<A> {
|
|
28
38
|
readonly value: UIO<A>;
|
|
29
39
|
readonly underlying: Supervisor<any>;
|
|
40
|
+
readonly _tag = SupervisorTag.Proxy;
|
|
30
41
|
constructor(value: UIO<A>, underlying: Supervisor<any>);
|
|
31
42
|
unsafeOnStart<R, E, A>(environment: Environment<R>, effect: IO<R, E, A>, parent: Maybe<Fiber.Runtime<E, A>>, fiber: Fiber.Runtime<E, A>): void;
|
|
32
43
|
unsafeOnEnd<E, A>(value: Exit<E, A>, fiber: Fiber.Runtime<E, A>): void;
|
|
@@ -34,3 +45,20 @@ export declare class ProxySupervisor<A> extends Supervisor<A> {
|
|
|
34
45
|
unsafeOnSuspend<E, A>(fiber: Fiber.Runtime<E, A>): void;
|
|
35
46
|
unsafeOnResume<E, A>(fiber: Fiber.Runtime<E, A>): void;
|
|
36
47
|
}
|
|
48
|
+
export declare class Zip<A, B> extends Supervisor<readonly [A, B]> {
|
|
49
|
+
readonly first: Supervisor<A>;
|
|
50
|
+
readonly second: Supervisor<B>;
|
|
51
|
+
readonly _tag = SupervisorTag.Zip;
|
|
52
|
+
constructor(first: Supervisor<A>, second: Supervisor<B>);
|
|
53
|
+
value: import("../IO").IO<never, never, readonly [A, B]>;
|
|
54
|
+
unsafeOnStart<R, E, A>(environment: Environment<R>, effect: IO<R, E, A>, parent: Maybe<Fiber.Runtime<any, any>>, fiber: Fiber.Runtime<E, A>): void;
|
|
55
|
+
unsafeOnEnd<E, A>(value: Exit<E, A>, fiber: Fiber.Runtime<E, A>): void;
|
|
56
|
+
unsafeOnEffect<E, A>(fiber: Fiber.Runtime<E, A>, effect: IO<any, any, any>): void;
|
|
57
|
+
unsafeOnSuspend<E, A>(fiber: Fiber.Runtime<E, A>): void;
|
|
58
|
+
unsafeOnResume<E, A>(fiber: Fiber.Runtime<E, A>): void;
|
|
59
|
+
}
|
|
60
|
+
export type Concrete = ConstSupervisor<any> | ProxySupervisor<any> | Zip<any, any>;
|
|
61
|
+
/**
|
|
62
|
+
* @tsplus macro remove
|
|
63
|
+
*/
|
|
64
|
+
export declare function concrete(_: Supervisor<any>): asserts _ is Concrete;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { Supervisor } from "@fncts/io/Supervisor/definition";
|
|
2
|
+
import { List } from "@fncts/base/collection/immutable/List/definition";
|
|
3
|
+
export declare const SupervisorPatchTypeId: unique symbol;
|
|
4
|
+
export type SupervisorPatchTypeId = typeof SupervisorPatchTypeId;
|
|
5
|
+
export declare const enum SupervisorPatchTag {
|
|
6
|
+
AddSupervisor = 0,
|
|
7
|
+
Combine = 1,
|
|
8
|
+
Empty = 2,
|
|
9
|
+
RemoveSupervisor = 3
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* @tsplus type fncts.io.SupervisorPatch
|
|
13
|
+
* @tsplus companion fncts.io.SupervisorPatchOps
|
|
14
|
+
*/
|
|
15
|
+
export declare abstract class SupervisorPatch {
|
|
16
|
+
readonly _typeId: SupervisorPatchTypeId;
|
|
17
|
+
}
|
|
18
|
+
export declare class AddSupervisor extends SupervisorPatch {
|
|
19
|
+
readonly supervisor: Supervisor<any>;
|
|
20
|
+
readonly _tag = SupervisorPatchTag.AddSupervisor;
|
|
21
|
+
constructor(supervisor: Supervisor<any>);
|
|
22
|
+
}
|
|
23
|
+
export declare class Combine extends SupervisorPatch {
|
|
24
|
+
readonly first: SupervisorPatch;
|
|
25
|
+
readonly second: SupervisorPatch;
|
|
26
|
+
readonly _tag = SupervisorPatchTag.Combine;
|
|
27
|
+
constructor(first: SupervisorPatch, second: SupervisorPatch);
|
|
28
|
+
}
|
|
29
|
+
export declare class Empty extends SupervisorPatch {
|
|
30
|
+
readonly _tag = SupervisorPatchTag.Empty;
|
|
31
|
+
}
|
|
32
|
+
export declare class RemoveSupervisor extends SupervisorPatch {
|
|
33
|
+
readonly supervisor: Supervisor<any>;
|
|
34
|
+
readonly _tag = SupervisorPatchTag.RemoveSupervisor;
|
|
35
|
+
constructor(supervisor: Supervisor<any>);
|
|
36
|
+
}
|
|
37
|
+
export type Concrete = AddSupervisor | Combine | Empty | RemoveSupervisor;
|
|
38
|
+
/**
|
|
39
|
+
* @tsplus macro remove
|
|
40
|
+
*/
|
|
41
|
+
export declare function concrete(_: SupervisorPatch): asserts _ is Concrete;
|
|
42
|
+
/**
|
|
43
|
+
* @tsplus static fncts.io.SupervisorPatchOps empty
|
|
44
|
+
* @tsplus location "@fncts/io/SupervisorPatch"
|
|
45
|
+
*/
|
|
46
|
+
export declare const empty: SupervisorPatch;
|
|
47
|
+
/**
|
|
48
|
+
* @tsplus pipeable fncts.io.SupervisorPatch combine
|
|
49
|
+
* @tsplus location "@fncts/io/SupervisorPatch"
|
|
50
|
+
*/
|
|
51
|
+
export declare function combine(second: SupervisorPatch): (first: SupervisorPatch) => SupervisorPatch;
|
|
52
|
+
/**
|
|
53
|
+
* @tsplus static fncts.io.SupervisorPatchOps diff
|
|
54
|
+
* @tsplus location "@fncts/io/SupervisorPatch"
|
|
55
|
+
*/
|
|
56
|
+
export declare function diff(oldValue: Supervisor<any>, newValue: Supervisor<any>): SupervisorPatch;
|
|
57
|
+
/**
|
|
58
|
+
* @tsplus pipeable fncts.io.SupervisorPatch __call
|
|
59
|
+
* @tsplus location "@fncts/io/SupervisorPatch"
|
|
60
|
+
*/
|
|
61
|
+
export declare function apply(supervisor: Supervisor<any>): (self: SupervisorPatch) => Supervisor<any>;
|
package/TFuture/api.d.ts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { TFuture } from "@fncts/io/TFuture/definition";
|
|
2
1
|
import { Either } from "@fncts/base/data/Either/definition";
|
|
2
|
+
import { TFuture } from "@fncts/io/TFuture/definition";
|
|
3
3
|
import { USTM, STM } from "@fncts/io/STM/definition";
|
|
4
4
|
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
5
5
|
/**
|
|
6
|
-
* @tsplus
|
|
6
|
+
* @tsplus pipeable fncts.io.TFuture done
|
|
7
7
|
* @tsplus location "@fncts/io/TFuture/api"
|
|
8
8
|
*/
|
|
9
|
-
export declare function
|
|
9
|
+
export declare function done<E, A>(v: Either<E, A>, __tsplusTrace?: string): (self: TFuture<E, A>) => USTM<boolean>;
|
|
10
10
|
/**
|
|
11
|
-
* @tsplus
|
|
11
|
+
* @tsplus pipeable fncts.io.TFuture fail
|
|
12
12
|
* @tsplus location "@fncts/io/TFuture/api"
|
|
13
13
|
*/
|
|
14
|
-
export declare function
|
|
14
|
+
export declare function fail<E>(e: E, __tsplusTrace?: string): <A>(self: import("./definition").TFuture<E, A>) => USTM<boolean>;
|
|
15
15
|
/**
|
|
16
16
|
* @tsplus getter fncts.io.TFuture poll
|
|
17
17
|
* @tsplus location "@fncts/io/TFuture/api"
|
|
18
18
|
*/
|
|
19
19
|
export declare function poll<E, A>(self: TFuture<E, A>, __tsplusTrace?: string): USTM<Maybe<Either<E, A>>>;
|
|
20
20
|
/**
|
|
21
|
-
* @tsplus
|
|
21
|
+
* @tsplus pipeable fncts.io.TFuture succeed
|
|
22
22
|
* @tsplus location "@fncts/io/TFuture/api"
|
|
23
23
|
*/
|
|
24
|
-
export declare function
|
|
24
|
+
export declare function succeed<A>(a: A, __tsplusTrace?: string): <E>(self: import("./definition").TFuture<E, A>) => USTM<boolean>;
|
|
25
25
|
/**
|
|
26
26
|
* @tsplus getter fncts.io.TFuture await
|
|
27
27
|
* @tsplus location "@fncts/io/TFuture/api"
|
package/TReentrantLock/api.d.ts
CHANGED
|
@@ -40,15 +40,15 @@ export declare function releaseRead(self: TReentrantLock, __tsplusTrace?: string
|
|
|
40
40
|
*/
|
|
41
41
|
export declare function releaseWrite(self: TReentrantLock, __tsplusTrace?: string): USTM<number>;
|
|
42
42
|
/**
|
|
43
|
-
* @tsplus
|
|
43
|
+
* @tsplus pipeable fncts.io.TReentrantLock withReadLock
|
|
44
44
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
45
45
|
*/
|
|
46
|
-
export declare function withReadLock<R, E, A>(
|
|
46
|
+
export declare function withReadLock<R, E, A>(io: IO<R, E, A>, __tsplusTrace?: string): (self: TReentrantLock) => IO<R, E, A>;
|
|
47
47
|
/**
|
|
48
|
-
* @tsplus
|
|
48
|
+
* @tsplus pipeable fncts.io.TReentrantLock withWriteLock
|
|
49
49
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
|
50
50
|
*/
|
|
51
|
-
export declare function withWriteLock<R, E, A>(
|
|
51
|
+
export declare function withWriteLock<R, E, A>(io: IO<R, E, A>, __tsplusTrace?: string): (self: TReentrantLock) => IO<R, E, A>;
|
|
52
52
|
/**
|
|
53
53
|
* @tsplus getter fncts.io.TReentrantLock readLock
|
|
54
54
|
* @tsplus location "@fncts/io/TReentrantLock/api"
|
package/TRef/api.d.ts
CHANGED
|
@@ -12,74 +12,74 @@ export declare function get<EA, EB, A, B>(self: TRef<EA, EB, A, B>, __tsplusTrac
|
|
|
12
12
|
/**
|
|
13
13
|
* Updates the value of the variable, returning a function of the specified
|
|
14
14
|
* value.
|
|
15
|
-
* @tsplus
|
|
15
|
+
* @tsplus pipeable fncts.io.TRef modify
|
|
16
16
|
* @tsplus location "@fncts/io/TRef/api"
|
|
17
17
|
*/
|
|
18
|
-
export declare function
|
|
18
|
+
export declare function modify<A, B>(f: (a: A) => readonly [B, A], __tsplusTrace?: string): <E>(self: TRef<E, E, A, A>) => import("../STM/definition.js").STM<never, E, B>;
|
|
19
19
|
/**
|
|
20
20
|
* Sets the value of the `TRef`.
|
|
21
|
-
* @tsplus
|
|
21
|
+
* @tsplus pipeable fncts.io.TRef set
|
|
22
22
|
* @tsplus location "@fncts/io/TRef/api"
|
|
23
23
|
*/
|
|
24
|
-
export declare function
|
|
24
|
+
export declare function set<A>(a: A, __tsplusTrace?: string): <EA, EB, B>(self: TRef<EA, EB, A, B>) => import("../STM/definition.js").STM<never, EA, void>;
|
|
25
25
|
/**
|
|
26
26
|
* Unsafely retrieves the value of the `TRef`.
|
|
27
|
-
* @tsplus
|
|
27
|
+
* @tsplus pipeable fncts.io.TRef unsafeGet
|
|
28
28
|
* @tsplus location "@fncts/io/TRef/api"
|
|
29
29
|
*/
|
|
30
|
-
export declare function
|
|
30
|
+
export declare function unsafeGet(journal: Journal, __tsplusTrace?: string): <EA, EB, A, B>(self: TRef<EA, EB, A, B>) => A;
|
|
31
31
|
/**
|
|
32
32
|
* Updates the value of the variable, returning a function of the specified
|
|
33
33
|
* value.
|
|
34
|
-
* @tsplus
|
|
34
|
+
* @tsplus pipeable fncts.io.TRef modifyJust
|
|
35
35
|
* @tsplus location "@fncts/io/TRef/api"
|
|
36
36
|
*/
|
|
37
|
-
export declare function
|
|
37
|
+
export declare function modifyJust<A, B>(b: B, f: (a: A) => Maybe<readonly [B, A]>, __tsplusTrace?: string): <E>(self: TRef<E, E, A, A>) => import("../STM/definition.js").STM<never, E, B>;
|
|
38
38
|
/**
|
|
39
39
|
* Sets the value of the `TRef` and returns the old value.
|
|
40
|
-
* @tsplus
|
|
40
|
+
* @tsplus pipeable fncts.io.TRef getAndSet
|
|
41
41
|
* @tsplus location "@fncts/io/TRef/api"
|
|
42
42
|
*/
|
|
43
|
-
export declare function
|
|
43
|
+
export declare function getAndSet<A>(a: A, __tsplusTrace?: string): <E>(self: TRef<E, E, A, A>) => import("../STM/definition.js").STM<never, E, A>;
|
|
44
44
|
/**
|
|
45
45
|
* Updates the value of the variable and returns the old value.
|
|
46
|
-
* @tsplus
|
|
46
|
+
* @tsplus pipeable fncts.io.TRef getAndUpdate
|
|
47
47
|
* @tsplus location "@fncts/io/TRef/api"
|
|
48
48
|
*/
|
|
49
|
-
export declare function
|
|
49
|
+
export declare function getAndUpdate<A>(f: (a: A) => A, __tsplusTrace?: string): <E>(self: TRef<E, E, A, A>) => import("../STM/definition.js").STM<never, E, A>;
|
|
50
50
|
/**
|
|
51
51
|
* Updates some values of the variable but leaves others alone, returning the
|
|
52
52
|
* old value.
|
|
53
|
-
* @tsplus
|
|
53
|
+
* @tsplus pipeable fncts.io.TRef getAndUpdateJust
|
|
54
54
|
* @tsplus location "@fncts/io/TRef/api"
|
|
55
55
|
*/
|
|
56
|
-
export declare function
|
|
56
|
+
export declare function getAndUpdateJust<A>(f: (a: A) => Maybe<A>, __tsplusTrace?: string): <E>(self: TRef<E, E, A, A>) => import("../STM/definition.js").STM<never, E, A>;
|
|
57
57
|
/**
|
|
58
58
|
* Updates the value of the variable.
|
|
59
|
-
* @tsplus
|
|
59
|
+
* @tsplus pipeable fncts.io.TRef update
|
|
60
60
|
* @tsplus location "@fncts/io/TRef/api"
|
|
61
61
|
*/
|
|
62
|
-
export declare function
|
|
62
|
+
export declare function update<A>(f: (a: A) => A, __tsplusTrace?: string): <E>(self: TRef<E, E, A, A>) => import("../STM/definition.js").STM<never, E, void>;
|
|
63
63
|
/**
|
|
64
64
|
* Updates some values of the variable but leaves others alone.
|
|
65
|
-
* @tsplus
|
|
65
|
+
* @tsplus pipeable fncts.io.TRef updateJust
|
|
66
66
|
* @tsplus location "@fncts/io/TRef/api"
|
|
67
67
|
*/
|
|
68
|
-
export declare function
|
|
68
|
+
export declare function updateJust<A>(f: (a: A) => Maybe<A>, __tsplusTrace?: string): <E>(self: TRef<E, E, A, A>) => import("../STM/definition.js").STM<never, E, void>;
|
|
69
69
|
/**
|
|
70
70
|
* Updates the value of the variable and returns the new value.
|
|
71
|
-
* @tsplus
|
|
71
|
+
* @tsplus pipeable fncts.io.TRef updateAndGet
|
|
72
72
|
* @tsplus location "@fncts/io/TRef/api"
|
|
73
73
|
*/
|
|
74
|
-
export declare function
|
|
74
|
+
export declare function updateAndGet<A>(f: (a: A) => A, __tsplusTrace?: string): <E>(self: TRef<E, E, A, A>) => import("../STM/definition.js").STM<never, E, A>;
|
|
75
75
|
/**
|
|
76
76
|
* Updates some values of the variable but leaves others alone.
|
|
77
|
-
* @tsplus
|
|
77
|
+
* @tsplus pipeable fncts.io.TRef updateJustAndGet
|
|
78
78
|
* @tsplus location "@fncts/io/TRef/api"
|
|
79
79
|
*/
|
|
80
|
-
export declare function
|
|
80
|
+
export declare function updateJustAndGet<A>(f: (a: A) => Maybe<A>, __tsplusTrace?: string): <E>(self: TRef<E, E, A, A>) => import("../STM/definition.js").STM<never, E, A>;
|
|
81
81
|
/**
|
|
82
|
-
* @tsplus
|
|
82
|
+
* @tsplus pipeable fncts.io.TRef unsafeSet
|
|
83
83
|
* @tsplus location "@fncts/io/TRef/api"
|
|
84
84
|
*/
|
|
85
|
-
export declare function
|
|
85
|
+
export declare function unsafeSet<A>(journal: Journal, a: A, __tsplusTrace?: string): <EA, EB, B>(self: TRef<EA, EB, A, B>) => void;
|
package/TSemaphore/api.d.ts
CHANGED
|
@@ -7,10 +7,10 @@ import { IO } from "@fncts/io/IO/definition";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare function acquire(self: TSemaphore, __tsplusTrace?: string): USTM<void>;
|
|
9
9
|
/**
|
|
10
|
-
* @tsplus
|
|
10
|
+
* @tsplus pipeable fncts.io.TSemaphore acquireN
|
|
11
11
|
* @tsplus location "@fncts/io/TSemaphore/api"
|
|
12
12
|
*/
|
|
13
|
-
export declare function
|
|
13
|
+
export declare function acquireN(n: number, __tsplusTrace?: string): (self: TSemaphore) => USTM<void>;
|
|
14
14
|
/**
|
|
15
15
|
* @tsplus getter fncts.io.TSemaphore available
|
|
16
16
|
* @tsplus location "@fncts/io/TSemaphore/api"
|
|
@@ -22,10 +22,10 @@ export declare function available(self: TSemaphore, __tsplusTrace?: string): UST
|
|
|
22
22
|
*/
|
|
23
23
|
export declare function release(self: TSemaphore, __tsplusTrace?: string): USTM<void>;
|
|
24
24
|
/**
|
|
25
|
-
* @tsplus
|
|
25
|
+
* @tsplus pipeable fncts.io.TSemaphore releaseN
|
|
26
26
|
* @tsplus location "@fncts/io/TSemaphore/api"
|
|
27
27
|
*/
|
|
28
|
-
export declare function
|
|
28
|
+
export declare function releaseN(n: number, __tsplusTrace?: string): (self: TSemaphore) => USTM<void>;
|
|
29
29
|
/**
|
|
30
30
|
* @tsplus getter fncts.io.TSemaphore withPermits
|
|
31
31
|
* @tsplus location "@fncts/io/TSemaphore/api"
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { USTM } from "@fncts/io/STM/definition";
|
|
2
2
|
import { TSemaphore } from "@fncts/io/TSemaphore/definition";
|
|
3
|
+
import { UIO } from "@fncts/io/IO/definition";
|
|
3
4
|
/**
|
|
4
5
|
* @tsplus static fncts.io.TSemaphoreOps __call
|
|
5
6
|
* @tsplus static fncts.io.TSemaphoreOps make
|
|
6
7
|
* @tsplus location "@fncts/io/TSemaphore/constructors"
|
|
7
8
|
*/
|
|
8
9
|
export declare function make(permits: number, __tsplusTrace?: string): USTM<TSemaphore>;
|
|
10
|
+
/**
|
|
11
|
+
* @tsplus static fncts.io.TSemaphoreOps makeCommit
|
|
12
|
+
* @tsplus location "@fncts/io/TSemaphore/constructors"
|
|
13
|
+
*/
|
|
14
|
+
export declare function makeCommit(permits: number, __tsplusTrace?: string): UIO<TSemaphore>;
|
|
9
15
|
/**
|
|
10
16
|
* @tsplus static fncts.io.TSemaphoreOps unsafeMake
|
|
11
17
|
* @tsplus location "@fncts/io/TSemaphore/constructors"
|
package/_cjs/Cached/api.cjs
CHANGED
|
@@ -4,8 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.auto = auto;
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
7
|
+
exports.get = get;
|
|
8
|
+
exports.refresh = exports.manual = void 0;
|
|
9
9
|
|
|
10
10
|
var tsplus_module_1 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/io/IO/api/schedule"));
|
|
11
11
|
|
|
@@ -36,21 +36,21 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
36
36
|
const fileName_1 = "(@fncts/io) src/Cached/api.ts";
|
|
37
37
|
const manual = manual_1;
|
|
38
38
|
exports.manual = manual;
|
|
39
|
-
const
|
|
40
|
-
exports.
|
|
39
|
+
const refresh = refresh_1;
|
|
40
|
+
exports.refresh = refresh;
|
|
41
41
|
|
|
42
42
|
/**
|
|
43
43
|
* @tsplus static fncts.io.CachedOps auto
|
|
44
44
|
*/
|
|
45
45
|
function auto(acquire, policy, __tsplusTrace) {
|
|
46
|
-
return tsplus_module_6.
|
|
46
|
+
return tsplus_module_6.flatMap(manual => tsplus_module_6.map(() => manual, __tsplusTrace)(tsplus_module_5.acquireRelease(() => tsplus_module_3.forkDaemon(tsplus_module_2.interruptible(tsplus_module_1.schedule(() => policy, __tsplusTrace)(refresh_1(manual, __tsplusTrace)), __tsplusTrace), __tsplusTrace), fiber => tsplus_module_4.interrupt(fiber, __tsplusTrace), __tsplusTrace)), __tsplusTrace)(manual_1(acquire, __tsplusTrace));
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* @tsplus getter fncts.io.Cached get
|
|
50
50
|
*/
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
function
|
|
53
|
+
function get(self, __tsplusTrace) {
|
|
54
54
|
void 0;
|
|
55
55
|
return self.get;
|
|
56
56
|
}
|
|
@@ -60,7 +60,7 @@ function get_(self, __tsplusTrace) {
|
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
function manual_1(acquire, __tsplusTrace) {
|
|
63
|
-
return tsplus_module_6.
|
|
63
|
+
return tsplus_module_6.flatMap(env => tsplus_module_6.map(ref => new Manual(ref, tsplus_module_7.provideEnvironment(env, __tsplusTrace)(acquire)), __tsplusTrace)(tsplus_module_8.fromAcquire(tsplus_module_6.result(acquire, __tsplusTrace), __tsplusTrace)), __tsplusTrace)(tsplus_module_7.environment(__tsplusTrace));
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
class Manual extends _internal.CachedInternal {
|
|
@@ -68,8 +68,8 @@ class Manual extends _internal.CachedInternal {
|
|
|
68
68
|
super();
|
|
69
69
|
this.ref = ref;
|
|
70
70
|
this.acquire = acquire;
|
|
71
|
-
this.get = tsplus_module_6.
|
|
72
|
-
this.refresh = this.ref.set(tsplus_module_6.
|
|
71
|
+
this.get = tsplus_module_6.flatMap(tsplus_module_6.fromExitNow, fileName_1 + ":45:51")(this.ref.get);
|
|
72
|
+
this.refresh = this.ref.set(tsplus_module_6.map(tsplus_module_9.succeed, fileName_1 + ":46:60")(this.acquire), fileName_1 + ":46:43");
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
}
|
package/_cjs/Cached/api.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.cjs","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;;;;;;MA4BgBA,MAAM;;MAsBNC,
|
|
1
|
+
{"version":3,"file":"api.cjs","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;;;;;;MA4BgBA,MAAM;;MAsBNC,OAAO;;;AAhDvB;;;AAGM,SAAUC,IAAV,CACJC,OADI,EAEJC,MAFI,EAGJC,aAHI,EAGkB;EAEtB,+BACQL,MAAM,8BAELA,MAFK,EAHdK,aAGc,EACVC,gEAAkBC,8BAAiBC,+BAAwBJ,MAAxB,EAJvCC,aAIuC,EAJvCI,UAIuCT,MAJvC,gBAIuC,CAAjB,EAJtBK,aAIsB,CAAlB,EAJJA,aAII,GAAiFK,KAAD,IAAUC,0BAACD,KAAD,EAJ9FL,aAI8F,CAA1F,EAJJA,aAII,CADU,CADd,EAFAA,aAEA,EACmBO,SAAcT,OAAd,EAHnBE,aAGmB,CADnB;AAKD;AAED;;;;;AAGM,SAAUQ,GAAV,CAA+BC,IAA/B,EAA8DT,aAA9D,EAAoF;EACxF;EACA,OAAOS,IAAI,CAACD,GAAZ;AACD;AAED;;;;;AAGA,kBACEV,OADF,EAEEE,aAFF,EAEwB;EAEtB,+BACQU,GAAG,wBACHC,GAAG,IACF,IAAIC,MAAJ,CAAWD,GAAX,EAAgBE,mCAA2BH,GAA3B,EALzBV,aAKyB,UAAhB,CAFE,EAHXA,aAGW,EACKc,mDAAsBhB,OAAtB,EAJhBE,aAIgB,GAJhBA,aAIgB,CADL,CADX,EAFAA,aAEA,EACgBa,4BAHhBb,aAGgB,CADhB;AAKD;;AAED,MAAMY,MAAN,SAAsCG,wBAAtC,CAAqE;EACnEC,YAAqBL,GAArB,EAAqEb,OAArE,EAAwG;IACtG;IADmB;IAAgD;IAGrE,WAA4BmB,iFAAKN,GAAL,CAASH,GAAT,CAA5B;IACA,eAA4B,KAAKG,GAAL,CAASO,GAAT,CAAaD,yEAAKnB,OAAL,CAAb,EAA2CqB,qBAA3C,CAA5B;EAFC;;AAHkE;AAQrE;;;;;AAGA,mBAAyCV,IAAzC,EAAwET,aAAxE,EAA8F;EAC5F;EACA,OAAOS,IAAI,CAACb,OAAZ;AACD","names":["manual","refresh","auto","acquire","policy","__tsplusTrace","tsplus_module_5","tsplus_module_2","tsplus_module_1","refresh_1","fiber","tsplus_module_4","manual_1","get","self","env","ref","Manual","tsplus_module_7","tsplus_module_8","CachedInternal","constructor","tsplus_module_6","set","fileName_1"],"sourceRoot":"","sources":["../../_src/Cached/api.ts"],"sourcesContent":[null]}
|
|
@@ -3,27 +3,29 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.match = match;
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* @tsplus
|
|
9
|
+
* @tsplus pipeable fncts.io.Channel.ChildExecutorDecision match
|
|
10
10
|
*/
|
|
11
|
-
function
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
function match(onContinue, onClose, onYield) {
|
|
12
|
+
return d => {
|
|
13
|
+
switch (d._tag) {
|
|
14
|
+
case "Continue":
|
|
15
|
+
{
|
|
16
|
+
return onContinue();
|
|
17
|
+
}
|
|
17
18
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
case "Close":
|
|
20
|
+
{
|
|
21
|
+
return onClose(d.value);
|
|
22
|
+
}
|
|
22
23
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
case "Yield":
|
|
25
|
+
{
|
|
26
|
+
return onYield();
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
};
|
|
28
30
|
}
|
|
29
31
|
//# sourceMappingURL=api.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.cjs","mappings":";;;;;;;AAEA;;;AAGM,SAAUA,
|
|
1
|
+
{"version":3,"file":"api.cjs","mappings":";;;;;;;AAEA;;;AAGM,SAAUA,KAAV,CAAyBC,UAAzB,EAA8CC,OAA9C,EAA0EC,OAA1E,EAA0F;EAC9F,OAAQC,CAAD,IAAwC;IAC7C,QAAQA,CAAC,CAACC,IAAV;MACE,KAAK,UAAL;QAAiB;UACf,OAAOJ,UAAU,EAAjB;QACD;;MACD,KAAK,OAAL;QAAc;UACZ,OAAOC,OAAO,CAACE,CAAC,CAACE,KAAH,CAAd;QACD;;MACD,KAAK,OAAL;QAAc;UACZ,OAAOH,OAAO,EAAd;QACD;IATH;EAWD,CAZD;AAaD","names":["match","onContinue","onClose","onYield","d","_tag","value"],"sourceRoot":"","sources":["../../../_src/Channel/ChildExecutorDecision/api.ts"],"sourcesContent":[null]}
|