@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
package/Channel/definition.d.ts
CHANGED
|
@@ -41,33 +41,47 @@ export declare abstract class Channel<Env, InErr, InElem, InDone, OutErr, OutEle
|
|
|
41
41
|
*/
|
|
42
42
|
export declare function unifyChannel<X extends Channel<any, any, any, any, any, any, any>>(_: X): Channel<[
|
|
43
43
|
X
|
|
44
|
-
] extends [
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
] extends [
|
|
45
|
+
{
|
|
46
|
+
_Env: () => infer Env;
|
|
47
|
+
}
|
|
48
|
+
] ? Env : never, [
|
|
47
49
|
X
|
|
48
|
-
] extends [
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
] extends [
|
|
51
|
+
{
|
|
52
|
+
_InErr: (_: infer InErr) => void;
|
|
53
|
+
}
|
|
54
|
+
] ? InErr : never, [
|
|
51
55
|
X
|
|
52
|
-
] extends [
|
|
53
|
-
|
|
54
|
-
|
|
56
|
+
] extends [
|
|
57
|
+
{
|
|
58
|
+
_InElem: (_: infer InElem) => void;
|
|
59
|
+
}
|
|
60
|
+
] ? InElem : never, [
|
|
55
61
|
X
|
|
56
|
-
] extends [
|
|
57
|
-
|
|
58
|
-
|
|
62
|
+
] extends [
|
|
63
|
+
{
|
|
64
|
+
_InDone: (_: infer InDone) => void;
|
|
65
|
+
}
|
|
66
|
+
] ? InDone : never, [
|
|
59
67
|
X
|
|
60
|
-
] extends [
|
|
61
|
-
|
|
62
|
-
|
|
68
|
+
] extends [
|
|
69
|
+
{
|
|
70
|
+
_OutErr: () => infer OutErr;
|
|
71
|
+
}
|
|
72
|
+
] ? OutErr : never, [
|
|
63
73
|
X
|
|
64
|
-
] extends [
|
|
65
|
-
|
|
66
|
-
|
|
74
|
+
] extends [
|
|
75
|
+
{
|
|
76
|
+
_OutElem: () => infer OutElem;
|
|
77
|
+
}
|
|
78
|
+
] ? OutElem : never, [
|
|
67
79
|
X
|
|
68
|
-
] extends [
|
|
69
|
-
|
|
70
|
-
|
|
80
|
+
] extends [
|
|
81
|
+
{
|
|
82
|
+
_OutDone: () => infer OutDone;
|
|
83
|
+
}
|
|
84
|
+
] ? OutDone : never>;
|
|
71
85
|
export declare abstract class Continuation<Env, InErr, InElem, InDone, OutErr, OutErr2, OutElem, OutDone, OutDone2> {
|
|
72
86
|
readonly _Env: () => Env;
|
|
73
87
|
readonly _InErr: (_: InErr) => void;
|
package/Differ/api.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { Environment } from "@fncts/base/data/Environment";
|
|
2
|
+
import type { Supervisor } from "@fncts/io/Supervisor";
|
|
3
|
+
import { Differ } from "./definition.js";
|
|
4
|
+
/**
|
|
5
|
+
* Constructs a differ that just diffs two values by returning a function that
|
|
6
|
+
* sets the value to the new value. This differ does not support combining
|
|
7
|
+
* multiple updates to the value compositionally and should only be used when
|
|
8
|
+
* there is no compositional way to update them.
|
|
9
|
+
* @tsplus static fncts.io.DifferOps update
|
|
10
|
+
* @tsplus location "@fncts/io/Differ/api"
|
|
11
|
+
*/
|
|
12
|
+
export declare function update<A>(): Differ<A, (_: A) => A>;
|
|
13
|
+
/**
|
|
14
|
+
* Constructs a differ that knows how to diff `Environment` values.
|
|
15
|
+
* @tsplus static fncts.io.DifferOps environment
|
|
16
|
+
* @tsplus location "@fncts/io/Differ/api"
|
|
17
|
+
*/
|
|
18
|
+
export declare function environment<A>(): Differ<Environment<A>, Environment.Patch<A, A>>;
|
|
19
|
+
/**
|
|
20
|
+
* Constructs a differ that knows how to diff `Supervisor` values.
|
|
21
|
+
* @tsplus static fncts.io.DifferOps supervisor
|
|
22
|
+
* @tsplus location "@fncts/io/Differ/api"
|
|
23
|
+
*/
|
|
24
|
+
export declare function supervisor(): Differ<Supervisor<any>, Supervisor.Patch>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const DifferTypeId: unique symbol;
|
|
2
|
+
export type DifferTypeId = typeof DifferTypeId;
|
|
3
|
+
/**
|
|
4
|
+
* @tsplus type fncts.io.Differ
|
|
5
|
+
* @tsplus companion fncts.io.DifferOps
|
|
6
|
+
*/
|
|
7
|
+
export declare abstract class Differ<Value, Patch> {
|
|
8
|
+
readonly _typeId: DifferTypeId;
|
|
9
|
+
_Value: Value;
|
|
10
|
+
_Patch: Patch;
|
|
11
|
+
abstract readonly empty: Patch;
|
|
12
|
+
abstract combine(first: Patch, second: Patch): Patch;
|
|
13
|
+
abstract diff(oldValue: Value, newValue: Value): Patch;
|
|
14
|
+
abstract patch(patch: Patch): (oldValue: Value) => Value;
|
|
15
|
+
}
|
package/Fiber/api/evalOn.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
2
1
|
import { UIO } from "@fncts/io/IO/definition";
|
|
2
|
+
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
3
3
|
/**
|
|
4
|
-
* @tsplus
|
|
4
|
+
* @tsplus pipeable fncts.io.Fiber evalOn
|
|
5
5
|
* @tsplus location "@fncts/io/Fiber/api/evalOn"
|
|
6
6
|
*/
|
|
7
|
-
export declare function
|
|
7
|
+
export declare function evalOn(effect: UIO<any>, orElse: UIO<any>, __tsplusTrace?: string): <E, A>(fiber: import("../definition").Fiber<E, A>) => import("../../IO").UIO<void>;
|
package/Fiber/api/evalOnIO.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
2
1
|
import { IO } from "@fncts/io/IO/definition";
|
|
2
|
+
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
3
3
|
/**
|
|
4
4
|
* A fully-featured, but much slower version of `evalOn`, which is useful
|
|
5
5
|
* when environment and error are required.
|
|
6
|
-
* @tsplus
|
|
6
|
+
* @tsplus pipeable fncts.io.Fiber evalOnIO
|
|
7
7
|
* @tsplus location "@fncts/io/Fiber/api/evalOnIO"
|
|
8
8
|
*/
|
|
9
|
-
export declare function
|
|
9
|
+
export declare function evalOnIO<R1, E1, B, R2, E2, C>(effect: IO<R1, E1, B>, orElse: IO<R2, E2, C>, __tsplusTrace?: string): <E, A>(fiber: import("../definition").Fiber<E, A>) => IO<R1 | R2, E1 | E2, B | C>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
2
1
|
import { FiberId } from "@fncts/base/data/FiberId/definition";
|
|
2
|
+
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
3
3
|
import { UIO } from "@fncts/io/IO/definition";
|
|
4
4
|
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
5
5
|
/**
|
|
6
|
-
* @tsplus
|
|
6
|
+
* @tsplus pipeable fncts.io.Fiber interruptAs
|
|
7
7
|
* @tsplus location "@fncts/io/Fiber/api/interruptAs"
|
|
8
8
|
*/
|
|
9
|
-
export declare function interruptAs<E, A>(self: Fiber<E, A
|
|
9
|
+
export declare function interruptAs(fiberId: FiberId, __tsplusTrace?: string): <E, A>(self: import("../definition").Fiber<E, A>) => import("../../IO").UIO<import("@fncts/base/data/Exit").Exit<E, A>>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
2
1
|
import { FiberId } from "@fncts/base/data/FiberId/definition";
|
|
2
|
+
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
3
3
|
import { UIO } from "@fncts/io/IO/definition";
|
|
4
4
|
/**
|
|
5
|
-
* @tsplus
|
|
5
|
+
* @tsplus pipeable fncts.io.Fiber interruptAsFork
|
|
6
6
|
* @tsplus location "@fncts/io/Fiber/api/interruptAsFork"
|
|
7
7
|
*/
|
|
8
|
-
export declare function interruptAsFork<E, A>(self: Fiber<E, A
|
|
8
|
+
export declare function interruptAsFork(fiberId: FiberId): <E, A>(self: import("../definition").Fiber<E, A>) => import("../../IO").UIO<void>;
|
package/Fiber/api/mapFiber.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { UIO } from "@fncts/io/IO/definition";
|
|
|
3
3
|
/**
|
|
4
4
|
* Passes the success of this fiber to the specified callback, and continues
|
|
5
5
|
* with the fiber that it returns.
|
|
6
|
-
* @tsplus
|
|
6
|
+
* @tsplus pipeable fncts.io.Fiber mapFiber
|
|
7
7
|
* @tsplus location "@fncts/io/Fiber/api/mapFiber"
|
|
8
8
|
*/
|
|
9
|
-
export declare function
|
|
9
|
+
export declare function mapFiber<A, E1, A1>(f: (a: A) => Fiber<E1, A1>, __tsplusTrace?: string): <E>(fiber: import("../definition").Fiber<E, A>) => import("../../IO").UIO<import("../definition").Fiber<E1 | E, A1>>;
|
package/Fiber/api/mapIO.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
2
1
|
import { FIO } from "@fncts/io/IO/definition";
|
|
2
|
+
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
3
3
|
/**
|
|
4
4
|
* Effectfully maps over the value the fiber computes.
|
|
5
|
-
* @tsplus
|
|
5
|
+
* @tsplus pipeable fncts.io.Fiber mapIO
|
|
6
6
|
* @tsplus location "@fncts/io/Fiber/api/mapIO"
|
|
7
7
|
*/
|
|
8
|
-
export declare function
|
|
8
|
+
export declare function mapIO<E1, A, B>(f: (a: A) => FIO<E1, B>, __tsplusTrace?: string): <E>(fiber: import("@fncts/io/Fiber/definition").Fiber<E, A>) => import("@fncts/io/Fiber/definition").Fiber<E1 | E, B>;
|
|
9
9
|
/**
|
|
10
10
|
* Maps over the value the fiber computes.
|
|
11
|
-
* @tsplus
|
|
11
|
+
* @tsplus pipeable fncts.io.Fiber map
|
|
12
12
|
* @tsplus location "@fncts/io/Fiber/api/mapIO"
|
|
13
13
|
*/
|
|
14
|
-
export declare function
|
|
14
|
+
export declare function map<A, B>(f: (a: A) => B, __tsplusTrace?: string): <E>(fa: import("@fncts/io/Fiber/definition").Fiber<E, A>) => import("@fncts/io/Fiber/definition").Fiber<E, B>;
|
package/Fiber/api/zipWith.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { Fiber } from "@fncts/io/Fiber/definition";
|
|
|
3
3
|
* Zips this fiber with the specified fiber, combining their results using
|
|
4
4
|
* the specified combiner function. Both joins and interruptions are performed
|
|
5
5
|
* in sequential order from left to right.
|
|
6
|
-
* @tsplus
|
|
6
|
+
* @tsplus pipeable fncts.io.Fiber zipWith
|
|
7
7
|
* @tsplus location "@fncts/io/Fiber/api/zipWith"
|
|
8
8
|
*/
|
|
9
|
-
export declare function
|
|
9
|
+
export declare function zipWith<A, E1, B, C>(that: Fiber<E1, B>, f: (a: A, b: B) => C, __tsplusTrace?: string): <E>(self: import("@fncts/io/Fiber/definition").Fiber<E, A>) => import("@fncts/io/Fiber/definition").Fiber<E1 | E, C>;
|
package/Fiber.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export * from "./Fiber/api/inheritRefs.js";
|
|
|
13
13
|
export * from "./Fiber/api/interrupt.js";
|
|
14
14
|
export * from "./Fiber/api/interruptAll.js";
|
|
15
15
|
export * from "./Fiber/api/interruptAs.js";
|
|
16
|
+
export * from "./Fiber/api/interruptAsFork.js";
|
|
16
17
|
export * from "./Fiber/api/interruptFork.js";
|
|
17
18
|
export * from "./Fiber/api/join.js";
|
|
18
19
|
export * from "./Fiber/api/joinAll.js";
|
|
@@ -2,7 +2,7 @@ import { FiberRef } from "@fncts/io/FiberRef/definition";
|
|
|
2
2
|
import { IO } from "@fncts/io/IO/definition";
|
|
3
3
|
import { Scope } from "@fncts/io/Scope/definition";
|
|
4
4
|
/**
|
|
5
|
-
* @tsplus
|
|
5
|
+
* @tsplus pipeable fncts.io.FiberRef locallyScoped
|
|
6
6
|
* @tsplus location "@fncts/io/FiberRef/api/locallyScoped"
|
|
7
7
|
*/
|
|
8
|
-
export declare function
|
|
8
|
+
export declare function locallyScoped<A>(a: A, __tsplusTrace?: string): (ref: FiberRef<A>) => IO<Scope, never, void>;
|
|
@@ -2,7 +2,7 @@ import { FiberRef } from "@fncts/io/FiberRef/definition";
|
|
|
2
2
|
import { IO } from "@fncts/io/IO/definition";
|
|
3
3
|
import { Scope } from "@fncts/io/Scope/definition";
|
|
4
4
|
/**
|
|
5
|
-
* @tsplus
|
|
5
|
+
* @tsplus pipeable fncts.io.FiberRef locallyScopedWith
|
|
6
6
|
* @tsplus location "@fncts/io/FiberRef/api/locallyScopedWith"
|
|
7
7
|
*/
|
|
8
|
-
export declare function locallyScopedWith<A>(
|
|
8
|
+
export declare function locallyScopedWith<A>(f: (a: A) => A, __tsplusTrace?: string): (self: FiberRef<A>) => IO<Scope, never, void>;
|
package/FiberRef/api.d.ts
CHANGED
|
@@ -2,40 +2,40 @@ import { FiberRef } from "@fncts/io/FiberRef/definition";
|
|
|
2
2
|
import { UIO, IO } from "@fncts/io/IO/definition";
|
|
3
3
|
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
4
4
|
/**
|
|
5
|
-
* @tsplus
|
|
5
|
+
* @tsplus pipeable fncts.io.FiberRef modify
|
|
6
6
|
* @tsplus location "@fncts/io/FiberRef/api"
|
|
7
7
|
*/
|
|
8
|
-
export declare function
|
|
8
|
+
export declare function modify<A, B>(f: (a: A) => readonly [B, A], __tsplusTrace?: string): (self: FiberRef<A>) => import("../IO").UIO<B>;
|
|
9
9
|
/**
|
|
10
|
-
* @tsplus
|
|
10
|
+
* @tsplus pipeable fncts.io.FiberRef update
|
|
11
11
|
* @tsplus location "@fncts/io/FiberRef/api"
|
|
12
12
|
*/
|
|
13
|
-
export declare function
|
|
13
|
+
export declare function update<A>(f: (a: A) => A, __tsplusTrace?: string): (fiberRef: FiberRef<A>) => import("../IO").UIO<void>;
|
|
14
14
|
/**
|
|
15
|
-
* @tsplus
|
|
15
|
+
* @tsplus pipeable fncts.io.FiberRef set
|
|
16
16
|
* @tsplus location "@fncts/io/FiberRef/api"
|
|
17
17
|
*/
|
|
18
|
-
export declare function
|
|
18
|
+
export declare function set<A>(a: A, __tsplusTrace?: string): (fiberRef: FiberRef<A>) => import("../IO").UIO<void>;
|
|
19
19
|
/**
|
|
20
20
|
* @tsplus getter fncts.io.FiberRef get
|
|
21
21
|
* @tsplus location "@fncts/io/FiberRef/api"
|
|
22
22
|
*/
|
|
23
23
|
export declare function get<A>(fiberRef: FiberRef<A>, __tsplusTrace?: string): UIO<A>;
|
|
24
24
|
/**
|
|
25
|
-
* @tsplus
|
|
25
|
+
* @tsplus pipeable fncts.io.FiberRef getAndSet
|
|
26
26
|
* @tsplus location "@fncts/io/FiberRef/api"
|
|
27
27
|
*/
|
|
28
|
-
export declare function
|
|
28
|
+
export declare function getAndSet<A>(a: A, __tsplusTrace?: string): (fiberRef: FiberRef<A>) => import("../IO").UIO<A>;
|
|
29
29
|
/**
|
|
30
|
-
* @tsplus
|
|
30
|
+
* @tsplus pipeable fncts.io.FiberRef getAndUpdate
|
|
31
31
|
* @tsplus location "@fncts/io/FiberRef/api"
|
|
32
32
|
*/
|
|
33
|
-
export declare function
|
|
33
|
+
export declare function getAndUpdate<A>(f: (a: A) => A, __tsplusTrace?: string): (fiberRef: FiberRef<A>) => import("../IO").UIO<A>;
|
|
34
34
|
/**
|
|
35
|
-
* @tsplus
|
|
35
|
+
* @tsplus pipeable fncts.io.FiberRef getAndUpdateJust
|
|
36
36
|
* @tsplus location "@fncts/io/FiberRef/api"
|
|
37
37
|
*/
|
|
38
|
-
export declare function
|
|
38
|
+
export declare function getAndUpdateJust<A>(f: (a: A) => Maybe<A>, __tsplusTrace?: string): (fiberRef: FiberRef<A>) => import("../IO").UIO<A>;
|
|
39
39
|
/**
|
|
40
40
|
* Returns an `IO` that runs with `value` bound to the current fiber.
|
|
41
41
|
*
|
|
@@ -43,7 +43,7 @@ export declare function getAndUpdateJust_<A>(fiberRef: FiberRef<A>, f: (a: A) =>
|
|
|
43
43
|
* @tsplus fluent fncts.io.FiberRef locally
|
|
44
44
|
* @tsplus location "@fncts/io/FiberRef/api"
|
|
45
45
|
*/
|
|
46
|
-
export declare function
|
|
46
|
+
export declare function locally<A>(fiberRef: FiberRef<A>, value: A, __tsplusTrace?: string): <R1, E1, B>(use: import("../IO").IO<R1, E1, B>) => import("../IO").IO<R1, E1, B>;
|
|
47
47
|
/**
|
|
48
48
|
* Returns an `IO` that runs with `f` applied to the current fiber.
|
|
49
49
|
*
|
|
@@ -51,12 +51,12 @@ export declare function locally_<A>(fiberRef: FiberRef<A>, value: A, __tsplusTra
|
|
|
51
51
|
* @tsplus fluent fncts.io.FiberRef locallyWith
|
|
52
52
|
* @tsplus location "@fncts/io/FiberRef/api"
|
|
53
53
|
*/
|
|
54
|
-
export declare function
|
|
54
|
+
export declare function locallyWith<A>(self: FiberRef<A>, f: (a: A) => A, __tsplusTrace?: string): <R1, E1, B>(use: import("../IO").IO<R1, E1, B>) => import("../IO").IO<R1, E1, B>;
|
|
55
55
|
/**
|
|
56
|
-
* @tsplus
|
|
56
|
+
* @tsplus pipeable fncts.io.FiberRef getWith
|
|
57
57
|
* @tsplus location "@fncts/io/FiberRef/api"
|
|
58
58
|
*/
|
|
59
|
-
export declare function
|
|
59
|
+
export declare function getWith<A, R, E, B>(f: (a: A) => IO<R, E, B>, __tsplusTrace?: string): (fiberRef: FiberRef<A>) => IO<R, E, B>;
|
|
60
60
|
/**
|
|
61
61
|
* @tsplus getter fncts.io.FiberRef remove
|
|
62
62
|
* @tsplus location "@fncts/io/FiberRef/api"
|
|
@@ -88,7 +88,7 @@ export declare function patch<Value, Patch>(self: FiberRef.WithPatch<Value, Patc
|
|
|
88
88
|
*/
|
|
89
89
|
export declare function fork<Value, Patch>(self: FiberRef.WithPatch<Value, Patch>): Patch;
|
|
90
90
|
/**
|
|
91
|
-
* @tsplus
|
|
91
|
+
* @tsplus pipeable fncts.io.FiberRef join
|
|
92
92
|
* @tsplus location "@fncts/io/FiberRef/api"
|
|
93
93
|
*/
|
|
94
|
-
export declare function join<Value, Patch>(self: FiberRef.WithPatch<Value, Patch
|
|
94
|
+
export declare function join<Value>(oldValue: Value, newValue: Value): <Patch>(self: import("@fncts/io/FiberRef/definition").FiberRef.WithPatch<Value, Patch>) => Value;
|
package/FiberRef/unsafe.d.ts
CHANGED
|
@@ -1,25 +1,31 @@
|
|
|
1
1
|
import { FiberRef } from "@fncts/io/FiberRef/definition";
|
|
2
2
|
import { Environment } from "@fncts/base/data/Environment/definition";
|
|
3
|
+
import { Supervisor } from "@fncts/io/Supervisor/definition";
|
|
4
|
+
import { SupervisorPatch } from "@fncts/io/SupervisorPatch";
|
|
3
5
|
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
4
6
|
import { FiberScope } from "@fncts/io/FiberScope";
|
|
5
7
|
import { LogLevel } from "@fncts/io/LogLevel";
|
|
6
8
|
import { List } from "@fncts/base/collection/immutable/List/definition";
|
|
7
9
|
import { HashMap } from "@fncts/base/collection/immutable/HashMap/definition";
|
|
8
|
-
import { Supervisor } from "@fncts/io/Supervisor/definition";
|
|
9
10
|
import type { LogSpan } from "../LogSpan.js";
|
|
10
11
|
import type { Scheduler } from "@fncts/io/internal/Scheduler.js";
|
|
11
|
-
import {
|
|
12
|
+
import { Differ } from "@fncts/io/Differ/definition";
|
|
12
13
|
import { IsFatal } from "../internal/IsFatal.js";
|
|
13
14
|
/**
|
|
14
15
|
* @tsplus static fncts.io.FiberRefOps unsafeMakePatch
|
|
15
16
|
* @tsplus location "@fncts/io/FiberRef/unsafe"
|
|
16
17
|
*/
|
|
17
|
-
export declare function unsafeMakePatch<Value, Patch>(initial: Value,
|
|
18
|
+
export declare function unsafeMakePatch<Value, Patch>(initial: Value, differ: Differ<Value, Patch>, fork: Patch, join?: (oldValue: Value, newValue: Value) => Value): FiberRef.WithPatch<Value, Patch>;
|
|
18
19
|
/**
|
|
19
20
|
* @tsplus static fncts.io.FiberRefOps unsafeMakeEnvironment
|
|
20
21
|
* @tsplus location "@fncts/io/FiberRef/unsafe"
|
|
21
22
|
*/
|
|
22
|
-
export declare function unsafeMakeEnvironment<A>(initial: Environment<A>): FiberRef.WithPatch<Environment<A>, Patch<A, A>>;
|
|
23
|
+
export declare function unsafeMakeEnvironment<A>(initial: Environment<A>): FiberRef.WithPatch<Environment<A>, Environment.Patch<A, A>>;
|
|
24
|
+
/**
|
|
25
|
+
* @tsplus static fncts.io.FiberRefOps unsafeMakeSupervisor
|
|
26
|
+
* @tsplus location "@fncts/io/FiberRef/unsafe"
|
|
27
|
+
*/
|
|
28
|
+
export declare function unsafeMakeSupervisor(initial: Supervisor<any>): FiberRef.WithPatch<Supervisor<any>, SupervisorPatch>;
|
|
23
29
|
/**
|
|
24
30
|
* @tsplus static fncts.io.FiberRefOps unsafeMake
|
|
25
31
|
* @tsplus location "@fncts/io/FiberRef/unsafe"
|
|
@@ -34,7 +40,7 @@ export declare const forkScopeOverride: import("./definition.js").FiberRef.WithP
|
|
|
34
40
|
* @tsplus static fncts.io.FiberRefOps currentEnvironment
|
|
35
41
|
* @tsplus location "@fncts/io/FiberRef/unsafe"
|
|
36
42
|
*/
|
|
37
|
-
export declare const currentEnvironment: import("./definition.js").FiberRef.WithPatch<import("@fncts/base/data/Environment.js").Environment<unknown>, Patch<unknown, unknown>>;
|
|
43
|
+
export declare const currentEnvironment: import("./definition.js").FiberRef.WithPatch<import("@fncts/base/data/Environment.js").Environment<unknown>, import("@fncts/base/data/Environment.js").Environment.Patch<unknown, unknown>>;
|
|
38
44
|
/**
|
|
39
45
|
* @tsplus static fncts.io.FiberRefOps fiberName
|
|
40
46
|
* @tsplus location "@fncts/io/FiberRef/unsafe"
|
|
@@ -64,7 +70,7 @@ export declare const currentScheduler: import("./definition.js").FiberRef.WithPa
|
|
|
64
70
|
* @tsplus static fncts.io.FiberRefOps currentSupervisor
|
|
65
71
|
* @tsplus location "@fncts/io/FiberRef/unsafe"
|
|
66
72
|
*/
|
|
67
|
-
export declare const currentSupervisor: import("./definition.js").FiberRef.WithPatch<import("../Supervisor.js").Supervisor<any>,
|
|
73
|
+
export declare const currentSupervisor: import("./definition.js").FiberRef.WithPatch<import("../Supervisor.js").Supervisor<any>, import("../SupervisorPatch.js").SupervisorPatch>;
|
|
68
74
|
/**
|
|
69
75
|
* @tsplus static fncts.io.FiberRefOps currentIsFatal
|
|
70
76
|
* @tsplus location "@fncts/io/FiberRef/unsafe"
|
package/FiberRefs/api.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export declare function fiberRefs(self: FiberRefs): HashSet<FiberRef<unknown>>;
|
|
|
15
15
|
*/
|
|
16
16
|
export declare function make(fiberRefLocals: HashMap<FiberRef<unknown>, Cons<readonly [FiberId.Runtime, unknown]>>): FiberRefs;
|
|
17
17
|
/**
|
|
18
|
-
* @tsplus
|
|
18
|
+
* @tsplus pipeable fncts.io.FiberRefs forkAs
|
|
19
19
|
* @tsplus location "@fncts/io/FiberRefs/api"
|
|
20
20
|
*/
|
|
21
|
-
export declare function forkAs(
|
|
21
|
+
export declare function forkAs(childId: FiberId.Runtime): (self: FiberRefs) => FiberRefs;
|
package/FiberRefs/join.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { FiberRefs } from "@fncts/io/FiberRefs";
|
|
2
1
|
import { FiberId } from "@fncts/base/data/FiberId/definition";
|
|
2
|
+
import { FiberRefs } from "@fncts/io/FiberRefs";
|
|
3
3
|
import { Cons, List } from "@fncts/base/collection/immutable/List/definition";
|
|
4
4
|
import { FiberRef } from "@fncts/io/FiberRef/definition";
|
|
5
5
|
/**
|
|
6
|
-
* @tsplus
|
|
6
|
+
* @tsplus pipeable fncts.io.FiberRefs join
|
|
7
7
|
* @tsplus location "@fncts/io/FiberRefs/join"
|
|
8
8
|
*/
|
|
9
|
-
export declare function join(
|
|
9
|
+
export declare function join(fiberId: FiberId.Runtime, that: FiberRefs): (self: FiberRefs) => FiberRefs;
|
package/Future/api.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Future } from "@fncts/io/Future";
|
|
2
1
|
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
2
|
+
import { Future } from "@fncts/io/Future";
|
|
3
3
|
import { UIO, IO, FIO } from "@fncts/io/IO/definition";
|
|
4
4
|
import { Cause } from "@fncts/base/data/Cause/definition";
|
|
5
5
|
import { FiberId } from "@fncts/base/data/FiberId/definition";
|
|
@@ -7,34 +7,34 @@ import { Maybe } from "@fncts/base/data/Maybe/definition";
|
|
|
7
7
|
/**
|
|
8
8
|
* Exits the future with the specified exit, which will be propagated to all
|
|
9
9
|
* fibers waiting on the value of the future.
|
|
10
|
-
* @tsplus
|
|
10
|
+
* @tsplus pipeable fncts.io.Future done
|
|
11
11
|
* @tsplus location "@fncts/io/Future/api"
|
|
12
12
|
*/
|
|
13
|
-
export declare function
|
|
13
|
+
export declare function done<E, A>(exit: Exit<E, A>, __tsplusTrace?: string): (future: Future<E, A>) => import("@fncts/io/IO").UIO<boolean>;
|
|
14
14
|
/**
|
|
15
15
|
* Fails the future with the specified error, which will be propagated to all
|
|
16
16
|
* fibers waiting on the value of the future.
|
|
17
|
-
* @tsplus
|
|
17
|
+
* @tsplus pipeable fncts.io.Future fail
|
|
18
18
|
* @tsplus location "@fncts/io/Future/api"
|
|
19
19
|
*/
|
|
20
|
-
export declare function
|
|
20
|
+
export declare function fail<E>(e: E, __tsplusTrace?: string): <A>(future: import("@fncts/io/Future/definition").Future<E, A>) => import("@fncts/io/IO").UIO<boolean>;
|
|
21
21
|
/**
|
|
22
22
|
* Halts the future with the specified cause, which will be propagated to all
|
|
23
23
|
* fibers waiting on the value of the future.
|
|
24
|
-
* @tsplus
|
|
24
|
+
* @tsplus pipeable fncts.io.Future failCause
|
|
25
25
|
* @tsplus location "@fncts/io/Future/api"
|
|
26
26
|
*/
|
|
27
|
-
export declare function
|
|
27
|
+
export declare function failCause<E>(cause: Cause<E>, __tsplusTrace?: string): <A>(future: import("@fncts/io/Future/definition").Future<E, A>) => import("@fncts/io/IO").UIO<boolean>;
|
|
28
28
|
/**
|
|
29
29
|
* Completes the future with the result of the specified effect. If the
|
|
30
30
|
* future has already been completed, the method will produce false.
|
|
31
31
|
*
|
|
32
32
|
* Note that `Future.completeWith` will be much faster, so consider using
|
|
33
33
|
* that if you do not need to memoize the result of the specified effect.
|
|
34
|
-
* @tsplus
|
|
34
|
+
* @tsplus pipeable fncts.io.Future fulfill
|
|
35
35
|
* @tsplus location "@fncts/io/Future/api"
|
|
36
36
|
*/
|
|
37
|
-
export declare function
|
|
37
|
+
export declare function fulfill<R, E, A>(io: IO<R, E, A>, __tsplusTrace?: string): (future: Future<E, A>) => IO<R, never, boolean>;
|
|
38
38
|
/**
|
|
39
39
|
* Completes the future with the specified effect. If the future has
|
|
40
40
|
* already been completed, the method will produce false.
|
|
@@ -47,17 +47,17 @@ export declare function fulfill_<R, E, A>(future: Future<E, A>, io: IO<R, E, A>,
|
|
|
47
47
|
* future can be completed with exactly one effect. For a version that
|
|
48
48
|
* completes the future with the result of an IO see
|
|
49
49
|
* `Future.complete`.
|
|
50
|
-
* @tsplus
|
|
50
|
+
* @tsplus pipeable fncts.io.Future fulfillWith
|
|
51
51
|
* @tsplus location "@fncts/io/Future/api"
|
|
52
52
|
*/
|
|
53
|
-
export declare function
|
|
53
|
+
export declare function fulfillWith<E, A>(io: FIO<E, A>, __tsplusTrace?: string): (future: Future<E, A>) => import("@fncts/io/IO").UIO<boolean>;
|
|
54
54
|
/**
|
|
55
55
|
* Kills the future with the specified error, which will be propagated to all
|
|
56
56
|
* fibers waiting on the value of the future.
|
|
57
|
-
* @tsplus
|
|
57
|
+
* @tsplus pipeable fncts.io.Future halt
|
|
58
58
|
* @tsplus location "@fncts/io/Future/api"
|
|
59
59
|
*/
|
|
60
|
-
export declare function
|
|
60
|
+
export declare function halt(defect: unknown, __tsplusTrace?: string): <E, A>(future: import("@fncts/io/Future/definition").Future<E, A>) => import("@fncts/io/IO").UIO<boolean>;
|
|
61
61
|
/**
|
|
62
62
|
* Completes the future with interruption. This will interrupt all fibers
|
|
63
63
|
* waiting on the value of the future as by the fiber calling this method.
|
|
@@ -68,10 +68,10 @@ export declare function interrupt<E, A>(future: Future<E, A>, __tsplusTrace?: st
|
|
|
68
68
|
/**
|
|
69
69
|
* Completes the future with interruption. This will interrupt all fibers
|
|
70
70
|
* waiting on the value of the future as by the specified fiber.
|
|
71
|
-
* @tsplus
|
|
71
|
+
* @tsplus pipeable fncts.io.Future interruptAs
|
|
72
72
|
* @tsplus location "@fncts/io/Future/api"
|
|
73
73
|
*/
|
|
74
|
-
export declare function
|
|
74
|
+
export declare function interruptAs(id: FiberId, __tsplusTrace?: string): <E, A>(future: import("@fncts/io/Future/definition").Future<E, A>) => import("@fncts/io/IO").UIO<boolean>;
|
|
75
75
|
/**
|
|
76
76
|
* Checks for completion of this Future. Produces true if this future has
|
|
77
77
|
* already been completed with a value or an error and false otherwise.
|
|
@@ -88,22 +88,22 @@ export declare function isDone<E, A>(future: Future<E, A>, __tsplusTrace?: strin
|
|
|
88
88
|
export declare function poll<E, A>(future: Future<E, A>, __tsplusTrace?: string): UIO<Maybe<FIO<E, A>>>;
|
|
89
89
|
/**
|
|
90
90
|
* Completes the future with the specified value.
|
|
91
|
-
* @tsplus
|
|
91
|
+
* @tsplus pipeable fncts.io.Future succeed
|
|
92
92
|
* @tsplus location "@fncts/io/Future/api"
|
|
93
93
|
*/
|
|
94
|
-
export declare function succeed_<A, E>(future: Future<E, A
|
|
94
|
+
export declare function succeed_<A>(a: A, __tsplusTrace?: string): <E>(future: import("@fncts/io/Future/definition").Future<E, A>) => import("@fncts/io/IO").UIO<boolean>;
|
|
95
95
|
/**
|
|
96
96
|
* Retrieves the value of the future, suspending the fiber running the action
|
|
97
97
|
* until the result is available.
|
|
98
|
-
* @tsplus
|
|
98
|
+
* @tsplus pipeable fncts.io.Future unsafeDone
|
|
99
99
|
* @tsplus location "@fncts/io/Future/api"
|
|
100
100
|
*/
|
|
101
|
-
export declare function
|
|
101
|
+
export declare function unsafeDone<E, A>(io: FIO<E, A>, __tsplusTrace?: string): (future: Future<E, A>) => void;
|
|
102
102
|
/**
|
|
103
|
-
* @tsplus
|
|
103
|
+
* @tsplus pipeable fncts.io.Future unsafeSucceed
|
|
104
104
|
* @tsplus location "@fncts/io/Future/api"
|
|
105
105
|
*/
|
|
106
|
-
export declare function
|
|
106
|
+
export declare function unsafeSucceed<A>(a: A, __tsplusTrace?: string): (future: Future<never, A>) => void;
|
|
107
107
|
/**
|
|
108
108
|
* Retrieves the value of the future, suspending the fiber running the action
|
|
109
109
|
* until the result is available.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { UIO } from "@fncts/io/IO/definition";
|
|
2
|
+
import { Future } from "@fncts/io/Future";
|
|
3
|
+
import { Scope } from "@fncts/io/Scope/definition";
|
|
4
|
+
import type { Strategy } from "./internal";
|
|
5
|
+
import type { HashSet } from "@fncts/base/collection/mutable/HashSet";
|
|
6
|
+
import type { HashedPair } from "@fncts/io/internal/HashedPair";
|
|
7
|
+
import type { MutableQueue } from "@fncts/io/internal/MutableQueue";
|
|
8
|
+
import { AtomicBoolean } from "@fncts/base/internal/AtomicBoolean";
|
|
9
|
+
import { Hub as HubInternal } from "@fncts/io/internal/Hub";
|
|
10
|
+
import { Hub } from "./definition.js";
|
|
11
|
+
/**
|
|
12
|
+
* Creates a bounded hub with the back pressure strategy. The hub will retain
|
|
13
|
+
* messages until they have been taken by all subscribers, applying back
|
|
14
|
+
* pressure to publishers if the hub is at capacity.
|
|
15
|
+
*
|
|
16
|
+
* For best performance use capacities that are powers of two.
|
|
17
|
+
* @tsplus static fncts.io.HubOps makeBounded
|
|
18
|
+
* @tsplus location "@fncts/io/Hub/constructors"
|
|
19
|
+
*/
|
|
20
|
+
export declare function makeBounded<A>(requestedCapacity: number, __tsplusTrace?: string): UIO<Hub<A>>;
|
|
21
|
+
/**
|
|
22
|
+
* Creates a bounded hub with the dropping strategy. The hub will drop new
|
|
23
|
+
* messages if the hub is at capacity.
|
|
24
|
+
*
|
|
25
|
+
* For best performance use capacities that are powers of two.
|
|
26
|
+
* @tsplus static fncts.io.HubOps makeDropping
|
|
27
|
+
* @tsplus location "@fncts/io/Hub/constructors"
|
|
28
|
+
*/
|
|
29
|
+
export declare function makeDropping<A>(requestedCapacity: number, __tsplusTrace?: string): UIO<Hub<A>>;
|
|
30
|
+
/**
|
|
31
|
+
* Creates a bounded hub with the sliding strategy. The hub will add new
|
|
32
|
+
* messages and drop old messages if the hub is at capacity.
|
|
33
|
+
*
|
|
34
|
+
* For best performance use capacities that are powers of two.
|
|
35
|
+
* @tsplus static fncts.io.HubOps makeSliding
|
|
36
|
+
* @tsplus location "@fncts/io/Hub/constructors"
|
|
37
|
+
*/
|
|
38
|
+
export declare function makeSliding<A>(requestedCapacity: number, __tsplusTrace?: string): UIO<Hub<A>>;
|
|
39
|
+
/**
|
|
40
|
+
* Creates an unbounded hub.
|
|
41
|
+
* @tsplus static fncts.io.HubOps makeUnbounded
|
|
42
|
+
* @tsplus location "@fncts/io/Hub/constructors"
|
|
43
|
+
*/
|
|
44
|
+
export declare function makeUnbounded<A>(__tsplusTrace?: string): UIO<Hub<A>>;
|
|
45
|
+
/**
|
|
46
|
+
* Unsafely creates a hub with the specified strategy.
|
|
47
|
+
*/
|
|
48
|
+
export declare function unsafeMakeHub<A>(hub: HubInternal<A>, subscribers: HashSet<HashedPair<HubInternal.Subscription<A>, MutableQueue<Future<never, A>>>>, scope: Scope.Closeable, shutdownHook: Future<never, void>, shutdownFlag: AtomicBoolean, strategy: Strategy<A>): Hub<A>;
|
|
49
|
+
export declare function makeHub<A>(hub: HubInternal<A>, strategy: Strategy<A>): UIO<Hub<A>>;
|