effect 4.0.0-beta.67 → 4.0.0-beta.68
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/dist/Array.d.ts +41 -42
- package/dist/Array.d.ts.map +1 -1
- package/dist/Array.js +23 -23
- package/dist/Array.js.map +1 -1
- package/dist/BigDecimal.d.ts +265 -265
- package/dist/BigDecimal.js +128 -128
- package/dist/BigInt.d.ts +175 -177
- package/dist/BigInt.d.ts.map +1 -1
- package/dist/BigInt.js +81 -79
- package/dist/BigInt.js.map +1 -1
- package/dist/Boolean.d.ts +127 -125
- package/dist/Boolean.d.ts.map +1 -1
- package/dist/Boolean.js +55 -53
- package/dist/Boolean.js.map +1 -1
- package/dist/Brand.d.ts +10 -4
- package/dist/Brand.d.ts.map +1 -1
- package/dist/Brand.js +3 -2
- package/dist/Brand.js.map +1 -1
- package/dist/Cache.d.ts +36 -36
- package/dist/Cache.js +17 -17
- package/dist/Cause.d.ts +17 -18
- package/dist/Cause.d.ts.map +1 -1
- package/dist/Cause.js +12 -12
- package/dist/Cause.js.map +1 -1
- package/dist/Channel.d.ts +234 -241
- package/dist/Channel.d.ts.map +1 -1
- package/dist/Channel.js +97 -101
- package/dist/Channel.js.map +1 -1
- package/dist/Chunk.d.ts +33 -56
- package/dist/Chunk.d.ts.map +1 -1
- package/dist/Chunk.js +17 -26
- package/dist/Chunk.js.map +1 -1
- package/dist/Clock.d.ts +1 -1
- package/dist/Clock.js +1 -1
- package/dist/Combiner.d.ts +9 -1
- package/dist/Combiner.d.ts.map +1 -1
- package/dist/Combiner.js +8 -0
- package/dist/Combiner.js.map +1 -1
- package/dist/Config.d.ts +78 -68
- package/dist/Config.d.ts.map +1 -1
- package/dist/Config.js +53 -49
- package/dist/Config.js.map +1 -1
- package/dist/ConfigProvider.d.ts +33 -32
- package/dist/ConfigProvider.d.ts.map +1 -1
- package/dist/ConfigProvider.js +19 -18
- package/dist/ConfigProvider.js.map +1 -1
- package/dist/Console.d.ts +19 -19
- package/dist/Console.js +19 -19
- package/dist/Context.d.ts +70 -108
- package/dist/Context.d.ts.map +1 -1
- package/dist/Context.js +30 -44
- package/dist/Context.js.map +1 -1
- package/dist/Cron.d.ts +3 -5
- package/dist/Cron.d.ts.map +1 -1
- package/dist/Cron.js +3 -5
- package/dist/Cron.js.map +1 -1
- package/dist/Crypto.d.ts +208 -0
- package/dist/Crypto.d.ts.map +1 -0
- package/dist/Crypto.js +157 -0
- package/dist/Crypto.js.map +1 -0
- package/dist/Data.d.ts +6 -1
- package/dist/Data.d.ts.map +1 -1
- package/dist/Data.js.map +1 -1
- package/dist/DateTime.d.ts +29 -31
- package/dist/DateTime.d.ts.map +1 -1
- package/dist/DateTime.js +19 -19
- package/dist/DateTime.js.map +1 -1
- package/dist/Deferred.d.ts +8 -9
- package/dist/Deferred.d.ts.map +1 -1
- package/dist/Deferred.js +6 -6
- package/dist/Deferred.js.map +1 -1
- package/dist/Differ.d.ts +2 -2
- package/dist/Duration.d.ts +30 -27
- package/dist/Duration.d.ts.map +1 -1
- package/dist/Duration.js +15 -12
- package/dist/Duration.js.map +1 -1
- package/dist/Effect.d.ts +394 -652
- package/dist/Effect.d.ts.map +1 -1
- package/dist/Effect.js +157 -247
- package/dist/Effect.js.map +1 -1
- package/dist/Effectable.d.ts +2 -2
- package/dist/Effectable.js +2 -2
- package/dist/Encoding.d.ts +9 -9
- package/dist/Encoding.js +9 -9
- package/dist/Equal.d.ts +4 -3
- package/dist/Equal.d.ts.map +1 -1
- package/dist/Equal.js +4 -3
- package/dist/Equal.js.map +1 -1
- package/dist/Equivalence.d.ts +4 -5
- package/dist/Equivalence.d.ts.map +1 -1
- package/dist/Equivalence.js +2 -2
- package/dist/Equivalence.js.map +1 -1
- package/dist/ErrorReporter.d.ts +14 -14
- package/dist/ErrorReporter.js +9 -9
- package/dist/ExecutionPlan.d.ts +18 -9
- package/dist/ExecutionPlan.d.ts.map +1 -1
- package/dist/ExecutionPlan.js +6 -4
- package/dist/ExecutionPlan.js.map +1 -1
- package/dist/Exit.d.ts +0 -1
- package/dist/Exit.d.ts.map +1 -1
- package/dist/Exit.js.map +1 -1
- package/dist/Fiber.d.ts +1 -2
- package/dist/Fiber.d.ts.map +1 -1
- package/dist/Fiber.js +1 -1
- package/dist/Fiber.js.map +1 -1
- package/dist/FiberHandle.d.ts +5 -5
- package/dist/FiberHandle.js +3 -3
- package/dist/FiberMap.d.ts +10 -10
- package/dist/FiberMap.js +4 -4
- package/dist/FiberSet.d.ts +4 -4
- package/dist/FiberSet.js +2 -2
- package/dist/FileSystem.d.ts +10 -12
- package/dist/FileSystem.d.ts.map +1 -1
- package/dist/FileSystem.js +3 -3
- package/dist/FileSystem.js.map +1 -1
- package/dist/Filter.d.ts +54 -54
- package/dist/Filter.js +28 -28
- package/dist/Formatter.d.ts +4 -2
- package/dist/Formatter.d.ts.map +1 -1
- package/dist/Formatter.js +3 -69
- package/dist/Formatter.js.map +1 -1
- package/dist/Function.d.ts +64 -65
- package/dist/Function.d.ts.map +1 -1
- package/dist/Function.js +41 -41
- package/dist/Function.js.map +1 -1
- package/dist/Graph.d.ts +157 -175
- package/dist/Graph.d.ts.map +1 -1
- package/dist/Graph.js +72 -80
- package/dist/Graph.js.map +1 -1
- package/dist/Hash.d.ts +4 -6
- package/dist/Hash.d.ts.map +1 -1
- package/dist/Hash.js +2 -2
- package/dist/Hash.js.map +1 -1
- package/dist/HashMap.d.ts +121 -157
- package/dist/HashMap.d.ts.map +1 -1
- package/dist/HashMap.js +47 -59
- package/dist/HashMap.js.map +1 -1
- package/dist/HashRing.d.ts +34 -34
- package/dist/HashRing.js +16 -16
- package/dist/HashSet.d.ts +51 -55
- package/dist/HashSet.d.ts.map +1 -1
- package/dist/HashSet.js +19 -20
- package/dist/HashSet.js.map +1 -1
- package/dist/Inspectable.d.ts +6 -4
- package/dist/Inspectable.d.ts.map +1 -1
- package/dist/Inspectable.js +6 -4
- package/dist/Inspectable.js.map +1 -1
- package/dist/Iterable.d.ts +37 -83
- package/dist/Iterable.d.ts.map +1 -1
- package/dist/Iterable.js +21 -39
- package/dist/Iterable.js.map +1 -1
- package/dist/JsonPatch.d.ts +8 -6
- package/dist/JsonPatch.d.ts.map +1 -1
- package/dist/JsonPatch.js +5 -3
- package/dist/JsonPatch.js.map +1 -1
- package/dist/JsonPointer.d.ts +13 -11
- package/dist/JsonPointer.d.ts.map +1 -1
- package/dist/JsonPointer.js +13 -11
- package/dist/JsonPointer.js.map +1 -1
- package/dist/JsonSchema.d.ts +16 -0
- package/dist/JsonSchema.d.ts.map +1 -1
- package/dist/JsonSchema.js +10 -0
- package/dist/JsonSchema.js.map +1 -1
- package/dist/Latch.d.ts +4 -16
- package/dist/Latch.d.ts.map +1 -1
- package/dist/Latch.js +2 -14
- package/dist/Latch.js.map +1 -1
- package/dist/Layer.d.ts +94 -135
- package/dist/Layer.d.ts.map +1 -1
- package/dist/Layer.js +44 -61
- package/dist/Layer.js.map +1 -1
- package/dist/LayerMap.d.ts +15 -16
- package/dist/LayerMap.d.ts.map +1 -1
- package/dist/LayerMap.js +6 -6
- package/dist/LogLevel.d.ts +13 -13
- package/dist/LogLevel.js +4 -4
- package/dist/Logger.d.ts +10 -11
- package/dist/Logger.d.ts.map +1 -1
- package/dist/Logger.js +10 -11
- package/dist/Logger.js.map +1 -1
- package/dist/ManagedRuntime.d.ts +5 -4
- package/dist/ManagedRuntime.d.ts.map +1 -1
- package/dist/ManagedRuntime.js +4 -3
- package/dist/ManagedRuntime.js.map +1 -1
- package/dist/Match.d.ts +2 -4
- package/dist/Match.d.ts.map +1 -1
- package/dist/Match.js +1 -2
- package/dist/Match.js.map +1 -1
- package/dist/Metric.d.ts +48 -50
- package/dist/Metric.d.ts.map +1 -1
- package/dist/Metric.js +22 -22
- package/dist/Metric.js.map +1 -1
- package/dist/MutableHashMap.d.ts +30 -30
- package/dist/MutableHashMap.d.ts.map +1 -1
- package/dist/MutableHashMap.js +15 -14
- package/dist/MutableHashMap.js.map +1 -1
- package/dist/MutableHashSet.d.ts.map +1 -1
- package/dist/MutableHashSet.js +0 -2
- package/dist/MutableHashSet.js.map +1 -1
- package/dist/MutableList.d.ts +23 -24
- package/dist/MutableList.d.ts.map +1 -1
- package/dist/MutableList.js +17 -19
- package/dist/MutableList.js.map +1 -1
- package/dist/MutableRef.d.ts.map +1 -1
- package/dist/MutableRef.js +0 -1
- package/dist/MutableRef.js.map +1 -1
- package/dist/Newtype.d.ts +12 -2
- package/dist/Newtype.d.ts.map +1 -1
- package/dist/Newtype.js +8 -2
- package/dist/Newtype.js.map +1 -1
- package/dist/NonEmptyIterable.d.ts +5 -12
- package/dist/NonEmptyIterable.d.ts.map +1 -1
- package/dist/NonEmptyIterable.js +3 -8
- package/dist/NonEmptyIterable.js.map +1 -1
- package/dist/Number.d.ts +145 -141
- package/dist/Number.d.ts.map +1 -1
- package/dist/Number.js +65 -61
- package/dist/Number.js.map +1 -1
- package/dist/Optic.d.ts +5 -5
- package/dist/Optic.js +5 -5
- package/dist/Option.d.ts +105 -109
- package/dist/Option.d.ts.map +1 -1
- package/dist/Option.js +50 -52
- package/dist/Option.js.map +1 -1
- package/dist/Order.d.ts +6 -6
- package/dist/Order.js +6 -6
- package/dist/Ordering.d.ts +15 -19
- package/dist/Ordering.d.ts.map +1 -1
- package/dist/Ordering.js +6 -6
- package/dist/Ordering.js.map +1 -1
- package/dist/PartitionedSemaphore.d.ts +3 -3
- package/dist/PartitionedSemaphore.js +2 -2
- package/dist/Path.d.ts +4 -4
- package/dist/Path.d.ts.map +1 -1
- package/dist/Path.js +2 -1
- package/dist/Path.js.map +1 -1
- package/dist/Pipeable.d.ts +10 -7
- package/dist/Pipeable.d.ts.map +1 -1
- package/dist/Pipeable.js +6 -4
- package/dist/Pipeable.js.map +1 -1
- package/dist/PlatformError.d.ts +3 -3
- package/dist/PlatformError.js +2 -2
- package/dist/Predicate.d.ts +2 -4
- package/dist/Predicate.d.ts.map +1 -1
- package/dist/Predicate.js +3 -3
- package/dist/Predicate.js.map +1 -1
- package/dist/PrimaryKey.d.ts +2 -1
- package/dist/PrimaryKey.d.ts.map +1 -1
- package/dist/PrimaryKey.js +2 -1
- package/dist/PrimaryKey.js.map +1 -1
- package/dist/PubSub.d.ts +25 -51
- package/dist/PubSub.d.ts.map +1 -1
- package/dist/PubSub.js +17 -35
- package/dist/PubSub.js.map +1 -1
- package/dist/Queue.d.ts +45 -60
- package/dist/Queue.d.ts.map +1 -1
- package/dist/Queue.js +27 -33
- package/dist/Queue.js.map +1 -1
- package/dist/Random.d.ts +27 -38
- package/dist/Random.d.ts.map +1 -1
- package/dist/Random.js +17 -54
- package/dist/Random.js.map +1 -1
- package/dist/RcMap.d.ts +11 -11
- package/dist/RcMap.js +3 -3
- package/dist/RcRef.d.ts +0 -1
- package/dist/RcRef.d.ts.map +1 -1
- package/dist/RcRef.js.map +1 -1
- package/dist/Record.d.ts +9 -8
- package/dist/Record.d.ts.map +1 -1
- package/dist/Record.js +7 -5
- package/dist/Record.js.map +1 -1
- package/dist/Redactable.d.ts +7 -5
- package/dist/Redactable.d.ts.map +1 -1
- package/dist/Redactable.js +5 -3
- package/dist/Redactable.js.map +1 -1
- package/dist/Redacted.d.ts +2 -3
- package/dist/Redacted.d.ts.map +1 -1
- package/dist/Redacted.js +2 -2
- package/dist/Redacted.js.map +1 -1
- package/dist/Reducer.d.ts +3 -1
- package/dist/Reducer.d.ts.map +1 -1
- package/dist/Reducer.js +2 -0
- package/dist/Reducer.js.map +1 -1
- package/dist/Ref.d.ts +7 -17
- package/dist/Ref.d.ts.map +1 -1
- package/dist/Ref.js +5 -12
- package/dist/Ref.js.map +1 -1
- package/dist/RegExp.d.ts +1 -1
- package/dist/RegExp.js +1 -1
- package/dist/Request.d.ts +2 -1
- package/dist/Request.d.ts.map +1 -1
- package/dist/Request.js +1 -0
- package/dist/Request.js.map +1 -1
- package/dist/RequestResolver.d.ts +2 -3
- package/dist/RequestResolver.d.ts.map +1 -1
- package/dist/RequestResolver.js +1 -1
- package/dist/RequestResolver.js.map +1 -1
- package/dist/Resource.d.ts +1 -1
- package/dist/Resource.js +1 -1
- package/dist/Result.d.ts +124 -142
- package/dist/Result.d.ts.map +1 -1
- package/dist/Result.js +51 -63
- package/dist/Result.js.map +1 -1
- package/dist/Runtime.d.ts +2 -7
- package/dist/Runtime.d.ts.map +1 -1
- package/dist/Runtime.js +1 -3
- package/dist/Runtime.js.map +1 -1
- package/dist/Schedule.d.ts +69 -72
- package/dist/Schedule.d.ts.map +1 -1
- package/dist/Schedule.js +31 -33
- package/dist/Schedule.js.map +1 -1
- package/dist/Scheduler.d.ts +2 -2
- package/dist/Scheduler.js +2 -2
- package/dist/Schema.d.ts +491 -321
- package/dist/Schema.d.ts.map +1 -1
- package/dist/Schema.js +220 -172
- package/dist/Schema.js.map +1 -1
- package/dist/SchemaAST.d.ts +98 -77
- package/dist/SchemaAST.d.ts.map +1 -1
- package/dist/SchemaAST.js +89 -68
- package/dist/SchemaAST.js.map +1 -1
- package/dist/SchemaGetter.d.ts +23 -23
- package/dist/SchemaGetter.js +20 -20
- package/dist/SchemaIssue.d.ts +18 -16
- package/dist/SchemaIssue.d.ts.map +1 -1
- package/dist/SchemaIssue.js +16 -14
- package/dist/SchemaIssue.js.map +1 -1
- package/dist/SchemaParser.d.ts +39 -40
- package/dist/SchemaParser.d.ts.map +1 -1
- package/dist/SchemaParser.js +48 -51
- package/dist/SchemaParser.js.map +1 -1
- package/dist/SchemaRepresentation.d.ts +89 -77
- package/dist/SchemaRepresentation.d.ts.map +1 -1
- package/dist/SchemaRepresentation.js +47 -37
- package/dist/SchemaRepresentation.js.map +1 -1
- package/dist/SchemaTransformation.d.ts +36 -5
- package/dist/SchemaTransformation.d.ts.map +1 -1
- package/dist/SchemaTransformation.js +33 -5
- package/dist/SchemaTransformation.js.map +1 -1
- package/dist/SchemaUtils.d.ts +1 -1
- package/dist/SchemaUtils.js +1 -1
- package/dist/Scope.d.ts +12 -29
- package/dist/Scope.d.ts.map +1 -1
- package/dist/Scope.js +6 -11
- package/dist/Scope.js.map +1 -1
- package/dist/ScopedCache.d.ts +37 -37
- package/dist/ScopedCache.js +17 -17
- package/dist/Semaphore.d.ts +4 -16
- package/dist/Semaphore.d.ts.map +1 -1
- package/dist/Semaphore.js +2 -14
- package/dist/Semaphore.js.map +1 -1
- package/dist/Sink.d.ts +36 -39
- package/dist/Sink.d.ts.map +1 -1
- package/dist/Sink.js +18 -18
- package/dist/Sink.js.map +1 -1
- package/dist/Stdio.d.ts +6 -6
- package/dist/Stdio.js +4 -4
- package/dist/Stream.d.ts +671 -808
- package/dist/Stream.d.ts.map +1 -1
- package/dist/Stream.js +289 -363
- package/dist/Stream.js.map +1 -1
- package/dist/String.d.ts +3 -2
- package/dist/String.d.ts.map +1 -1
- package/dist/String.js +3 -2
- package/dist/String.js.map +1 -1
- package/dist/Struct.d.ts +20 -18
- package/dist/Struct.d.ts.map +1 -1
- package/dist/Struct.js +10 -8
- package/dist/Struct.js.map +1 -1
- package/dist/SubscriptionRef.d.ts +2 -2
- package/dist/SubscriptionRef.js +2 -2
- package/dist/Symbol.d.ts +3 -3
- package/dist/Symbol.js +3 -3
- package/dist/SynchronizedRef.d.ts +1 -1
- package/dist/SynchronizedRef.js +1 -1
- package/dist/Take.d.ts +2 -2
- package/dist/Take.js +1 -1
- package/dist/Terminal.d.ts +5 -5
- package/dist/Terminal.js +2 -2
- package/dist/Tracer.d.ts +9 -9
- package/dist/Tracer.js +2 -2
- package/dist/Trie.d.ts +70 -106
- package/dist/Trie.d.ts.map +1 -1
- package/dist/Trie.js +29 -43
- package/dist/Trie.js.map +1 -1
- package/dist/Tuple.d.ts +34 -32
- package/dist/Tuple.d.ts.map +1 -1
- package/dist/Tuple.js +16 -14
- package/dist/Tuple.js.map +1 -1
- package/dist/TxChunk.d.ts +27 -18
- package/dist/TxChunk.d.ts.map +1 -1
- package/dist/TxChunk.js +15 -10
- package/dist/TxChunk.js.map +1 -1
- package/dist/TxDeferred.d.ts +11 -11
- package/dist/TxDeferred.js +5 -5
- package/dist/TxHashMap.d.ts +60 -61
- package/dist/TxHashMap.d.ts.map +1 -1
- package/dist/TxHashMap.js +23 -23
- package/dist/TxHashMap.js.map +1 -1
- package/dist/TxHashSet.d.ts +28 -32
- package/dist/TxHashSet.d.ts.map +1 -1
- package/dist/TxHashSet.js +13 -16
- package/dist/TxHashSet.js.map +1 -1
- package/dist/TxPriorityQueue.d.ts +30 -30
- package/dist/TxPriorityQueue.js +18 -18
- package/dist/TxPubSub.d.ts +18 -18
- package/dist/TxPubSub.js +14 -14
- package/dist/TxQueue.d.ts +26 -29
- package/dist/TxQueue.d.ts.map +1 -1
- package/dist/TxQueue.js +17 -17
- package/dist/TxQueue.js.map +1 -1
- package/dist/TxReentrantLock.d.ts +21 -21
- package/dist/TxReentrantLock.js +15 -15
- package/dist/TxRef.d.ts +24 -24
- package/dist/TxRef.js +11 -11
- package/dist/TxSemaphore.d.ts +13 -74
- package/dist/TxSemaphore.d.ts.map +1 -1
- package/dist/TxSemaphore.js +9 -52
- package/dist/TxSemaphore.js.map +1 -1
- package/dist/TxSubscriptionRef.d.ts +24 -24
- package/dist/TxSubscriptionRef.js +11 -11
- package/dist/Types.d.ts +1 -4
- package/dist/Types.d.ts.map +1 -1
- package/dist/UndefinedOr.d.ts +14 -0
- package/dist/UndefinedOr.d.ts.map +1 -1
- package/dist/UndefinedOr.js +8 -0
- package/dist/UndefinedOr.js.map +1 -1
- package/dist/Unify.d.ts +8 -8
- package/dist/Unify.js +1 -1
- package/dist/Utils.d.ts +1 -2
- package/dist/Utils.d.ts.map +1 -1
- package/dist/Utils.js.map +1 -1
- package/dist/index.d.ts +1917 -411
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1917 -411
- package/dist/index.js.map +1 -1
- package/dist/testing/FastCheck.d.ts +3 -3
- package/dist/testing/FastCheck.js +3 -3
- package/dist/testing/TestClock.d.ts +2 -3
- package/dist/testing/TestClock.d.ts.map +1 -1
- package/dist/testing/TestClock.js +1 -1
- package/dist/testing/TestClock.js.map +1 -1
- package/dist/testing/TestConsole.d.ts +8 -9
- package/dist/testing/TestConsole.d.ts.map +1 -1
- package/dist/testing/TestConsole.js +5 -5
- package/dist/testing/TestConsole.js.map +1 -1
- package/dist/testing/TestSchema.d.ts +2 -0
- package/dist/testing/TestSchema.d.ts.map +1 -1
- package/dist/testing/TestSchema.js +2 -0
- package/dist/testing/TestSchema.js.map +1 -1
- package/dist/testing/index.d.ts +34 -0
- package/dist/testing/index.d.ts.map +1 -1
- package/dist/testing/index.js +34 -0
- package/dist/testing/index.js.map +1 -1
- package/dist/unstable/ai/AiError.d.ts +10 -19
- package/dist/unstable/ai/AiError.d.ts.map +1 -1
- package/dist/unstable/ai/AiError.js +0 -9
- package/dist/unstable/ai/AiError.js.map +1 -1
- package/dist/unstable/ai/Chat.d.ts +0 -1
- package/dist/unstable/ai/Chat.d.ts.map +1 -1
- package/dist/unstable/ai/Chat.js.map +1 -1
- package/dist/unstable/ai/McpSchema.d.ts +3 -0
- package/dist/unstable/ai/McpSchema.d.ts.map +1 -1
- package/dist/unstable/ai/McpSchema.js +2 -0
- package/dist/unstable/ai/McpSchema.js.map +1 -1
- package/dist/unstable/ai/McpServer.d.ts +3 -1
- package/dist/unstable/ai/McpServer.d.ts.map +1 -1
- package/dist/unstable/ai/McpServer.js +1 -1
- package/dist/unstable/ai/McpServer.js.map +1 -1
- package/dist/unstable/ai/Model.d.ts +2 -6
- package/dist/unstable/ai/Model.d.ts.map +1 -1
- package/dist/unstable/ai/Model.js +2 -2
- package/dist/unstable/ai/Model.js.map +1 -1
- package/dist/unstable/ai/Prompt.d.ts +8 -10
- package/dist/unstable/ai/Prompt.d.ts.map +1 -1
- package/dist/unstable/ai/Prompt.js +4 -4
- package/dist/unstable/ai/Prompt.js.map +1 -1
- package/dist/unstable/ai/Response.d.ts +20 -20
- package/dist/unstable/ai/ResponseIdTracker.d.ts +1 -1
- package/dist/unstable/ai/ResponseIdTracker.js +1 -1
- package/dist/unstable/ai/Telemetry.d.ts +5 -5
- package/dist/unstable/ai/Telemetry.js +3 -3
- package/dist/unstable/ai/Tokenizer.d.ts +1 -1
- package/dist/unstable/ai/Tool.d.ts +14 -12
- package/dist/unstable/ai/Tool.d.ts.map +1 -1
- package/dist/unstable/ai/Tool.js +10 -9
- package/dist/unstable/ai/Tool.js.map +1 -1
- package/dist/unstable/ai/index.d.ts +79 -5
- package/dist/unstable/ai/index.d.ts.map +1 -1
- package/dist/unstable/ai/index.js +79 -5
- package/dist/unstable/ai/index.js.map +1 -1
- package/dist/unstable/cli/CliOutput.d.ts +5 -6
- package/dist/unstable/cli/CliOutput.d.ts.map +1 -1
- package/dist/unstable/cli/CliOutput.js +2 -3
- package/dist/unstable/cli/CliOutput.js.map +1 -1
- package/dist/unstable/cli/Command.d.ts +3 -3
- package/dist/unstable/cli/Command.js +1 -1
- package/dist/unstable/cli/HelpDoc.d.ts +4 -4
- package/dist/unstable/cli/Param.d.ts +31 -1
- package/dist/unstable/cli/Param.d.ts.map +1 -1
- package/dist/unstable/cli/Param.js +37 -38
- package/dist/unstable/cli/Param.js.map +1 -1
- package/dist/unstable/cli/Primitive.d.ts +1 -1
- package/dist/unstable/cli/Primitive.js +1 -1
- package/dist/unstable/cli/Prompt.d.ts +6 -14
- package/dist/unstable/cli/Prompt.d.ts.map +1 -1
- package/dist/unstable/cli/Prompt.js +2 -2
- package/dist/unstable/cli/Prompt.js.map +1 -1
- package/dist/unstable/cli/index.d.ts +182 -0
- package/dist/unstable/cli/index.d.ts.map +1 -1
- package/dist/unstable/cli/index.js +205 -6
- package/dist/unstable/cli/index.js.map +1 -1
- package/dist/unstable/cli/internal/parser.js +0 -1
- package/dist/unstable/cli/internal/parser.js.map +1 -1
- package/dist/unstable/cluster/ClusterCron.d.ts +1 -1
- package/dist/unstable/cluster/ClusterCron.js +1 -1
- package/dist/unstable/cluster/ClusterSchema.d.ts +8 -8
- package/dist/unstable/cluster/ClusterSchema.js +8 -8
- package/dist/unstable/cluster/ClusterWorkflowEngine.d.ts +2 -2
- package/dist/unstable/cluster/ClusterWorkflowEngine.js +2 -2
- package/dist/unstable/cluster/Entity.d.ts +0 -1
- package/dist/unstable/cluster/Entity.d.ts.map +1 -1
- package/dist/unstable/cluster/Entity.js.map +1 -1
- package/dist/unstable/cluster/EntityProxy.d.ts +10 -14
- package/dist/unstable/cluster/EntityProxy.d.ts.map +1 -1
- package/dist/unstable/cluster/EntityProxy.js +8 -14
- package/dist/unstable/cluster/EntityProxy.js.map +1 -1
- package/dist/unstable/cluster/EntityProxyServer.d.ts +3 -2
- package/dist/unstable/cluster/EntityProxyServer.d.ts.map +1 -1
- package/dist/unstable/cluster/EntityProxyServer.js +2 -2
- package/dist/unstable/cluster/EntityResource.d.ts +2 -2
- package/dist/unstable/cluster/EntityResource.js +1 -1
- package/dist/unstable/cluster/Envelope.d.ts +1 -1
- package/dist/unstable/cluster/Envelope.js +1 -1
- package/dist/unstable/cluster/HttpRunner.d.ts +11 -11
- package/dist/unstable/cluster/HttpRunner.js +11 -11
- package/dist/unstable/cluster/K8sHttpClient.d.ts +5 -5
- package/dist/unstable/cluster/K8sHttpClient.js +5 -5
- package/dist/unstable/cluster/MachineId.d.ts +1 -1
- package/dist/unstable/cluster/MachineId.js +1 -1
- package/dist/unstable/cluster/MessageStorage.d.ts +1 -2
- package/dist/unstable/cluster/MessageStorage.d.ts.map +1 -1
- package/dist/unstable/cluster/MessageStorage.js +1 -1
- package/dist/unstable/cluster/MessageStorage.js.map +1 -1
- package/dist/unstable/cluster/Runner.d.ts +1 -1
- package/dist/unstable/cluster/Runner.js +1 -1
- package/dist/unstable/cluster/RunnerHealth.d.ts +2 -2
- package/dist/unstable/cluster/RunnerHealth.js +2 -2
- package/dist/unstable/cluster/RunnerServer.d.ts +4 -4
- package/dist/unstable/cluster/RunnerServer.js +4 -4
- package/dist/unstable/cluster/Runners.d.ts +3 -3
- package/dist/unstable/cluster/Runners.js +3 -3
- package/dist/unstable/cluster/ShardId.d.ts +7 -5
- package/dist/unstable/cluster/ShardId.d.ts.map +1 -1
- package/dist/unstable/cluster/ShardId.js +6 -4
- package/dist/unstable/cluster/ShardId.js.map +1 -1
- package/dist/unstable/cluster/Sharding.js +1 -1
- package/dist/unstable/cluster/ShardingConfig.d.ts +2 -2
- package/dist/unstable/cluster/ShardingConfig.js +2 -2
- package/dist/unstable/cluster/SingleRunner.d.ts +1 -1
- package/dist/unstable/cluster/SingleRunner.js +1 -1
- package/dist/unstable/cluster/Snowflake.d.ts +10 -9
- package/dist/unstable/cluster/Snowflake.d.ts.map +1 -1
- package/dist/unstable/cluster/Snowflake.js +4 -3
- package/dist/unstable/cluster/Snowflake.js.map +1 -1
- package/dist/unstable/cluster/SocketRunner.d.ts +2 -2
- package/dist/unstable/cluster/SocketRunner.js +2 -2
- package/dist/unstable/cluster/SqlMessageStorage.d.ts +3 -3
- package/dist/unstable/cluster/SqlMessageStorage.js +3 -3
- package/dist/unstable/cluster/SqlRunnerStorage.d.ts +3 -3
- package/dist/unstable/cluster/SqlRunnerStorage.js +3 -3
- package/dist/unstable/cluster/TestRunner.d.ts +1 -1
- package/dist/unstable/cluster/TestRunner.js +1 -1
- package/dist/unstable/cluster/index.d.ts +790 -0
- package/dist/unstable/cluster/index.d.ts.map +1 -1
- package/dist/unstable/cluster/index.js +790 -0
- package/dist/unstable/cluster/index.js.map +1 -1
- package/dist/unstable/devtools/index.d.ts +58 -0
- package/dist/unstable/devtools/index.d.ts.map +1 -1
- package/dist/unstable/devtools/index.js +58 -0
- package/dist/unstable/devtools/index.js.map +1 -1
- package/dist/unstable/encoding/Sse.d.ts +16 -16
- package/dist/unstable/encoding/Sse.js +11 -11
- package/dist/unstable/encoding/index.d.ts +49 -0
- package/dist/unstable/encoding/index.d.ts.map +1 -1
- package/dist/unstable/encoding/index.js +49 -0
- package/dist/unstable/encoding/index.js.map +1 -1
- package/dist/unstable/eventlog/Event.d.ts +2 -2
- package/dist/unstable/eventlog/Event.js +1 -1
- package/dist/unstable/eventlog/EventGroup.d.ts +2 -2
- package/dist/unstable/eventlog/EventGroup.js +1 -1
- package/dist/unstable/eventlog/EventLog.d.ts +6 -7
- package/dist/unstable/eventlog/EventLog.d.ts.map +1 -1
- package/dist/unstable/eventlog/EventLog.js +4 -4
- package/dist/unstable/eventlog/EventLog.js.map +1 -1
- package/dist/unstable/eventlog/EventLogRemote.d.ts +2 -2
- package/dist/unstable/eventlog/EventLogRemote.js +2 -2
- package/dist/unstable/eventlog/EventLogServer.d.ts +2 -2
- package/dist/unstable/eventlog/EventLogServer.js +2 -2
- package/dist/unstable/eventlog/EventLogServerEncrypted.d.ts +2 -2
- package/dist/unstable/eventlog/EventLogServerEncrypted.js +2 -2
- package/dist/unstable/eventlog/EventLogServerUnencrypted.d.ts +1 -1
- package/dist/unstable/eventlog/EventLogServerUnencrypted.js +1 -1
- package/dist/unstable/eventlog/EventLogSessionAuth.d.ts +1 -1
- package/dist/unstable/eventlog/index.d.ts +240 -0
- package/dist/unstable/eventlog/index.d.ts.map +1 -1
- package/dist/unstable/eventlog/index.js +240 -0
- package/dist/unstable/eventlog/index.js.map +1 -1
- package/dist/unstable/http/Cookies.d.ts +6 -6
- package/dist/unstable/http/Cookies.js +4 -4
- package/dist/unstable/http/Etag.d.ts +2 -2
- package/dist/unstable/http/Etag.js +2 -2
- package/dist/unstable/http/Headers.d.ts +2 -2
- package/dist/unstable/http/Headers.js +1 -1
- package/dist/unstable/http/HttpClient.d.ts +5 -6
- package/dist/unstable/http/HttpClient.d.ts.map +1 -1
- package/dist/unstable/http/HttpClient.js +5 -4
- package/dist/unstable/http/HttpClient.js.map +1 -1
- package/dist/unstable/http/HttpClientError.d.ts +1 -1
- package/dist/unstable/http/HttpClientError.js +1 -1
- package/dist/unstable/http/HttpClientRequest.d.ts +4 -4
- package/dist/unstable/http/HttpClientRequest.js +4 -4
- package/dist/unstable/http/HttpClientResponse.d.ts +6 -6
- package/dist/unstable/http/HttpClientResponse.js +6 -6
- package/dist/unstable/http/HttpEffect.d.ts +5 -5
- package/dist/unstable/http/HttpEffect.js +5 -5
- package/dist/unstable/http/HttpIncomingMessage.d.ts +7 -6
- package/dist/unstable/http/HttpIncomingMessage.d.ts.map +1 -1
- package/dist/unstable/http/HttpIncomingMessage.js +7 -6
- package/dist/unstable/http/HttpIncomingMessage.js.map +1 -1
- package/dist/unstable/http/HttpMethod.d.ts +4 -2
- package/dist/unstable/http/HttpMethod.d.ts.map +1 -1
- package/dist/unstable/http/HttpMethod.js +4 -1
- package/dist/unstable/http/HttpMethod.js.map +1 -1
- package/dist/unstable/http/HttpMiddleware.d.ts +1 -0
- package/dist/unstable/http/HttpMiddleware.d.ts.map +1 -1
- package/dist/unstable/http/HttpMiddleware.js.map +1 -1
- package/dist/unstable/http/HttpRouter.d.ts +23 -25
- package/dist/unstable/http/HttpRouter.d.ts.map +1 -1
- package/dist/unstable/http/HttpRouter.js +23 -22
- package/dist/unstable/http/HttpRouter.js.map +1 -1
- package/dist/unstable/http/HttpServerError.d.ts +4 -1
- package/dist/unstable/http/HttpServerError.d.ts.map +1 -1
- package/dist/unstable/http/HttpServerError.js +4 -1
- package/dist/unstable/http/HttpServerError.js.map +1 -1
- package/dist/unstable/http/HttpServerRequest.d.ts +15 -15
- package/dist/unstable/http/HttpServerRequest.js +15 -15
- package/dist/unstable/http/HttpServerRespondable.d.ts +1 -1
- package/dist/unstable/http/HttpServerRespondable.js +1 -1
- package/dist/unstable/http/HttpServerResponse.d.ts +5 -4
- package/dist/unstable/http/HttpServerResponse.d.ts.map +1 -1
- package/dist/unstable/http/HttpServerResponse.js +5 -4
- package/dist/unstable/http/HttpServerResponse.js.map +1 -1
- package/dist/unstable/http/HttpStaticServer.d.ts +2 -4
- package/dist/unstable/http/HttpStaticServer.d.ts.map +1 -1
- package/dist/unstable/http/HttpStaticServer.js +2 -4
- package/dist/unstable/http/HttpStaticServer.js.map +1 -1
- package/dist/unstable/http/Multipart.d.ts +20 -19
- package/dist/unstable/http/Multipart.d.ts.map +1 -1
- package/dist/unstable/http/Multipart.js +19 -17
- package/dist/unstable/http/Multipart.js.map +1 -1
- package/dist/unstable/http/Template.d.ts +0 -1
- package/dist/unstable/http/Template.d.ts.map +1 -1
- package/dist/unstable/http/Template.js.map +1 -1
- package/dist/unstable/http/Url.d.ts +17 -17
- package/dist/unstable/http/Url.js +8 -8
- package/dist/unstable/http/UrlParams.d.ts +14 -12
- package/dist/unstable/http/UrlParams.d.ts.map +1 -1
- package/dist/unstable/http/UrlParams.js +12 -10
- package/dist/unstable/http/UrlParams.js.map +1 -1
- package/dist/unstable/http/index.d.ts +452 -0
- package/dist/unstable/http/index.d.ts.map +1 -1
- package/dist/unstable/http/index.js +452 -0
- package/dist/unstable/http/index.js.map +1 -1
- package/dist/unstable/httpapi/HttpApiBuilder.d.ts +0 -1
- package/dist/unstable/httpapi/HttpApiBuilder.d.ts.map +1 -1
- package/dist/unstable/httpapi/HttpApiBuilder.js.map +1 -1
- package/dist/unstable/httpapi/HttpApiClient.d.ts +0 -1
- package/dist/unstable/httpapi/HttpApiClient.d.ts.map +1 -1
- package/dist/unstable/httpapi/HttpApiClient.js.map +1 -1
- package/dist/unstable/httpapi/HttpApiMiddleware.d.ts +4 -2
- package/dist/unstable/httpapi/HttpApiMiddleware.d.ts.map +1 -1
- package/dist/unstable/httpapi/HttpApiMiddleware.js +3 -1
- package/dist/unstable/httpapi/HttpApiMiddleware.js.map +1 -1
- package/dist/unstable/httpapi/HttpApiScalar.d.ts +2 -2
- package/dist/unstable/httpapi/HttpApiSchema.d.ts +19 -8
- package/dist/unstable/httpapi/HttpApiSchema.d.ts.map +1 -1
- package/dist/unstable/httpapi/HttpApiSchema.js +11 -8
- package/dist/unstable/httpapi/HttpApiSchema.js.map +1 -1
- package/dist/unstable/httpapi/HttpApiSecurity.d.ts +0 -1
- package/dist/unstable/httpapi/HttpApiSecurity.d.ts.map +1 -1
- package/dist/unstable/httpapi/HttpApiSecurity.js.map +1 -1
- package/dist/unstable/httpapi/HttpApiSwagger.d.ts +0 -2
- package/dist/unstable/httpapi/HttpApiSwagger.d.ts.map +1 -1
- package/dist/unstable/httpapi/HttpApiSwagger.js +0 -2
- package/dist/unstable/httpapi/HttpApiSwagger.js.map +1 -1
- package/dist/unstable/httpapi/index.d.ts +310 -25
- package/dist/unstable/httpapi/index.d.ts.map +1 -1
- package/dist/unstable/httpapi/index.js +310 -25
- package/dist/unstable/httpapi/index.js.map +1 -1
- package/dist/unstable/observability/Otlp.d.ts +3 -3
- package/dist/unstable/observability/Otlp.js +3 -3
- package/dist/unstable/observability/OtlpExporter.d.ts +1 -1
- package/dist/unstable/observability/OtlpExporter.js +1 -1
- package/dist/unstable/observability/OtlpLogger.d.ts +3 -2
- package/dist/unstable/observability/OtlpLogger.d.ts.map +1 -1
- package/dist/unstable/observability/OtlpLogger.js +2 -2
- package/dist/unstable/observability/OtlpLogger.js.map +1 -1
- package/dist/unstable/observability/OtlpMetrics.d.ts +5 -4
- package/dist/unstable/observability/OtlpMetrics.d.ts.map +1 -1
- package/dist/unstable/observability/OtlpMetrics.js +2 -2
- package/dist/unstable/observability/OtlpMetrics.js.map +1 -1
- package/dist/unstable/observability/OtlpResource.d.ts +9 -9
- package/dist/unstable/observability/OtlpResource.js +2 -2
- package/dist/unstable/observability/OtlpSerialization.d.ts +3 -3
- package/dist/unstable/observability/OtlpSerialization.js +3 -3
- package/dist/unstable/observability/OtlpTracer.d.ts +5 -2
- package/dist/unstable/observability/OtlpTracer.d.ts.map +1 -1
- package/dist/unstable/observability/OtlpTracer.js +2 -2
- package/dist/unstable/observability/OtlpTracer.js.map +1 -1
- package/dist/unstable/observability/PrometheusMetrics.d.ts +7 -7
- package/dist/unstable/observability/PrometheusMetrics.js +2 -2
- package/dist/unstable/observability/index.d.ts +158 -2
- package/dist/unstable/observability/index.d.ts.map +1 -1
- package/dist/unstable/observability/index.js +158 -2
- package/dist/unstable/observability/index.js.map +1 -1
- package/dist/unstable/persistence/KeyValueStore.d.ts +4 -4
- package/dist/unstable/persistence/KeyValueStore.js +1 -1
- package/dist/unstable/persistence/Persistable.d.ts +11 -11
- package/dist/unstable/persistence/Persistable.js +1 -1
- package/dist/unstable/persistence/PersistedCache.d.ts +2 -2
- package/dist/unstable/persistence/PersistedCache.js +1 -1
- package/dist/unstable/persistence/PersistedQueue.d.ts +6 -6
- package/dist/unstable/persistence/PersistedQueue.js +3 -3
- package/dist/unstable/persistence/Persistence.d.ts +2 -1
- package/dist/unstable/persistence/Persistence.d.ts.map +1 -1
- package/dist/unstable/persistence/Persistence.js +2 -1
- package/dist/unstable/persistence/Persistence.js.map +1 -1
- package/dist/unstable/persistence/RateLimiter.d.ts +19 -15
- package/dist/unstable/persistence/RateLimiter.d.ts.map +1 -1
- package/dist/unstable/persistence/RateLimiter.js +14 -10
- package/dist/unstable/persistence/RateLimiter.js.map +1 -1
- package/dist/unstable/persistence/Redis.d.ts +3 -3
- package/dist/unstable/persistence/Redis.js +3 -3
- package/dist/unstable/persistence/index.d.ts +147 -0
- package/dist/unstable/persistence/index.d.ts.map +1 -1
- package/dist/unstable/persistence/index.js +147 -0
- package/dist/unstable/persistence/index.js.map +1 -1
- package/dist/unstable/process/ChildProcess.d.ts +41 -41
- package/dist/unstable/process/ChildProcess.js +11 -11
- package/dist/unstable/process/ChildProcessSpawner.d.ts +10 -10
- package/dist/unstable/process/ChildProcessSpawner.js +5 -5
- package/dist/unstable/reactivity/AsyncResult.d.ts +8 -6
- package/dist/unstable/reactivity/AsyncResult.d.ts.map +1 -1
- package/dist/unstable/reactivity/AsyncResult.js +3 -3
- package/dist/unstable/reactivity/AsyncResult.js.map +1 -1
- package/dist/unstable/reactivity/Atom.d.ts +25 -20
- package/dist/unstable/reactivity/Atom.d.ts.map +1 -1
- package/dist/unstable/reactivity/Atom.js +12 -12
- package/dist/unstable/reactivity/Atom.js.map +1 -1
- package/dist/unstable/reactivity/AtomHttpApi.d.ts +2 -2
- package/dist/unstable/reactivity/AtomHttpApi.js +1 -1
- package/dist/unstable/reactivity/AtomRef.d.ts +2 -2
- package/dist/unstable/reactivity/AtomRef.js +1 -1
- package/dist/unstable/reactivity/AtomRegistry.d.ts +16 -16
- package/dist/unstable/reactivity/AtomRegistry.js +7 -7
- package/dist/unstable/reactivity/AtomRpc.d.ts +2 -2
- package/dist/unstable/reactivity/AtomRpc.js +1 -1
- package/dist/unstable/reactivity/Reactivity.d.ts +2 -3
- package/dist/unstable/reactivity/Reactivity.d.ts.map +1 -1
- package/dist/unstable/reactivity/Reactivity.js +2 -3
- package/dist/unstable/reactivity/Reactivity.js.map +1 -1
- package/dist/unstable/reactivity/index.d.ts +167 -0
- package/dist/unstable/reactivity/index.d.ts.map +1 -1
- package/dist/unstable/reactivity/index.js +167 -0
- package/dist/unstable/reactivity/index.js.map +1 -1
- package/dist/unstable/rpc/Rpc.d.ts +0 -1
- package/dist/unstable/rpc/Rpc.d.ts.map +1 -1
- package/dist/unstable/rpc/Rpc.js.map +1 -1
- package/dist/unstable/rpc/RpcClient.d.ts +0 -1
- package/dist/unstable/rpc/RpcClient.d.ts.map +1 -1
- package/dist/unstable/rpc/RpcClient.js.map +1 -1
- package/dist/unstable/rpc/RpcClientError.d.ts +2 -2
- package/dist/unstable/rpc/RpcClientError.js +2 -2
- package/dist/unstable/rpc/RpcMiddleware.d.ts +2 -2
- package/dist/unstable/rpc/RpcMiddleware.js +1 -1
- package/dist/unstable/rpc/RpcWorker.d.ts +0 -1
- package/dist/unstable/rpc/RpcWorker.d.ts.map +1 -1
- package/dist/unstable/rpc/RpcWorker.js.map +1 -1
- package/dist/unstable/rpc/Utils.d.ts +2 -0
- package/dist/unstable/rpc/Utils.d.ts.map +1 -1
- package/dist/unstable/rpc/Utils.js +2 -0
- package/dist/unstable/rpc/Utils.js.map +1 -1
- package/dist/unstable/rpc/index.d.ts +272 -0
- package/dist/unstable/rpc/index.d.ts.map +1 -1
- package/dist/unstable/rpc/index.js +272 -0
- package/dist/unstable/rpc/index.js.map +1 -1
- package/dist/unstable/schema/Model.d.ts +63 -8
- package/dist/unstable/schema/Model.d.ts.map +1 -1
- package/dist/unstable/schema/Model.js +44 -5
- package/dist/unstable/schema/Model.js.map +1 -1
- package/dist/unstable/schema/VariantSchema.d.ts +1 -4
- package/dist/unstable/schema/VariantSchema.d.ts.map +1 -1
- package/dist/unstable/schema/VariantSchema.js +1 -1
- package/dist/unstable/schema/VariantSchema.js.map +1 -1
- package/dist/unstable/schema/index.d.ts +37 -0
- package/dist/unstable/schema/index.d.ts.map +1 -1
- package/dist/unstable/schema/index.js +37 -0
- package/dist/unstable/schema/index.js.map +1 -1
- package/dist/unstable/socket/Socket.d.ts +5 -4
- package/dist/unstable/socket/Socket.d.ts.map +1 -1
- package/dist/unstable/socket/Socket.js +4 -3
- package/dist/unstable/socket/Socket.js.map +1 -1
- package/dist/unstable/socket/index.d.ts +44 -0
- package/dist/unstable/socket/index.d.ts.map +1 -1
- package/dist/unstable/socket/index.js +44 -0
- package/dist/unstable/socket/index.js.map +1 -1
- package/dist/unstable/sql/Migrator.d.ts +5 -5
- package/dist/unstable/sql/Migrator.js +1 -1
- package/dist/unstable/sql/SqlClient.d.ts +4 -0
- package/dist/unstable/sql/SqlClient.d.ts.map +1 -1
- package/dist/unstable/sql/SqlClient.js +2 -0
- package/dist/unstable/sql/SqlClient.js.map +1 -1
- package/dist/unstable/sql/SqlConnection.d.ts +3 -3
- package/dist/unstable/sql/SqlError.d.ts +18 -0
- package/dist/unstable/sql/SqlError.d.ts.map +1 -1
- package/dist/unstable/sql/SqlError.js +17 -0
- package/dist/unstable/sql/SqlError.js.map +1 -1
- package/dist/unstable/sql/SqlModel.d.ts +0 -1
- package/dist/unstable/sql/SqlModel.d.ts.map +1 -1
- package/dist/unstable/sql/SqlModel.js.map +1 -1
- package/dist/unstable/sql/SqlSchema.d.ts +5 -5
- package/dist/unstable/sql/SqlSchema.js +5 -5
- package/dist/unstable/sql/SqlStream.d.ts +1 -0
- package/dist/unstable/sql/SqlStream.d.ts.map +1 -1
- package/dist/unstable/sql/SqlStream.js +1 -0
- package/dist/unstable/sql/SqlStream.js.map +1 -1
- package/dist/unstable/sql/Statement.d.ts +27 -24
- package/dist/unstable/sql/Statement.d.ts.map +1 -1
- package/dist/unstable/sql/Statement.js +9 -6
- package/dist/unstable/sql/Statement.js.map +1 -1
- package/dist/unstable/sql/index.d.ts +178 -0
- package/dist/unstable/sql/index.d.ts.map +1 -1
- package/dist/unstable/sql/index.js +178 -0
- package/dist/unstable/sql/index.js.map +1 -1
- package/dist/unstable/workers/Transferable.d.ts +7 -7
- package/dist/unstable/workers/Transferable.js +4 -4
- package/dist/unstable/workers/Worker.d.ts +1 -0
- package/dist/unstable/workers/Worker.d.ts.map +1 -1
- package/dist/unstable/workers/Worker.js +1 -0
- package/dist/unstable/workers/Worker.js.map +1 -1
- package/dist/unstable/workers/WorkerError.d.ts +8 -8
- package/dist/unstable/workers/WorkerError.js +7 -7
- package/dist/unstable/workers/index.d.ts +80 -0
- package/dist/unstable/workers/index.d.ts.map +1 -1
- package/dist/unstable/workers/index.js +80 -0
- package/dist/unstable/workers/index.js.map +1 -1
- package/dist/unstable/workflow/Activity.d.ts +7 -7
- package/dist/unstable/workflow/Activity.js +2 -2
- package/dist/unstable/workflow/DurableClock.d.ts +2 -2
- package/dist/unstable/workflow/DurableClock.js +1 -1
- package/dist/unstable/workflow/DurableDeferred.d.ts +22 -20
- package/dist/unstable/workflow/DurableDeferred.d.ts.map +1 -1
- package/dist/unstable/workflow/DurableDeferred.js +8 -7
- package/dist/unstable/workflow/DurableDeferred.js.map +1 -1
- package/dist/unstable/workflow/DurableQueue.d.ts +7 -5
- package/dist/unstable/workflow/DurableQueue.d.ts.map +1 -1
- package/dist/unstable/workflow/DurableQueue.js +5 -3
- package/dist/unstable/workflow/DurableQueue.js.map +1 -1
- package/dist/unstable/workflow/Workflow.d.ts +12 -10
- package/dist/unstable/workflow/Workflow.d.ts.map +1 -1
- package/dist/unstable/workflow/Workflow.js +3 -3
- package/dist/unstable/workflow/Workflow.js.map +1 -1
- package/dist/unstable/workflow/WorkflowEngine.d.ts +4 -4
- package/dist/unstable/workflow/WorkflowEngine.js +4 -4
- package/dist/unstable/workflow/WorkflowProxy.d.ts +10 -12
- package/dist/unstable/workflow/WorkflowProxy.d.ts.map +1 -1
- package/dist/unstable/workflow/WorkflowProxy.js +8 -12
- package/dist/unstable/workflow/WorkflowProxy.js.map +1 -1
- package/dist/unstable/workflow/WorkflowProxyServer.d.ts +3 -2
- package/dist/unstable/workflow/WorkflowProxyServer.d.ts.map +1 -1
- package/dist/unstable/workflow/WorkflowProxyServer.js +2 -2
- package/dist/unstable/workflow/index.d.ts +160 -0
- package/dist/unstable/workflow/index.d.ts.map +1 -1
- package/dist/unstable/workflow/index.js +160 -0
- package/dist/unstable/workflow/index.js.map +1 -1
- package/package.json +1 -1
- package/src/Array.ts +41 -42
- package/src/BigDecimal.ts +265 -265
- package/src/BigInt.ts +175 -177
- package/src/Boolean.ts +127 -125
- package/src/Brand.ts +10 -4
- package/src/Cache.ts +42 -42
- package/src/Cause.ts +17 -18
- package/src/Channel.ts +250 -256
- package/src/Chunk.ts +33 -56
- package/src/Clock.ts +1 -1
- package/src/Combiner.ts +9 -1
- package/src/Config.ts +78 -68
- package/src/ConfigProvider.ts +33 -32
- package/src/Console.ts +23 -23
- package/src/Context.ts +70 -108
- package/src/Cron.ts +3 -5
- package/src/Crypto.ts +327 -0
- package/src/Data.ts +6 -1
- package/src/DateTime.ts +29 -31
- package/src/Deferred.ts +8 -9
- package/src/Differ.ts +2 -2
- package/src/Duration.ts +30 -27
- package/src/Effect.ts +402 -660
- package/src/Effectable.ts +2 -2
- package/src/Encoding.ts +9 -9
- package/src/Equal.ts +4 -3
- package/src/Equivalence.ts +4 -5
- package/src/ErrorReporter.ts +14 -14
- package/src/ExecutionPlan.ts +18 -9
- package/src/Exit.ts +0 -1
- package/src/Fiber.ts +1 -2
- package/src/FiberHandle.ts +5 -5
- package/src/FiberMap.ts +10 -10
- package/src/FiberSet.ts +4 -4
- package/src/FileSystem.ts +10 -12
- package/src/Filter.ts +54 -54
- package/src/Formatter.ts +4 -70
- package/src/Function.ts +64 -65
- package/src/Graph.ts +157 -175
- package/src/Hash.ts +4 -6
- package/src/HashMap.ts +121 -157
- package/src/HashRing.ts +34 -34
- package/src/HashSet.ts +51 -55
- package/src/Inspectable.ts +8 -7
- package/src/Iterable.ts +37 -83
- package/src/JsonPatch.ts +9 -7
- package/src/JsonPointer.ts +13 -11
- package/src/JsonSchema.ts +16 -0
- package/src/Latch.ts +4 -16
- package/src/Layer.ts +94 -135
- package/src/LayerMap.ts +15 -16
- package/src/LogLevel.ts +13 -13
- package/src/Logger.ts +16 -17
- package/src/ManagedRuntime.ts +5 -4
- package/src/Match.ts +2 -4
- package/src/Metric.ts +56 -58
- package/src/MutableHashMap.ts +42 -44
- package/src/MutableHashSet.ts +0 -2
- package/src/MutableList.ts +23 -26
- package/src/MutableRef.ts +0 -1
- package/src/Newtype.ts +12 -2
- package/src/NonEmptyIterable.ts +5 -12
- package/src/Number.ts +145 -141
- package/src/Optic.ts +5 -5
- package/src/Option.ts +105 -109
- package/src/Order.ts +6 -6
- package/src/Ordering.ts +15 -19
- package/src/PartitionedSemaphore.ts +3 -3
- package/src/Path.ts +4 -4
- package/src/Pipeable.ts +10 -7
- package/src/PlatformError.ts +3 -3
- package/src/Predicate.ts +3 -5
- package/src/PrimaryKey.ts +2 -1
- package/src/PubSub.ts +25 -51
- package/src/Queue.ts +45 -60
- package/src/Random.ts +31 -74
- package/src/RcMap.ts +11 -11
- package/src/RcRef.ts +0 -1
- package/src/Record.ts +9 -8
- package/src/Redactable.ts +7 -5
- package/src/Redacted.ts +2 -3
- package/src/Reducer.ts +3 -1
- package/src/Ref.ts +15 -33
- package/src/RegExp.ts +1 -1
- package/src/Request.ts +2 -1
- package/src/RequestResolver.ts +2 -3
- package/src/Resource.ts +1 -1
- package/src/Result.ts +124 -142
- package/src/Runtime.ts +2 -7
- package/src/Schedule.ts +74 -77
- package/src/Scheduler.ts +2 -2
- package/src/Schema.ts +491 -321
- package/src/SchemaAST.ts +98 -77
- package/src/SchemaGetter.ts +23 -23
- package/src/SchemaIssue.ts +18 -16
- package/src/SchemaParser.ts +46 -49
- package/src/SchemaRepresentation.ts +89 -77
- package/src/SchemaTransformation.ts +36 -5
- package/src/SchemaUtils.ts +1 -1
- package/src/Scope.ts +12 -29
- package/src/ScopedCache.ts +43 -43
- package/src/Semaphore.ts +4 -16
- package/src/Sink.ts +36 -39
- package/src/Stdio.ts +6 -6
- package/src/Stream.ts +789 -828
- package/src/String.ts +3 -2
- package/src/Struct.ts +20 -18
- package/src/SubscriptionRef.ts +2 -2
- package/src/Symbol.ts +3 -3
- package/src/SynchronizedRef.ts +1 -1
- package/src/Take.ts +2 -2
- package/src/Terminal.ts +5 -5
- package/src/Tracer.ts +9 -9
- package/src/Trie.ts +70 -106
- package/src/Tuple.ts +34 -32
- package/src/TxChunk.ts +27 -18
- package/src/TxDeferred.ts +11 -11
- package/src/TxHashMap.ts +62 -63
- package/src/TxHashSet.ts +38 -42
- package/src/TxPriorityQueue.ts +31 -31
- package/src/TxPubSub.ts +18 -18
- package/src/TxQueue.ts +26 -29
- package/src/TxReentrantLock.ts +21 -21
- package/src/TxRef.ts +24 -24
- package/src/TxSemaphore.ts +13 -74
- package/src/TxSubscriptionRef.ts +24 -24
- package/src/Types.ts +1 -4
- package/src/UndefinedOr.ts +14 -0
- package/src/Unify.ts +8 -8
- package/src/Utils.ts +1 -2
- package/src/index.ts +1915 -408
- package/src/testing/FastCheck.ts +3 -3
- package/src/testing/TestClock.ts +2 -3
- package/src/testing/TestConsole.ts +8 -9
- package/src/testing/TestSchema.ts +2 -0
- package/src/testing/index.ts +34 -0
- package/src/unstable/ai/AiError.ts +10 -19
- package/src/unstable/ai/Chat.ts +0 -1
- package/src/unstable/ai/McpSchema.ts +3 -0
- package/src/unstable/ai/McpServer.ts +3 -1
- package/src/unstable/ai/Model.ts +2 -6
- package/src/unstable/ai/Prompt.ts +8 -10
- package/src/unstable/ai/Response.ts +20 -20
- package/src/unstable/ai/ResponseIdTracker.ts +1 -1
- package/src/unstable/ai/Telemetry.ts +5 -5
- package/src/unstable/ai/Tokenizer.ts +1 -1
- package/src/unstable/ai/Tool.ts +14 -12
- package/src/unstable/ai/index.ts +79 -5
- package/src/unstable/cli/CliOutput.ts +5 -6
- package/src/unstable/cli/Command.ts +3 -3
- package/src/unstable/cli/HelpDoc.ts +4 -4
- package/src/unstable/cli/Param.ts +69 -72
- package/src/unstable/cli/Primitive.ts +1 -1
- package/src/unstable/cli/Prompt.ts +6 -14
- package/src/unstable/cli/index.ts +205 -6
- package/src/unstable/cli/internal/parser.ts +0 -1
- package/src/unstable/cluster/ClusterCron.ts +1 -1
- package/src/unstable/cluster/ClusterSchema.ts +8 -8
- package/src/unstable/cluster/ClusterWorkflowEngine.ts +2 -2
- package/src/unstable/cluster/Entity.ts +0 -1
- package/src/unstable/cluster/EntityProxy.ts +10 -14
- package/src/unstable/cluster/EntityProxyServer.ts +3 -2
- package/src/unstable/cluster/EntityResource.ts +2 -2
- package/src/unstable/cluster/Envelope.ts +1 -1
- package/src/unstable/cluster/HttpRunner.ts +11 -11
- package/src/unstable/cluster/K8sHttpClient.ts +5 -5
- package/src/unstable/cluster/MachineId.ts +1 -1
- package/src/unstable/cluster/MessageStorage.ts +1 -2
- package/src/unstable/cluster/Runner.ts +1 -1
- package/src/unstable/cluster/RunnerHealth.ts +2 -2
- package/src/unstable/cluster/RunnerServer.ts +4 -4
- package/src/unstable/cluster/Runners.ts +3 -3
- package/src/unstable/cluster/ShardId.ts +7 -5
- package/src/unstable/cluster/Sharding.ts +1 -1
- package/src/unstable/cluster/ShardingConfig.ts +2 -2
- package/src/unstable/cluster/SingleRunner.ts +1 -1
- package/src/unstable/cluster/Snowflake.ts +10 -9
- package/src/unstable/cluster/SocketRunner.ts +2 -2
- package/src/unstable/cluster/SqlMessageStorage.ts +3 -3
- package/src/unstable/cluster/SqlRunnerStorage.ts +3 -3
- package/src/unstable/cluster/TestRunner.ts +1 -1
- package/src/unstable/cluster/index.ts +790 -0
- package/src/unstable/devtools/index.ts +58 -0
- package/src/unstable/encoding/Sse.ts +16 -16
- package/src/unstable/encoding/index.ts +49 -0
- package/src/unstable/eventlog/Event.ts +2 -2
- package/src/unstable/eventlog/EventGroup.ts +2 -2
- package/src/unstable/eventlog/EventLog.ts +6 -7
- package/src/unstable/eventlog/EventLogRemote.ts +2 -2
- package/src/unstable/eventlog/EventLogServer.ts +2 -2
- package/src/unstable/eventlog/EventLogServerEncrypted.ts +2 -2
- package/src/unstable/eventlog/EventLogServerUnencrypted.ts +1 -1
- package/src/unstable/eventlog/EventLogSessionAuth.ts +1 -1
- package/src/unstable/eventlog/index.ts +240 -0
- package/src/unstable/http/Cookies.ts +6 -6
- package/src/unstable/http/Etag.ts +2 -2
- package/src/unstable/http/Headers.ts +2 -2
- package/src/unstable/http/HttpClient.ts +5 -6
- package/src/unstable/http/HttpClientError.ts +1 -1
- package/src/unstable/http/HttpClientRequest.ts +4 -4
- package/src/unstable/http/HttpClientResponse.ts +6 -6
- package/src/unstable/http/HttpEffect.ts +5 -5
- package/src/unstable/http/HttpIncomingMessage.ts +7 -6
- package/src/unstable/http/HttpMethod.ts +4 -2
- package/src/unstable/http/HttpMiddleware.ts +1 -0
- package/src/unstable/http/HttpRouter.ts +23 -25
- package/src/unstable/http/HttpServerError.ts +4 -1
- package/src/unstable/http/HttpServerRequest.ts +15 -15
- package/src/unstable/http/HttpServerRespondable.ts +1 -1
- package/src/unstable/http/HttpServerResponse.ts +5 -4
- package/src/unstable/http/HttpStaticServer.ts +2 -4
- package/src/unstable/http/Multipart.ts +20 -19
- package/src/unstable/http/Template.ts +0 -1
- package/src/unstable/http/Url.ts +17 -17
- package/src/unstable/http/UrlParams.ts +14 -12
- package/src/unstable/http/index.ts +452 -0
- package/src/unstable/httpapi/HttpApiBuilder.ts +0 -1
- package/src/unstable/httpapi/HttpApiClient.ts +0 -1
- package/src/unstable/httpapi/HttpApiMiddleware.ts +4 -2
- package/src/unstable/httpapi/HttpApiScalar.ts +2 -2
- package/src/unstable/httpapi/HttpApiSchema.ts +19 -8
- package/src/unstable/httpapi/HttpApiSecurity.ts +0 -1
- package/src/unstable/httpapi/HttpApiSwagger.ts +0 -2
- package/src/unstable/httpapi/index.ts +310 -25
- package/src/unstable/observability/Otlp.ts +3 -3
- package/src/unstable/observability/OtlpExporter.ts +1 -1
- package/src/unstable/observability/OtlpLogger.ts +3 -2
- package/src/unstable/observability/OtlpMetrics.ts +5 -4
- package/src/unstable/observability/OtlpResource.ts +9 -9
- package/src/unstable/observability/OtlpSerialization.ts +3 -3
- package/src/unstable/observability/OtlpTracer.ts +5 -2
- package/src/unstable/observability/PrometheusMetrics.ts +7 -7
- package/src/unstable/observability/index.ts +158 -2
- package/src/unstable/persistence/KeyValueStore.ts +4 -4
- package/src/unstable/persistence/Persistable.ts +11 -11
- package/src/unstable/persistence/PersistedCache.ts +2 -2
- package/src/unstable/persistence/PersistedQueue.ts +6 -6
- package/src/unstable/persistence/Persistence.ts +2 -1
- package/src/unstable/persistence/RateLimiter.ts +19 -15
- package/src/unstable/persistence/Redis.ts +3 -3
- package/src/unstable/persistence/index.ts +147 -0
- package/src/unstable/process/ChildProcess.ts +42 -42
- package/src/unstable/process/ChildProcessSpawner.ts +10 -10
- package/src/unstable/reactivity/AsyncResult.ts +8 -6
- package/src/unstable/reactivity/Atom.ts +25 -20
- package/src/unstable/reactivity/AtomHttpApi.ts +2 -2
- package/src/unstable/reactivity/AtomRef.ts +2 -2
- package/src/unstable/reactivity/AtomRegistry.ts +17 -17
- package/src/unstable/reactivity/AtomRpc.ts +2 -2
- package/src/unstable/reactivity/Reactivity.ts +2 -3
- package/src/unstable/reactivity/index.ts +167 -0
- package/src/unstable/rpc/Rpc.ts +0 -1
- package/src/unstable/rpc/RpcClient.ts +0 -1
- package/src/unstable/rpc/RpcClientError.ts +2 -2
- package/src/unstable/rpc/RpcMiddleware.ts +2 -2
- package/src/unstable/rpc/RpcWorker.ts +0 -1
- package/src/unstable/rpc/Utils.ts +2 -0
- package/src/unstable/rpc/index.ts +272 -0
- package/src/unstable/schema/Model.ts +98 -10
- package/src/unstable/schema/VariantSchema.ts +1 -4
- package/src/unstable/schema/index.ts +37 -0
- package/src/unstable/socket/Socket.ts +5 -4
- package/src/unstable/socket/index.ts +44 -0
- package/src/unstable/sql/Migrator.ts +5 -5
- package/src/unstable/sql/SqlClient.ts +4 -0
- package/src/unstable/sql/SqlConnection.ts +3 -3
- package/src/unstable/sql/SqlError.ts +18 -0
- package/src/unstable/sql/SqlModel.ts +0 -1
- package/src/unstable/sql/SqlSchema.ts +5 -5
- package/src/unstable/sql/SqlStream.ts +1 -0
- package/src/unstable/sql/Statement.ts +27 -24
- package/src/unstable/sql/index.ts +178 -0
- package/src/unstable/workers/Transferable.ts +7 -7
- package/src/unstable/workers/Worker.ts +1 -0
- package/src/unstable/workers/WorkerError.ts +8 -8
- package/src/unstable/workers/index.ts +80 -0
- package/src/unstable/workflow/Activity.ts +7 -7
- package/src/unstable/workflow/DurableClock.ts +2 -2
- package/src/unstable/workflow/DurableDeferred.ts +22 -20
- package/src/unstable/workflow/DurableQueue.ts +7 -5
- package/src/unstable/workflow/Workflow.ts +12 -10
- package/src/unstable/workflow/WorkflowEngine.ts +4 -4
- package/src/unstable/workflow/WorkflowProxy.ts +10 -12
- package/src/unstable/workflow/WorkflowProxyServer.ts +3 -2
- package/src/unstable/workflow/index.ts +160 -0
package/src/Channel.ts
CHANGED
|
@@ -472,7 +472,7 @@ export const toTransform = <OutElem, OutErr, OutDone, InElem, InErr, InDone, Env
|
|
|
472
472
|
* ```
|
|
473
473
|
*
|
|
474
474
|
* @category constants
|
|
475
|
-
* @since
|
|
475
|
+
* @since 4.0.0
|
|
476
476
|
*/
|
|
477
477
|
export const DefaultChunkSize: number = 4096
|
|
478
478
|
|
|
@@ -510,7 +510,7 @@ const asyncQueue = <A, E = never, R = never>(
|
|
|
510
510
|
* ```
|
|
511
511
|
*
|
|
512
512
|
* @category constructors
|
|
513
|
-
* @since
|
|
513
|
+
* @since 4.0.0
|
|
514
514
|
*/
|
|
515
515
|
export const callback = <A, E = never, R = never>(
|
|
516
516
|
f: (queue: Queue.Queue<A, E | Cause.Done>) => Effect.Effect<unknown, E, R | Scope.Scope>,
|
|
@@ -629,7 +629,7 @@ export const acquireUseRelease = <A, E, R, OutElem, OutErr, OutDone, InElem, InE
|
|
|
629
629
|
* ```
|
|
630
630
|
*
|
|
631
631
|
* @category constructors
|
|
632
|
-
* @since
|
|
632
|
+
* @since 4.0.0
|
|
633
633
|
*/
|
|
634
634
|
export const acquireRelease: {
|
|
635
635
|
/**
|
|
@@ -652,7 +652,7 @@ export const acquireRelease: {
|
|
|
652
652
|
* ```
|
|
653
653
|
*
|
|
654
654
|
* @category constructors
|
|
655
|
-
* @since
|
|
655
|
+
* @since 4.0.0
|
|
656
656
|
*/
|
|
657
657
|
<Z>(release: (z: Z, e: Exit.Exit<unknown, unknown>) => Effect.Effect<unknown>): <E, R>(self: Effect.Effect<Z, E, R>) => Channel<Z, E, void, unknown, unknown, unknown, R>
|
|
658
658
|
/**
|
|
@@ -675,7 +675,7 @@ export const acquireRelease: {
|
|
|
675
675
|
* ```
|
|
676
676
|
*
|
|
677
677
|
* @category constructors
|
|
678
|
-
* @since
|
|
678
|
+
* @since 4.0.0
|
|
679
679
|
*/
|
|
680
680
|
<Z, E, R>(
|
|
681
681
|
self: Effect.Effect<Z, E, R>,
|
|
@@ -704,7 +704,7 @@ export const acquireRelease: {
|
|
|
704
704
|
* ```
|
|
705
705
|
*
|
|
706
706
|
* @category constructors
|
|
707
|
-
* @since
|
|
707
|
+
* @since 4.0.0
|
|
708
708
|
*/
|
|
709
709
|
export const fromIterator = <A, L>(iterator: LazyArg<Iterator<A, L>>): Channel<A, never, L> =>
|
|
710
710
|
fromPull(
|
|
@@ -730,7 +730,7 @@ export const fromIterator = <A, L>(iterator: LazyArg<Iterator<A, L>>): Channel<A
|
|
|
730
730
|
* ```
|
|
731
731
|
*
|
|
732
732
|
* @category constructors
|
|
733
|
-
* @since
|
|
733
|
+
* @since 4.0.0
|
|
734
734
|
*/
|
|
735
735
|
export const fromArray = <A>(array: ReadonlyArray<A>): Channel<A> =>
|
|
736
736
|
fromPull(Effect.sync(() => {
|
|
@@ -752,7 +752,7 @@ export const fromArray = <A>(array: ReadonlyArray<A>): Channel<A> =>
|
|
|
752
752
|
* ```
|
|
753
753
|
*
|
|
754
754
|
* @category constructors
|
|
755
|
-
* @since
|
|
755
|
+
* @since 4.0.0
|
|
756
756
|
*/
|
|
757
757
|
export const fromChunk = <A>(chunk: Chunk.Chunk<A>): Channel<A> => fromArray(Chunk.toReadonlyArray(chunk))
|
|
758
758
|
|
|
@@ -800,7 +800,7 @@ export const fromChunk = <A>(chunk: Chunk.Chunk<A>): Channel<A> => fromArray(Chu
|
|
|
800
800
|
* ```
|
|
801
801
|
*
|
|
802
802
|
* @category constructors
|
|
803
|
-
* @since
|
|
803
|
+
* @since 4.0.0
|
|
804
804
|
*/
|
|
805
805
|
export const fromIteratorArray = <A, L>(
|
|
806
806
|
iterator: LazyArg<Iterator<A, L>>,
|
|
@@ -843,7 +843,7 @@ export const fromIteratorArray = <A, L>(
|
|
|
843
843
|
* ```
|
|
844
844
|
*
|
|
845
845
|
* @category constructors
|
|
846
|
-
* @since
|
|
846
|
+
* @since 4.0.0
|
|
847
847
|
*/
|
|
848
848
|
export const fromIterable = <A, L>(iterable: Iterable<A, L>): Channel<A, never, L> =>
|
|
849
849
|
fromIterator(() => iterable[Symbol.iterator]())
|
|
@@ -862,7 +862,7 @@ export const fromIterable = <A, L>(iterable: Iterable<A, L>): Channel<A, never,
|
|
|
862
862
|
* ```
|
|
863
863
|
*
|
|
864
864
|
* @category constructors
|
|
865
|
-
* @since
|
|
865
|
+
* @since 4.0.0
|
|
866
866
|
*/
|
|
867
867
|
export const fromIterableArray = <A, L>(
|
|
868
868
|
iterable: Iterable<A, L>,
|
|
@@ -955,7 +955,7 @@ export const sync = <A>(evaluate: LazyArg<A>): Channel<A> => fromEffect(Effect.s
|
|
|
955
955
|
* ```
|
|
956
956
|
*
|
|
957
957
|
* @category constructors
|
|
958
|
-
* @since
|
|
958
|
+
* @since 4.0.0
|
|
959
959
|
*/
|
|
960
960
|
export const empty: Channel<never> = fromPull(Effect.succeed(Cause.done()))
|
|
961
961
|
|
|
@@ -1130,7 +1130,7 @@ export const failCauseSync = <E>(
|
|
|
1130
1130
|
* ```
|
|
1131
1131
|
*
|
|
1132
1132
|
* @category constructors
|
|
1133
|
-
* @since
|
|
1133
|
+
* @since 4.0.0
|
|
1134
1134
|
*/
|
|
1135
1135
|
export const die = (defect: unknown): Channel<never, never, never> => failCause(Cause.die(defect))
|
|
1136
1136
|
|
|
@@ -1261,7 +1261,7 @@ export const fromEffectTake = <A, E, Done, E2, R>(
|
|
|
1261
1261
|
* ```
|
|
1262
1262
|
*
|
|
1263
1263
|
* @category constructors
|
|
1264
|
-
* @since
|
|
1264
|
+
* @since 2.0.0
|
|
1265
1265
|
*/
|
|
1266
1266
|
export const fromQueue = <A, E>(
|
|
1267
1267
|
queue: Queue.Dequeue<A, E>
|
|
@@ -1318,7 +1318,7 @@ export const fromQueueArray = <A, E>(
|
|
|
1318
1318
|
* Creates a channel that forwards upstream input elements, input errors, and
|
|
1319
1319
|
* the upstream done value unchanged.
|
|
1320
1320
|
*
|
|
1321
|
-
* @category
|
|
1321
|
+
* @category constructors
|
|
1322
1322
|
* @since 2.0.0
|
|
1323
1323
|
*/
|
|
1324
1324
|
export const identity = <Elem, Err, Done>(): Channel<Elem, Err, Done, Elem, Err, Done> =>
|
|
@@ -1379,9 +1379,6 @@ export const fromSubscription = <A>(
|
|
|
1379
1379
|
* arrays of values in chunks. It's useful when you want to process multiple values at once
|
|
1380
1380
|
* for better performance.
|
|
1381
1381
|
*
|
|
1382
|
-
* @param subscription - The PubSub subscription to read from
|
|
1383
|
-
* @param chunkSize - The maximum number of elements to read in each chunk (default: 4096)
|
|
1384
|
-
*
|
|
1385
1382
|
* **Example** (Batching subscription values)
|
|
1386
1383
|
*
|
|
1387
1384
|
* ```ts
|
|
@@ -1487,8 +1484,6 @@ export const fromSubscriptionArray = <A>(
|
|
|
1487
1484
|
* subscribing to it. The channel outputs individual values as they are published
|
|
1488
1485
|
* to the PubSub, making it ideal for real-time streaming scenarios.
|
|
1489
1486
|
*
|
|
1490
|
-
* @param pubsub - The PubSub to read from
|
|
1491
|
-
*
|
|
1492
1487
|
* **Example** (Creating channels from PubSubs)
|
|
1493
1488
|
*
|
|
1494
1489
|
* ```ts
|
|
@@ -1571,7 +1566,7 @@ export const fromSubscriptionArray = <A>(
|
|
|
1571
1566
|
* ```
|
|
1572
1567
|
*
|
|
1573
1568
|
* @category constructors
|
|
1574
|
-
* @since
|
|
1569
|
+
* @since 2.0.0
|
|
1575
1570
|
*/
|
|
1576
1571
|
export const fromPubSub = <A>(
|
|
1577
1572
|
pubsub: PubSub.PubSub<A>
|
|
@@ -1584,9 +1579,6 @@ export const fromPubSub = <A>(
|
|
|
1584
1579
|
* subscribing to it and collecting values into arrays. The channel outputs
|
|
1585
1580
|
* arrays of values in chunks, making it ideal for batch processing scenarios.
|
|
1586
1581
|
*
|
|
1587
|
-
* @param pubsub - The PubSub to read from
|
|
1588
|
-
* @param chunkSize - The maximum number of elements to collect in each array (default: 4096)
|
|
1589
|
-
*
|
|
1590
1582
|
* **Example** (Batching PubSub values)
|
|
1591
1583
|
*
|
|
1592
1584
|
* ```ts
|
|
@@ -1808,7 +1800,7 @@ export const fromAsyncIterableArray = <A, D, E>(
|
|
|
1808
1800
|
* }))
|
|
1809
1801
|
* ```
|
|
1810
1802
|
*
|
|
1811
|
-
* @category
|
|
1803
|
+
* @category sequencing
|
|
1812
1804
|
* @since 2.0.0
|
|
1813
1805
|
*/
|
|
1814
1806
|
export const map: {
|
|
@@ -1848,7 +1840,7 @@ export const map: {
|
|
|
1848
1840
|
* }))
|
|
1849
1841
|
* ```
|
|
1850
1842
|
*
|
|
1851
|
-
* @category
|
|
1843
|
+
* @category sequencing
|
|
1852
1844
|
* @since 2.0.0
|
|
1853
1845
|
*/
|
|
1854
1846
|
<OutElem, OutElem2>(f: (o: OutElem, i: number) => OutElem2): <OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
@@ -1890,7 +1882,7 @@ export const map: {
|
|
|
1890
1882
|
* }))
|
|
1891
1883
|
* ```
|
|
1892
1884
|
*
|
|
1893
|
-
* @category
|
|
1885
|
+
* @category sequencing
|
|
1894
1886
|
* @since 2.0.0
|
|
1895
1887
|
*/
|
|
1896
1888
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, OutElem2>(
|
|
@@ -1913,15 +1905,15 @@ export const map: {
|
|
|
1913
1905
|
/**
|
|
1914
1906
|
* Maps the done value of this channel using the specified function.
|
|
1915
1907
|
*
|
|
1916
|
-
* @category
|
|
1917
|
-
* @since
|
|
1908
|
+
* @category sequencing
|
|
1909
|
+
* @since 4.0.0
|
|
1918
1910
|
*/
|
|
1919
1911
|
export const mapDone: {
|
|
1920
1912
|
/**
|
|
1921
1913
|
* Maps the done value of this channel using the specified function.
|
|
1922
1914
|
*
|
|
1923
|
-
* @category
|
|
1924
|
-
* @since
|
|
1915
|
+
* @category sequencing
|
|
1916
|
+
* @since 4.0.0
|
|
1925
1917
|
*/
|
|
1926
1918
|
<OutDone, OutDone2>(f: (o: OutDone) => OutDone2): <OutElem, OutErr, InElem, InErr, InDone, Env>(
|
|
1927
1919
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>
|
|
@@ -1929,8 +1921,8 @@ export const mapDone: {
|
|
|
1929
1921
|
/**
|
|
1930
1922
|
* Maps the done value of this channel using the specified function.
|
|
1931
1923
|
*
|
|
1932
|
-
* @category
|
|
1933
|
-
* @since
|
|
1924
|
+
* @category sequencing
|
|
1925
|
+
* @since 4.0.0
|
|
1934
1926
|
*/
|
|
1935
1927
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, OutDone2>(
|
|
1936
1928
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>,
|
|
@@ -1947,15 +1939,15 @@ export const mapDone: {
|
|
|
1947
1939
|
/**
|
|
1948
1940
|
* Maps the done value of this channel using the specified effectful function.
|
|
1949
1941
|
*
|
|
1950
|
-
* @category
|
|
1951
|
-
* @since
|
|
1942
|
+
* @category sequencing
|
|
1943
|
+
* @since 4.0.0
|
|
1952
1944
|
*/
|
|
1953
1945
|
export const mapDoneEffect: {
|
|
1954
1946
|
/**
|
|
1955
1947
|
* Maps the done value of this channel using the specified effectful function.
|
|
1956
1948
|
*
|
|
1957
|
-
* @category
|
|
1958
|
-
* @since
|
|
1949
|
+
* @category sequencing
|
|
1950
|
+
* @since 4.0.0
|
|
1959
1951
|
*/
|
|
1960
1952
|
<OutDone, OutDone2, E, R>(f: (o: OutDone) => Effect.Effect<OutDone2, E, R>): <OutElem, OutErr, InElem, InErr, InDone, Env>(
|
|
1961
1953
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>
|
|
@@ -1963,8 +1955,8 @@ export const mapDoneEffect: {
|
|
|
1963
1955
|
/**
|
|
1964
1956
|
* Maps the done value of this channel using the specified effectful function.
|
|
1965
1957
|
*
|
|
1966
|
-
* @category
|
|
1967
|
-
* @since
|
|
1958
|
+
* @category sequencing
|
|
1959
|
+
* @since 4.0.0
|
|
1968
1960
|
*/
|
|
1969
1961
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, OutDone2, E, R>(
|
|
1970
1962
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>,
|
|
@@ -2803,7 +2795,7 @@ const flatMapConcurrent = <
|
|
|
2803
2795
|
* ```
|
|
2804
2796
|
*
|
|
2805
2797
|
* @category sequencing
|
|
2806
|
-
* @since
|
|
2798
|
+
* @since 4.0.0
|
|
2807
2799
|
*/
|
|
2808
2800
|
export const concatWith: {
|
|
2809
2801
|
/**
|
|
@@ -2829,7 +2821,7 @@ export const concatWith: {
|
|
|
2829
2821
|
* ```
|
|
2830
2822
|
*
|
|
2831
2823
|
* @category sequencing
|
|
2832
|
-
* @since
|
|
2824
|
+
* @since 4.0.0
|
|
2833
2825
|
*/
|
|
2834
2826
|
<OutDone, OutElem1, OutErr1, OutDone1, InElem1, InErr1, InDone1, Env1>(
|
|
2835
2827
|
f: (leftover: Types.NoInfer<OutDone>) => Channel<OutElem1, OutErr1, OutDone1, InElem1, InErr1, InDone1, Env1>
|
|
@@ -2867,7 +2859,7 @@ export const concatWith: {
|
|
|
2867
2859
|
* ```
|
|
2868
2860
|
*
|
|
2869
2861
|
* @category sequencing
|
|
2870
|
-
* @since
|
|
2862
|
+
* @since 4.0.0
|
|
2871
2863
|
*/
|
|
2872
2864
|
<
|
|
2873
2865
|
OutElem,
|
|
@@ -2967,7 +2959,7 @@ export const concatWith: {
|
|
|
2967
2959
|
* ```
|
|
2968
2960
|
*
|
|
2969
2961
|
* @category sequencing
|
|
2970
|
-
* @since
|
|
2962
|
+
* @since 4.0.0
|
|
2971
2963
|
*/
|
|
2972
2964
|
export const concat: {
|
|
2973
2965
|
/**
|
|
@@ -2994,7 +2986,7 @@ export const concat: {
|
|
|
2994
2986
|
* ```
|
|
2995
2987
|
*
|
|
2996
2988
|
* @category sequencing
|
|
2997
|
-
* @since
|
|
2989
|
+
* @since 4.0.0
|
|
2998
2990
|
*/
|
|
2999
2991
|
<OutElem1, OutErr1, OutDone1, InElem1, InErr1, InDone1, Env1>(that: Channel<OutElem1, OutErr1, OutDone1, InElem1, InErr1, InDone1, Env1>): <OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
3000
2992
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>
|
|
@@ -3031,7 +3023,7 @@ export const concat: {
|
|
|
3031
3023
|
* ```
|
|
3032
3024
|
*
|
|
3033
3025
|
* @category sequencing
|
|
3034
|
-
* @since
|
|
3026
|
+
* @since 4.0.0
|
|
3035
3027
|
*/
|
|
3036
3028
|
<
|
|
3037
3029
|
OutElem,
|
|
@@ -3232,7 +3224,7 @@ export const combine: {
|
|
|
3232
3224
|
* receives the source done value and returns the replacement channel.
|
|
3233
3225
|
*
|
|
3234
3226
|
* @category sequencing
|
|
3235
|
-
* @since
|
|
3227
|
+
* @since 4.0.0
|
|
3236
3228
|
*/
|
|
3237
3229
|
export const orElseIfEmpty: {
|
|
3238
3230
|
/**
|
|
@@ -3244,7 +3236,7 @@ export const orElseIfEmpty: {
|
|
|
3244
3236
|
* receives the source done value and returns the replacement channel.
|
|
3245
3237
|
*
|
|
3246
3238
|
* @category sequencing
|
|
3247
|
-
* @since
|
|
3239
|
+
* @since 4.0.0
|
|
3248
3240
|
*/
|
|
3249
3241
|
<OutDone, OutElem1, OutErr1, OutDone1, InElem1, InErr1, InDone1, Env1>(
|
|
3250
3242
|
f: (leftover: Types.NoInfer<OutDone>) => Channel<OutElem1, OutErr1, OutDone1, InElem1, InErr1, InDone1, Env1>
|
|
@@ -3268,7 +3260,7 @@ export const orElseIfEmpty: {
|
|
|
3268
3260
|
* receives the source done value and returns the replacement channel.
|
|
3269
3261
|
*
|
|
3270
3262
|
* @category sequencing
|
|
3271
|
-
* @since
|
|
3263
|
+
* @since 4.0.0
|
|
3272
3264
|
*/
|
|
3273
3265
|
<
|
|
3274
3266
|
OutElem,
|
|
@@ -3713,8 +3705,8 @@ export const schedule: {
|
|
|
3713
3705
|
* // Outputs: 1, 2, 3 (all typed as numbers)
|
|
3714
3706
|
* ```
|
|
3715
3707
|
*
|
|
3716
|
-
* @category
|
|
3717
|
-
* @since
|
|
3708
|
+
* @category filtering
|
|
3709
|
+
* @since 4.0.0
|
|
3718
3710
|
*/
|
|
3719
3711
|
export const filter: {
|
|
3720
3712
|
/**
|
|
@@ -3742,8 +3734,8 @@ export const filter: {
|
|
|
3742
3734
|
* // Outputs: 1, 2, 3 (all typed as numbers)
|
|
3743
3735
|
* ```
|
|
3744
3736
|
*
|
|
3745
|
-
* @category
|
|
3746
|
-
* @since
|
|
3737
|
+
* @category filtering
|
|
3738
|
+
* @since 4.0.0
|
|
3747
3739
|
*/
|
|
3748
3740
|
<OutElem, B extends OutElem>(refinement: Predicate.Refinement<OutElem, B>): <OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
3749
3741
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>
|
|
@@ -3773,8 +3765,8 @@ export const filter: {
|
|
|
3773
3765
|
* // Outputs: 1, 2, 3 (all typed as numbers)
|
|
3774
3766
|
* ```
|
|
3775
3767
|
*
|
|
3776
|
-
* @category
|
|
3777
|
-
* @since
|
|
3768
|
+
* @category filtering
|
|
3769
|
+
* @since 4.0.0
|
|
3778
3770
|
*/
|
|
3779
3771
|
<OutElem>(predicate: Predicate.Predicate<OutElem>): <OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
3780
3772
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>
|
|
@@ -3804,8 +3796,8 @@ export const filter: {
|
|
|
3804
3796
|
* // Outputs: 1, 2, 3 (all typed as numbers)
|
|
3805
3797
|
* ```
|
|
3806
3798
|
*
|
|
3807
|
-
* @category
|
|
3808
|
-
* @since
|
|
3799
|
+
* @category filtering
|
|
3800
|
+
* @since 4.0.0
|
|
3809
3801
|
*/
|
|
3810
3802
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, B extends OutElem>(
|
|
3811
3803
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>,
|
|
@@ -3836,8 +3828,8 @@ export const filter: {
|
|
|
3836
3828
|
* // Outputs: 1, 2, 3 (all typed as numbers)
|
|
3837
3829
|
* ```
|
|
3838
3830
|
*
|
|
3839
|
-
* @category
|
|
3840
|
-
* @since
|
|
3831
|
+
* @category filtering
|
|
3832
|
+
* @since 4.0.0
|
|
3841
3833
|
*/
|
|
3842
3834
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
3843
3835
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>,
|
|
@@ -3866,7 +3858,7 @@ export const filter: {
|
|
|
3866
3858
|
* results are discarded. The source channel's errors and done value are
|
|
3867
3859
|
* preserved.
|
|
3868
3860
|
*
|
|
3869
|
-
* @category
|
|
3861
|
+
* @category filtering
|
|
3870
3862
|
* @since 4.0.0
|
|
3871
3863
|
*/
|
|
3872
3864
|
export const filterMap: {
|
|
@@ -3877,7 +3869,7 @@ export const filterMap: {
|
|
|
3877
3869
|
* results are discarded. The source channel's errors and done value are
|
|
3878
3870
|
* preserved.
|
|
3879
3871
|
*
|
|
3880
|
-
* @category
|
|
3872
|
+
* @category filtering
|
|
3881
3873
|
* @since 4.0.0
|
|
3882
3874
|
*/
|
|
3883
3875
|
<OutElem, B, X>(filter: Filter.Filter<OutElem, B, X>): <OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
@@ -3890,7 +3882,7 @@ export const filterMap: {
|
|
|
3890
3882
|
* results are discarded. The source channel's errors and done value are
|
|
3891
3883
|
* preserved.
|
|
3892
3884
|
*
|
|
3893
|
-
* @category
|
|
3885
|
+
* @category filtering
|
|
3894
3886
|
* @since 4.0.0
|
|
3895
3887
|
*/
|
|
3896
3888
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, B, X>(
|
|
@@ -3921,7 +3913,7 @@ export const filterMap: {
|
|
|
3921
3913
|
* for which the predicate succeeds with `false` are discarded. Predicate
|
|
3922
3914
|
* failures fail the returned channel.
|
|
3923
3915
|
*
|
|
3924
|
-
* @category
|
|
3916
|
+
* @category filtering
|
|
3925
3917
|
* @since 4.0.0
|
|
3926
3918
|
*/
|
|
3927
3919
|
export const filterEffect: {
|
|
@@ -3932,7 +3924,7 @@ export const filterEffect: {
|
|
|
3932
3924
|
* for which the predicate succeeds with `false` are discarded. Predicate
|
|
3933
3925
|
* failures fail the returned channel.
|
|
3934
3926
|
*
|
|
3935
|
-
* @category
|
|
3927
|
+
* @category filtering
|
|
3936
3928
|
* @since 4.0.0
|
|
3937
3929
|
*/
|
|
3938
3930
|
<OutElem, E, R>(predicate: (a: OutElem) => Effect.Effect<boolean, E, R>): <OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
@@ -3945,7 +3937,7 @@ export const filterEffect: {
|
|
|
3945
3937
|
* for which the predicate succeeds with `false` are discarded. Predicate
|
|
3946
3938
|
* failures fail the returned channel.
|
|
3947
3939
|
*
|
|
3948
|
-
* @category
|
|
3940
|
+
* @category filtering
|
|
3949
3941
|
* @since 4.0.0
|
|
3950
3942
|
*/
|
|
3951
3943
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, E, R>(
|
|
@@ -3979,7 +3971,7 @@ export const filterEffect: {
|
|
|
3979
3971
|
* results are discarded. Failures from the effectful filter fail the returned
|
|
3980
3972
|
* channel.
|
|
3981
3973
|
*
|
|
3982
|
-
* @category
|
|
3974
|
+
* @category filtering
|
|
3983
3975
|
* @since 4.0.0
|
|
3984
3976
|
*/
|
|
3985
3977
|
export const filterMapEffect: {
|
|
@@ -3990,7 +3982,7 @@ export const filterMapEffect: {
|
|
|
3990
3982
|
* results are discarded. Failures from the effectful filter fail the returned
|
|
3991
3983
|
* channel.
|
|
3992
3984
|
*
|
|
3993
|
-
* @category
|
|
3985
|
+
* @category filtering
|
|
3994
3986
|
* @since 4.0.0
|
|
3995
3987
|
*/
|
|
3996
3988
|
<OutElem, B, X, EX, RX>(filter: Filter.FilterEffect<OutElem, B, X, EX, RX>): <OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
@@ -4003,7 +3995,7 @@ export const filterMapEffect: {
|
|
|
4003
3995
|
* results are discarded. Failures from the effectful filter fail the returned
|
|
4004
3996
|
* channel.
|
|
4005
3997
|
*
|
|
4006
|
-
* @category
|
|
3998
|
+
* @category filtering
|
|
4007
3999
|
* @since 4.0.0
|
|
4008
4000
|
*/
|
|
4009
4001
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, B, X, EX, RX>(
|
|
@@ -4063,7 +4055,7 @@ export const filterMapEffect: {
|
|
|
4063
4055
|
* // Outputs: [2, 4] (the arrays [1,3,5] and [7,9] are discarded)
|
|
4064
4056
|
* ```
|
|
4065
4057
|
*
|
|
4066
|
-
* @category
|
|
4058
|
+
* @category filtering
|
|
4067
4059
|
* @since 4.0.0
|
|
4068
4060
|
*/
|
|
4069
4061
|
export const filterArray: {
|
|
@@ -4100,7 +4092,7 @@ export const filterArray: {
|
|
|
4100
4092
|
* // Outputs: [2, 4] (the arrays [1,3,5] and [7,9] are discarded)
|
|
4101
4093
|
* ```
|
|
4102
4094
|
*
|
|
4103
|
-
* @category
|
|
4095
|
+
* @category filtering
|
|
4104
4096
|
* @since 4.0.0
|
|
4105
4097
|
*/
|
|
4106
4098
|
<OutElem, B extends OutElem>(refinement: Predicate.Refinement<OutElem, B>): <OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
@@ -4139,7 +4131,7 @@ export const filterArray: {
|
|
|
4139
4131
|
* // Outputs: [2, 4] (the arrays [1,3,5] and [7,9] are discarded)
|
|
4140
4132
|
* ```
|
|
4141
4133
|
*
|
|
4142
|
-
* @category
|
|
4134
|
+
* @category filtering
|
|
4143
4135
|
* @since 4.0.0
|
|
4144
4136
|
*/
|
|
4145
4137
|
<OutElem>(predicate: Predicate.Predicate<Types.NoInfer<OutElem>>): <OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
@@ -4178,7 +4170,7 @@ export const filterArray: {
|
|
|
4178
4170
|
* // Outputs: [2, 4] (the arrays [1,3,5] and [7,9] are discarded)
|
|
4179
4171
|
* ```
|
|
4180
4172
|
*
|
|
4181
|
-
* @category
|
|
4173
|
+
* @category filtering
|
|
4182
4174
|
* @since 4.0.0
|
|
4183
4175
|
*/
|
|
4184
4176
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, B extends OutElem>(
|
|
@@ -4218,7 +4210,7 @@ export const filterArray: {
|
|
|
4218
4210
|
* // Outputs: [2, 4] (the arrays [1,3,5] and [7,9] are discarded)
|
|
4219
4211
|
* ```
|
|
4220
4212
|
*
|
|
4221
|
-
* @category
|
|
4213
|
+
* @category filtering
|
|
4222
4214
|
* @since 4.0.0
|
|
4223
4215
|
*/
|
|
4224
4216
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
@@ -4252,7 +4244,7 @@ export const filterArray: {
|
|
|
4252
4244
|
* Successful filter results are kept as mapped values. Failed filter results
|
|
4253
4245
|
* are removed from the array. Arrays that become empty are discarded.
|
|
4254
4246
|
*
|
|
4255
|
-
* @category
|
|
4247
|
+
* @category filtering
|
|
4256
4248
|
* @since 4.0.0
|
|
4257
4249
|
*/
|
|
4258
4250
|
export const filterMapArray: {
|
|
@@ -4263,7 +4255,7 @@ export const filterMapArray: {
|
|
|
4263
4255
|
* Successful filter results are kept as mapped values. Failed filter results
|
|
4264
4256
|
* are removed from the array. Arrays that become empty are discarded.
|
|
4265
4257
|
*
|
|
4266
|
-
* @category
|
|
4258
|
+
* @category filtering
|
|
4267
4259
|
* @since 4.0.0
|
|
4268
4260
|
*/
|
|
4269
4261
|
<OutElem, B, X>(filter: Filter.Filter<Types.NoInfer<OutElem>, B, X>): <OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
@@ -4276,7 +4268,7 @@ export const filterMapArray: {
|
|
|
4276
4268
|
* Successful filter results are kept as mapped values. Failed filter results
|
|
4277
4269
|
* are removed from the array. Arrays that become empty are discarded.
|
|
4278
4270
|
*
|
|
4279
|
-
* @category
|
|
4271
|
+
* @category filtering
|
|
4280
4272
|
* @since 4.0.0
|
|
4281
4273
|
*/
|
|
4282
4274
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, B, X>(
|
|
@@ -4312,7 +4304,7 @@ export const filterMapArray: {
|
|
|
4312
4304
|
* for which the predicate succeeds with `true` are kept. Arrays that become
|
|
4313
4305
|
* empty are discarded. Predicate failures fail the returned channel.
|
|
4314
4306
|
*
|
|
4315
|
-
* @category
|
|
4307
|
+
* @category filtering
|
|
4316
4308
|
* @since 4.0.0
|
|
4317
4309
|
*/
|
|
4318
4310
|
export const filterArrayEffect: {
|
|
@@ -4324,7 +4316,7 @@ export const filterArrayEffect: {
|
|
|
4324
4316
|
* for which the predicate succeeds with `true` are kept. Arrays that become
|
|
4325
4317
|
* empty are discarded. Predicate failures fail the returned channel.
|
|
4326
4318
|
*
|
|
4327
|
-
* @category
|
|
4319
|
+
* @category filtering
|
|
4328
4320
|
* @since 4.0.0
|
|
4329
4321
|
*/
|
|
4330
4322
|
<OutElem, E, R>(
|
|
@@ -4340,7 +4332,7 @@ export const filterArrayEffect: {
|
|
|
4340
4332
|
* for which the predicate succeeds with `true` are kept. Arrays that become
|
|
4341
4333
|
* empty are discarded. Predicate failures fail the returned channel.
|
|
4342
4334
|
*
|
|
4343
|
-
* @category
|
|
4335
|
+
* @category filtering
|
|
4344
4336
|
* @since 4.0.0
|
|
4345
4337
|
*/
|
|
4346
4338
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, E, R>(
|
|
@@ -4369,7 +4361,7 @@ export const filterArrayEffect: {
|
|
|
4369
4361
|
* are removed from the array. Arrays that become empty are discarded. Failures
|
|
4370
4362
|
* from the effectful filter fail the returned channel.
|
|
4371
4363
|
*
|
|
4372
|
-
* @category
|
|
4364
|
+
* @category filtering
|
|
4373
4365
|
* @since 4.0.0
|
|
4374
4366
|
*/
|
|
4375
4367
|
export const filterMapArrayEffect: {
|
|
@@ -4381,7 +4373,7 @@ export const filterMapArrayEffect: {
|
|
|
4381
4373
|
* are removed from the array. Arrays that become empty are discarded. Failures
|
|
4382
4374
|
* from the effectful filter fail the returned channel.
|
|
4383
4375
|
*
|
|
4384
|
-
* @category
|
|
4376
|
+
* @category filtering
|
|
4385
4377
|
* @since 4.0.0
|
|
4386
4378
|
*/
|
|
4387
4379
|
<OutElem, B, X, EX, RX>(filter: Filter.FilterEffect<Types.NoInfer<OutElem>, B, X, EX, RX>): <OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
@@ -4395,7 +4387,7 @@ export const filterMapArrayEffect: {
|
|
|
4395
4387
|
* are removed from the array. Arrays that become empty are discarded. Failures
|
|
4396
4388
|
* from the effectful filter fail the returned channel.
|
|
4397
4389
|
*
|
|
4398
|
-
* @category
|
|
4390
|
+
* @category filtering
|
|
4399
4391
|
* @since 4.0.0
|
|
4400
4392
|
*/
|
|
4401
4393
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, B, X, EX, RX>(
|
|
@@ -4455,8 +4447,8 @@ export const filterMapArrayEffect: {
|
|
|
4455
4447
|
* )
|
|
4456
4448
|
* ```
|
|
4457
4449
|
*
|
|
4458
|
-
* @category
|
|
4459
|
-
* @since
|
|
4450
|
+
* @category sequencing
|
|
4451
|
+
* @since 4.0.0
|
|
4460
4452
|
*/
|
|
4461
4453
|
export const mapAccum: {
|
|
4462
4454
|
/**
|
|
@@ -4494,8 +4486,8 @@ export const mapAccum: {
|
|
|
4494
4486
|
* )
|
|
4495
4487
|
* ```
|
|
4496
4488
|
*
|
|
4497
|
-
* @category
|
|
4498
|
-
* @since
|
|
4489
|
+
* @category sequencing
|
|
4490
|
+
* @since 4.0.0
|
|
4499
4491
|
*/
|
|
4500
4492
|
<S, OutElem, B, E = never, R = never>(
|
|
4501
4493
|
initial: LazyArg<S>,
|
|
@@ -4559,8 +4551,8 @@ export const mapAccum: {
|
|
|
4559
4551
|
* )
|
|
4560
4552
|
* ```
|
|
4561
4553
|
*
|
|
4562
|
-
* @category
|
|
4563
|
-
* @since
|
|
4554
|
+
* @category sequencing
|
|
4555
|
+
* @since 4.0.0
|
|
4564
4556
|
*/
|
|
4565
4557
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, S, B, E = never, R = never>(
|
|
4566
4558
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>,
|
|
@@ -4664,8 +4656,8 @@ export const mapAccum: {
|
|
|
4664
4656
|
* // Outputs: "", "hello", "hello world", "hello world from", "hello world from effect"
|
|
4665
4657
|
* ```
|
|
4666
4658
|
*
|
|
4667
|
-
* @category
|
|
4668
|
-
* @since
|
|
4659
|
+
* @category sequencing
|
|
4660
|
+
* @since 4.0.0
|
|
4669
4661
|
*/
|
|
4670
4662
|
export const scan: {
|
|
4671
4663
|
/**
|
|
@@ -4695,8 +4687,8 @@ export const scan: {
|
|
|
4695
4687
|
* // Outputs: "", "hello", "hello world", "hello world from", "hello world from effect"
|
|
4696
4688
|
* ```
|
|
4697
4689
|
*
|
|
4698
|
-
* @category
|
|
4699
|
-
* @since
|
|
4690
|
+
* @category sequencing
|
|
4691
|
+
* @since 4.0.0
|
|
4700
4692
|
*/
|
|
4701
4693
|
<S, OutElem>(initial: S, f: (s: S, a: Types.NoInfer<OutElem>) => S): <
|
|
4702
4694
|
OutErr,
|
|
@@ -4741,8 +4733,8 @@ export const scan: {
|
|
|
4741
4733
|
* // Outputs: "", "hello", "hello world", "hello world from", "hello world from effect"
|
|
4742
4734
|
* ```
|
|
4743
4735
|
*
|
|
4744
|
-
* @category
|
|
4745
|
-
* @since
|
|
4736
|
+
* @category sequencing
|
|
4737
|
+
* @since 4.0.0
|
|
4746
4738
|
*/
|
|
4747
4739
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, S>(
|
|
4748
4740
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>,
|
|
@@ -4798,8 +4790,8 @@ export const scan: {
|
|
|
4798
4790
|
* )
|
|
4799
4791
|
* ```
|
|
4800
4792
|
*
|
|
4801
|
-
* @category
|
|
4802
|
-
* @since
|
|
4793
|
+
* @category sequencing
|
|
4794
|
+
* @since 4.0.0
|
|
4803
4795
|
*/
|
|
4804
4796
|
export const scanEffect: {
|
|
4805
4797
|
/**
|
|
@@ -4844,8 +4836,8 @@ export const scanEffect: {
|
|
|
4844
4836
|
* )
|
|
4845
4837
|
* ```
|
|
4846
4838
|
*
|
|
4847
|
-
* @category
|
|
4848
|
-
* @since
|
|
4839
|
+
* @category sequencing
|
|
4840
|
+
* @since 4.0.0
|
|
4849
4841
|
*/
|
|
4850
4842
|
<S, OutElem, E, R>(initial: S, f: (s: S, a: Types.NoInfer<OutElem>) => Effect.Effect<S, E, R>): <
|
|
4851
4843
|
OutErr,
|
|
@@ -4905,8 +4897,8 @@ export const scanEffect: {
|
|
|
4905
4897
|
* )
|
|
4906
4898
|
* ```
|
|
4907
4899
|
*
|
|
4908
|
-
* @category
|
|
4909
|
-
* @since
|
|
4900
|
+
* @category sequencing
|
|
4901
|
+
* @since 4.0.0
|
|
4910
4902
|
*/
|
|
4911
4903
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, S, E, R>(
|
|
4912
4904
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>,
|
|
@@ -4971,8 +4963,8 @@ export const scanEffect: {
|
|
|
4971
4963
|
* // The channel recovers gracefully from errors
|
|
4972
4964
|
* ```
|
|
4973
4965
|
*
|
|
4974
|
-
* @category
|
|
4975
|
-
* @since
|
|
4966
|
+
* @category error handling
|
|
4967
|
+
* @since 2.0.0
|
|
4976
4968
|
*/
|
|
4977
4969
|
export const catchCause: {
|
|
4978
4970
|
/**
|
|
@@ -5008,8 +5000,8 @@ export const catchCause: {
|
|
|
5008
5000
|
* // The channel recovers gracefully from errors
|
|
5009
5001
|
* ```
|
|
5010
5002
|
*
|
|
5011
|
-
* @category
|
|
5012
|
-
* @since
|
|
5003
|
+
* @category error handling
|
|
5004
|
+
* @since 2.0.0
|
|
5013
5005
|
*/
|
|
5014
5006
|
<OutErr, OutElem1, OutErr1, OutDone1, InElem1, InErr1, InDone1, Env1>(
|
|
5015
5007
|
f: (d: Cause.Cause<OutErr>) => Channel<OutElem1, OutErr1, OutDone1, InElem1, InErr1, InDone1, Env1>
|
|
@@ -5062,8 +5054,8 @@ export const catchCause: {
|
|
|
5062
5054
|
* // The channel recovers gracefully from errors
|
|
5063
5055
|
* ```
|
|
5064
5056
|
*
|
|
5065
|
-
* @category
|
|
5066
|
-
* @since
|
|
5057
|
+
* @category error handling
|
|
5058
|
+
* @since 2.0.0
|
|
5067
5059
|
*/
|
|
5068
5060
|
<
|
|
5069
5061
|
OutElem,
|
|
@@ -5149,7 +5141,7 @@ export const catchCause: {
|
|
|
5149
5141
|
* Use this for observing failures, such as logging or metrics. If the observer
|
|
5150
5142
|
* effect fails, that failure can fail the returned channel.
|
|
5151
5143
|
*
|
|
5152
|
-
* @category
|
|
5144
|
+
* @category error handling
|
|
5153
5145
|
* @since 4.0.0
|
|
5154
5146
|
*/
|
|
5155
5147
|
export const tapCause: {
|
|
@@ -5160,7 +5152,7 @@ export const tapCause: {
|
|
|
5160
5152
|
* Use this for observing failures, such as logging or metrics. If the observer
|
|
5161
5153
|
* effect fails, that failure can fail the returned channel.
|
|
5162
5154
|
*
|
|
5163
|
-
* @category
|
|
5155
|
+
* @category error handling
|
|
5164
5156
|
* @since 4.0.0
|
|
5165
5157
|
*/
|
|
5166
5158
|
<OutErr, A, E, R>(f: (d: Cause.Cause<OutErr>) => Effect.Effect<A, E, R>): <
|
|
@@ -5186,7 +5178,7 @@ export const tapCause: {
|
|
|
5186
5178
|
* Use this for observing failures, such as logging or metrics. If the observer
|
|
5187
5179
|
* effect fails, that failure can fail the returned channel.
|
|
5188
5180
|
*
|
|
5189
|
-
* @category
|
|
5181
|
+
* @category error handling
|
|
5190
5182
|
* @since 4.0.0
|
|
5191
5183
|
*/
|
|
5192
5184
|
<
|
|
@@ -5240,7 +5232,7 @@ export const tapCause: {
|
|
|
5240
5232
|
* Catches causes of failure that match a specific filter, allowing
|
|
5241
5233
|
* conditional error recovery based on the type of failure.
|
|
5242
5234
|
*
|
|
5243
|
-
* @category
|
|
5235
|
+
* @category error handling
|
|
5244
5236
|
* @since 4.0.0
|
|
5245
5237
|
*/
|
|
5246
5238
|
export const catchCauseIf: {
|
|
@@ -5248,7 +5240,7 @@ export const catchCauseIf: {
|
|
|
5248
5240
|
* Catches causes of failure that match a specific filter, allowing
|
|
5249
5241
|
* conditional error recovery based on the type of failure.
|
|
5250
5242
|
*
|
|
5251
|
-
* @category
|
|
5243
|
+
* @category error handling
|
|
5252
5244
|
* @since 4.0.0
|
|
5253
5245
|
*/
|
|
5254
5246
|
<
|
|
@@ -5283,7 +5275,7 @@ export const catchCauseIf: {
|
|
|
5283
5275
|
* Catches causes of failure that match a specific filter, allowing
|
|
5284
5276
|
* conditional error recovery based on the type of failure.
|
|
5285
5277
|
*
|
|
5286
|
-
* @category
|
|
5278
|
+
* @category error handling
|
|
5287
5279
|
* @since 4.0.0
|
|
5288
5280
|
*/
|
|
5289
5281
|
<
|
|
@@ -5368,7 +5360,7 @@ export const catchCauseIf: {
|
|
|
5368
5360
|
* and the original cause. When the filter fails, the returned channel fails
|
|
5369
5361
|
* with the residual cause produced by the filter.
|
|
5370
5362
|
*
|
|
5371
|
-
* @category
|
|
5363
|
+
* @category error handling
|
|
5372
5364
|
* @since 4.0.0
|
|
5373
5365
|
*/
|
|
5374
5366
|
export const catchCauseFilter: {
|
|
@@ -5379,7 +5371,7 @@ export const catchCauseFilter: {
|
|
|
5379
5371
|
* and the original cause. When the filter fails, the returned channel fails
|
|
5380
5372
|
* with the residual cause produced by the filter.
|
|
5381
5373
|
*
|
|
5382
|
-
* @category
|
|
5374
|
+
* @category error handling
|
|
5383
5375
|
* @since 4.0.0
|
|
5384
5376
|
*/
|
|
5385
5377
|
<
|
|
@@ -5422,7 +5414,7 @@ export const catchCauseFilter: {
|
|
|
5422
5414
|
* and the original cause. When the filter fails, the returned channel fails
|
|
5423
5415
|
* with the residual cause produced by the filter.
|
|
5424
5416
|
*
|
|
5425
|
-
* @category
|
|
5417
|
+
* @category error handling
|
|
5426
5418
|
* @since 4.0.0
|
|
5427
5419
|
*/
|
|
5428
5420
|
<
|
|
@@ -5587,7 +5579,7 @@ const catch_: {
|
|
|
5587
5579
|
|
|
5588
5580
|
export {
|
|
5589
5581
|
/**
|
|
5590
|
-
* @category
|
|
5582
|
+
* @category error handling
|
|
5591
5583
|
* @since 4.0.0
|
|
5592
5584
|
*/
|
|
5593
5585
|
catch_ as catch
|
|
@@ -5600,7 +5592,7 @@ export {
|
|
|
5600
5592
|
* The effect is not run for normal channel completion. If the observer effect
|
|
5601
5593
|
* fails, that failure can fail the returned channel.
|
|
5602
5594
|
*
|
|
5603
|
-
* @category
|
|
5595
|
+
* @category error handling
|
|
5604
5596
|
* @since 4.0.0
|
|
5605
5597
|
*/
|
|
5606
5598
|
export const tapError: {
|
|
@@ -5611,7 +5603,7 @@ export const tapError: {
|
|
|
5611
5603
|
* The effect is not run for normal channel completion. If the observer effect
|
|
5612
5604
|
* fails, that failure can fail the returned channel.
|
|
5613
5605
|
*
|
|
5614
|
-
* @category
|
|
5606
|
+
* @category error handling
|
|
5615
5607
|
* @since 4.0.0
|
|
5616
5608
|
*/
|
|
5617
5609
|
<OutErr, A, E, R>(f: (d: OutErr) => Effect.Effect<A, E, R>): <
|
|
@@ -5637,7 +5629,7 @@ export const tapError: {
|
|
|
5637
5629
|
* The effect is not run for normal channel completion. If the observer effect
|
|
5638
5630
|
* fails, that failure can fail the returned channel.
|
|
5639
5631
|
*
|
|
5640
|
-
* @category
|
|
5632
|
+
* @category error handling
|
|
5641
5633
|
* @since 4.0.0
|
|
5642
5634
|
*/
|
|
5643
5635
|
<
|
|
@@ -5702,7 +5694,7 @@ export const tapError: {
|
|
|
5702
5694
|
* are handled by `orElse` when provided. Without `orElse`, non-matching errors
|
|
5703
5695
|
* are re-failed.
|
|
5704
5696
|
*
|
|
5705
|
-
* @category
|
|
5697
|
+
* @category error handling
|
|
5706
5698
|
* @since 4.0.0
|
|
5707
5699
|
*/
|
|
5708
5700
|
export const catchIf: {
|
|
@@ -5713,7 +5705,7 @@ export const catchIf: {
|
|
|
5713
5705
|
* are handled by `orElse` when provided. Without `orElse`, non-matching errors
|
|
5714
5706
|
* are re-failed.
|
|
5715
5707
|
*
|
|
5716
|
-
* @category
|
|
5708
|
+
* @category error handling
|
|
5717
5709
|
* @since 4.0.0
|
|
5718
5710
|
*/
|
|
5719
5711
|
<
|
|
@@ -5764,7 +5756,7 @@ export const catchIf: {
|
|
|
5764
5756
|
* are handled by `orElse` when provided. Without `orElse`, non-matching errors
|
|
5765
5757
|
* are re-failed.
|
|
5766
5758
|
*
|
|
5767
|
-
* @category
|
|
5759
|
+
* @category error handling
|
|
5768
5760
|
* @since 4.0.0
|
|
5769
5761
|
*/
|
|
5770
5762
|
<
|
|
@@ -5814,7 +5806,7 @@ export const catchIf: {
|
|
|
5814
5806
|
* are handled by `orElse` when provided. Without `orElse`, non-matching errors
|
|
5815
5807
|
* are re-failed.
|
|
5816
5808
|
*
|
|
5817
|
-
* @category
|
|
5809
|
+
* @category error handling
|
|
5818
5810
|
* @since 4.0.0
|
|
5819
5811
|
*/
|
|
5820
5812
|
<
|
|
@@ -5865,7 +5857,7 @@ export const catchIf: {
|
|
|
5865
5857
|
* are handled by `orElse` when provided. Without `orElse`, non-matching errors
|
|
5866
5858
|
* are re-failed.
|
|
5867
5859
|
*
|
|
5868
|
-
* @category
|
|
5860
|
+
* @category error handling
|
|
5869
5861
|
* @since 4.0.0
|
|
5870
5862
|
*/
|
|
5871
5863
|
<
|
|
@@ -5974,7 +5966,7 @@ export const catchIf: {
|
|
|
5974
5966
|
* filter results are handled by `orElse` when provided. Without `orElse`,
|
|
5975
5967
|
* failed filter results are re-failed.
|
|
5976
5968
|
*
|
|
5977
|
-
* @category
|
|
5969
|
+
* @category error handling
|
|
5978
5970
|
* @since 4.0.0
|
|
5979
5971
|
*/
|
|
5980
5972
|
export const catchFilter: {
|
|
@@ -5985,7 +5977,7 @@ export const catchFilter: {
|
|
|
5985
5977
|
* filter results are handled by `orElse` when provided. Without `orElse`,
|
|
5986
5978
|
* failed filter results are re-failed.
|
|
5987
5979
|
*
|
|
5988
|
-
* @category
|
|
5980
|
+
* @category error handling
|
|
5989
5981
|
* @since 4.0.0
|
|
5990
5982
|
*/
|
|
5991
5983
|
<
|
|
@@ -6037,7 +6029,7 @@ export const catchFilter: {
|
|
|
6037
6029
|
* filter results are handled by `orElse` when provided. Without `orElse`,
|
|
6038
6030
|
* failed filter results are re-failed.
|
|
6039
6031
|
*
|
|
6040
|
-
* @category
|
|
6032
|
+
* @category error handling
|
|
6041
6033
|
* @since 4.0.0
|
|
6042
6034
|
*/
|
|
6043
6035
|
<
|
|
@@ -6151,7 +6143,7 @@ export const catchFilter: {
|
|
|
6151
6143
|
* errors are handled by `orElse` when provided. Without `orElse`,
|
|
6152
6144
|
* non-matching errors are re-failed.
|
|
6153
6145
|
*
|
|
6154
|
-
* @category
|
|
6146
|
+
* @category error handling
|
|
6155
6147
|
* @since 4.0.0
|
|
6156
6148
|
*/
|
|
6157
6149
|
export const catchTag: {
|
|
@@ -6162,7 +6154,7 @@ export const catchTag: {
|
|
|
6162
6154
|
* errors are handled by `orElse` when provided. Without `orElse`,
|
|
6163
6155
|
* non-matching errors are re-failed.
|
|
6164
6156
|
*
|
|
6165
|
-
* @category
|
|
6157
|
+
* @category error handling
|
|
6166
6158
|
* @since 4.0.0
|
|
6167
6159
|
*/
|
|
6168
6160
|
<
|
|
@@ -6215,7 +6207,7 @@ export const catchTag: {
|
|
|
6215
6207
|
* errors are handled by `orElse` when provided. Without `orElse`,
|
|
6216
6208
|
* non-matching errors are re-failed.
|
|
6217
6209
|
*
|
|
6218
|
-
* @category
|
|
6210
|
+
* @category error handling
|
|
6219
6211
|
* @since 4.0.0
|
|
6220
6212
|
*/
|
|
6221
6213
|
<
|
|
@@ -6341,7 +6333,7 @@ export const catchTag: {
|
|
|
6341
6333
|
* )
|
|
6342
6334
|
* ```
|
|
6343
6335
|
*
|
|
6344
|
-
* @category
|
|
6336
|
+
* @category error handling
|
|
6345
6337
|
* @since 4.0.0
|
|
6346
6338
|
*/
|
|
6347
6339
|
export const catchReason: {
|
|
@@ -6376,7 +6368,7 @@ export const catchReason: {
|
|
|
6376
6368
|
* )
|
|
6377
6369
|
* ```
|
|
6378
6370
|
*
|
|
6379
|
-
* @category
|
|
6371
|
+
* @category error handling
|
|
6380
6372
|
* @since 4.0.0
|
|
6381
6373
|
*/
|
|
6382
6374
|
<
|
|
@@ -6459,7 +6451,7 @@ export const catchReason: {
|
|
|
6459
6451
|
* )
|
|
6460
6452
|
* ```
|
|
6461
6453
|
*
|
|
6462
|
-
* @category
|
|
6454
|
+
* @category error handling
|
|
6463
6455
|
* @since 4.0.0
|
|
6464
6456
|
*/
|
|
6465
6457
|
<
|
|
@@ -6581,14 +6573,14 @@ export const catchReason: {
|
|
|
6581
6573
|
/**
|
|
6582
6574
|
* Catches multiple reasons within a tagged error using an object of handlers.
|
|
6583
6575
|
*
|
|
6584
|
-
* @category
|
|
6576
|
+
* @category error handling
|
|
6585
6577
|
* @since 4.0.0
|
|
6586
6578
|
*/
|
|
6587
6579
|
export const catchReasons: {
|
|
6588
6580
|
/**
|
|
6589
6581
|
* Catches multiple reasons within a tagged error using an object of handlers.
|
|
6590
6582
|
*
|
|
6591
|
-
* @category
|
|
6583
|
+
* @category error handling
|
|
6592
6584
|
* @since 4.0.0
|
|
6593
6585
|
*/
|
|
6594
6586
|
<
|
|
@@ -6665,7 +6657,7 @@ export const catchReasons: {
|
|
|
6665
6657
|
/**
|
|
6666
6658
|
* Catches multiple reasons within a tagged error using an object of handlers.
|
|
6667
6659
|
*
|
|
6668
|
-
* @category
|
|
6660
|
+
* @category error handling
|
|
6669
6661
|
* @since 4.0.0
|
|
6670
6662
|
*/
|
|
6671
6663
|
<
|
|
@@ -6791,7 +6783,7 @@ export const catchReasons: {
|
|
|
6791
6783
|
* const unwrapped = channel.pipe(Channel.unwrapReason("AiError"))
|
|
6792
6784
|
* ```
|
|
6793
6785
|
*
|
|
6794
|
-
* @category
|
|
6786
|
+
* @category error handling
|
|
6795
6787
|
* @since 4.0.0
|
|
6796
6788
|
*/
|
|
6797
6789
|
export const unwrapReason: {
|
|
@@ -6822,7 +6814,7 @@ export const unwrapReason: {
|
|
|
6822
6814
|
* const unwrapped = channel.pipe(Channel.unwrapReason("AiError"))
|
|
6823
6815
|
* ```
|
|
6824
6816
|
*
|
|
6825
|
-
* @category
|
|
6817
|
+
* @category error handling
|
|
6826
6818
|
* @since 4.0.0
|
|
6827
6819
|
*/
|
|
6828
6820
|
<
|
|
@@ -6866,7 +6858,7 @@ export const unwrapReason: {
|
|
|
6866
6858
|
* const unwrapped = channel.pipe(Channel.unwrapReason("AiError"))
|
|
6867
6859
|
* ```
|
|
6868
6860
|
*
|
|
6869
|
-
* @category
|
|
6861
|
+
* @category error handling
|
|
6870
6862
|
* @since 4.0.0
|
|
6871
6863
|
*/
|
|
6872
6864
|
<
|
|
@@ -6923,7 +6915,7 @@ export const unwrapReason: {
|
|
|
6923
6915
|
* value of the returned channel is created by applying the specified function
|
|
6924
6916
|
* to the failure value of this channel.
|
|
6925
6917
|
*
|
|
6926
|
-
* @category
|
|
6918
|
+
* @category error handling
|
|
6927
6919
|
* @since 2.0.0
|
|
6928
6920
|
*/
|
|
6929
6921
|
export const mapError: {
|
|
@@ -6932,7 +6924,7 @@ export const mapError: {
|
|
|
6932
6924
|
* value of the returned channel is created by applying the specified function
|
|
6933
6925
|
* to the failure value of this channel.
|
|
6934
6926
|
*
|
|
6935
|
-
* @category
|
|
6927
|
+
* @category error handling
|
|
6936
6928
|
* @since 2.0.0
|
|
6937
6929
|
*/
|
|
6938
6930
|
<OutErr, OutErr2>(f: (err: OutErr) => OutErr2): <OutElem, OutDone, InElem, InErr, InDone, Env>(
|
|
@@ -6943,7 +6935,7 @@ export const mapError: {
|
|
|
6943
6935
|
* value of the returned channel is created by applying the specified function
|
|
6944
6936
|
* to the failure value of this channel.
|
|
6945
6937
|
*
|
|
6946
|
-
* @category
|
|
6938
|
+
* @category error handling
|
|
6947
6939
|
* @since 2.0.0
|
|
6948
6940
|
*/
|
|
6949
6941
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, OutErr2>(
|
|
@@ -6977,8 +6969,8 @@ export const mapError: {
|
|
|
6977
6969
|
* // Any failure will now become a defect (uncaught exception)
|
|
6978
6970
|
* ```
|
|
6979
6971
|
*
|
|
6980
|
-
* @category
|
|
6981
|
-
* @since
|
|
6972
|
+
* @category error handling
|
|
6973
|
+
* @since 2.0.0
|
|
6982
6974
|
*/
|
|
6983
6975
|
export const orDie = <
|
|
6984
6976
|
OutElem,
|
|
@@ -6997,7 +6989,7 @@ export const orDie = <
|
|
|
6997
6989
|
*
|
|
6998
6990
|
* Use the `log` option to emit the full {@link Cause} when the channel fails.
|
|
6999
6991
|
*
|
|
7000
|
-
* @category
|
|
6992
|
+
* @category error handling
|
|
7001
6993
|
* @since 4.0.0
|
|
7002
6994
|
*/
|
|
7003
6995
|
export const ignore: <
|
|
@@ -7052,7 +7044,7 @@ const ignoreCause_ = <
|
|
|
7052
7044
|
*
|
|
7053
7045
|
* Use the `log` option to emit the full {@link Cause} when the channel fails.
|
|
7054
7046
|
*
|
|
7055
|
-
* @category
|
|
7047
|
+
* @category error handling
|
|
7056
7048
|
* @since 4.0.0
|
|
7057
7049
|
*/
|
|
7058
7050
|
export const ignoreCause: <
|
|
@@ -7198,7 +7190,7 @@ export const retry: {
|
|
|
7198
7190
|
* ```
|
|
7199
7191
|
*
|
|
7200
7192
|
* @category sequencing
|
|
7201
|
-
* @since
|
|
7193
|
+
* @since 4.0.0
|
|
7202
7194
|
*/
|
|
7203
7195
|
export const switchMap: {
|
|
7204
7196
|
/**
|
|
@@ -7231,7 +7223,7 @@ export const switchMap: {
|
|
|
7231
7223
|
* ```
|
|
7232
7224
|
*
|
|
7233
7225
|
* @category sequencing
|
|
7234
|
-
* @since
|
|
7226
|
+
* @since 4.0.0
|
|
7235
7227
|
*/
|
|
7236
7228
|
<OutElem, OutElem1, OutErr1, OutDone1, InElem1, InErr1, InDone1, Env1>(
|
|
7237
7229
|
f: (d: OutElem) => Channel<OutElem1, OutErr1, OutDone1, InElem1, InErr1, InDone1, Env1>,
|
|
@@ -7280,7 +7272,7 @@ export const switchMap: {
|
|
|
7280
7272
|
* ```
|
|
7281
7273
|
*
|
|
7282
7274
|
* @category sequencing
|
|
7283
|
-
* @since
|
|
7275
|
+
* @since 4.0.0
|
|
7284
7276
|
*/
|
|
7285
7277
|
<
|
|
7286
7278
|
OutElem,
|
|
@@ -7666,7 +7658,7 @@ export const mergeAll: {
|
|
|
7666
7658
|
* ```
|
|
7667
7659
|
*
|
|
7668
7660
|
* @category models
|
|
7669
|
-
* @since
|
|
7661
|
+
* @since 4.0.0
|
|
7670
7662
|
*/
|
|
7671
7663
|
export type HaltStrategy = "left" | "right" | "both" | "either"
|
|
7672
7664
|
|
|
@@ -7697,7 +7689,7 @@ export type HaltStrategy = "left" | "right" | "both" | "either"
|
|
|
7697
7689
|
* ```
|
|
7698
7690
|
*
|
|
7699
7691
|
* @category utils
|
|
7700
|
-
* @since
|
|
7692
|
+
* @since 4.0.0
|
|
7701
7693
|
*/
|
|
7702
7694
|
export const merge: {
|
|
7703
7695
|
/**
|
|
@@ -7727,7 +7719,7 @@ export const merge: {
|
|
|
7727
7719
|
* ```
|
|
7728
7720
|
*
|
|
7729
7721
|
* @category utils
|
|
7730
|
-
* @since
|
|
7722
|
+
* @since 4.0.0
|
|
7731
7723
|
*/
|
|
7732
7724
|
<OutElem1, OutErr1, OutDone1, InElem1, InErr1, InDone1, Env1>(
|
|
7733
7725
|
right: Channel<OutElem1, OutErr1, OutDone1, InElem1, InErr1, InDone1, Env1>,
|
|
@@ -7772,7 +7764,7 @@ export const merge: {
|
|
|
7772
7764
|
* ```
|
|
7773
7765
|
*
|
|
7774
7766
|
* @category utils
|
|
7775
|
-
* @since
|
|
7767
|
+
* @since 4.0.0
|
|
7776
7768
|
*/
|
|
7777
7769
|
<
|
|
7778
7770
|
OutElem,
|
|
@@ -7863,7 +7855,7 @@ export const merge: {
|
|
|
7863
7855
|
* ```
|
|
7864
7856
|
*
|
|
7865
7857
|
* @category utils
|
|
7866
|
-
* @since
|
|
7858
|
+
* @since 4.0.0
|
|
7867
7859
|
*/
|
|
7868
7860
|
OutElem | OutElem1, /**
|
|
7869
7861
|
* Returns a new channel, which is the merge of this channel and the specified
|
|
@@ -7892,7 +7884,7 @@ export const merge: {
|
|
|
7892
7884
|
* ```
|
|
7893
7885
|
*
|
|
7894
7886
|
* @category utils
|
|
7895
|
-
* @since
|
|
7887
|
+
* @since 4.0.0
|
|
7896
7888
|
*/
|
|
7897
7889
|
OutErr | OutErr1 | Cause.Done<OutDone | OutDone1>>(0)
|
|
7898
7890
|
yield* Scope.addFinalizer(forkedScope, Queue.shutdown(queue))
|
|
@@ -8131,8 +8123,9 @@ export const splitLines = <Err, Done>(): Channel<
|
|
|
8131
8123
|
/**
|
|
8132
8124
|
* Decodes incoming `Uint8Array` chunks into strings using `TextDecoder`.
|
|
8133
8125
|
*
|
|
8134
|
-
*
|
|
8135
|
-
* optional `encoding` and `options` are
|
|
8126
|
+
* Input chunks are decoded with streaming enabled so multi-byte characters may
|
|
8127
|
+
* span `Uint8Array` boundaries. The optional `encoding` and `options` are
|
|
8128
|
+
* passed to `TextDecoder`.
|
|
8136
8129
|
*
|
|
8137
8130
|
* @category String manipulation
|
|
8138
8131
|
* @since 4.0.0
|
|
@@ -8148,7 +8141,8 @@ export const decodeText = <Err, Done>(encoding?: string, options?: TextDecoderOp
|
|
|
8148
8141
|
fromTransform((upstream, _scope) =>
|
|
8149
8142
|
Effect.sync(() => {
|
|
8150
8143
|
const decoder = new TextDecoder(encoding, options)
|
|
8151
|
-
|
|
8144
|
+
const streamOptions = { stream: true }
|
|
8145
|
+
return Effect.map(upstream, Arr.map((line) => decoder.decode(line, streamOptions)))
|
|
8152
8146
|
})
|
|
8153
8147
|
)
|
|
8154
8148
|
|
|
@@ -8652,7 +8646,7 @@ export const buffer: {
|
|
|
8652
8646
|
* buffering up to `capacity` elements in a queue.
|
|
8653
8647
|
*
|
|
8654
8648
|
* @category Buffering
|
|
8655
|
-
* @since
|
|
8649
|
+
* @since 4.0.0
|
|
8656
8650
|
*/
|
|
8657
8651
|
export const bufferArray: {
|
|
8658
8652
|
/**
|
|
@@ -8660,7 +8654,7 @@ export const bufferArray: {
|
|
|
8660
8654
|
* buffering up to `capacity` elements in a queue.
|
|
8661
8655
|
*
|
|
8662
8656
|
* @category Buffering
|
|
8663
|
-
* @since
|
|
8657
|
+
* @since 4.0.0
|
|
8664
8658
|
*/
|
|
8665
8659
|
(
|
|
8666
8660
|
options: { readonly capacity: "unbounded" } | {
|
|
@@ -8675,7 +8669,7 @@ export const bufferArray: {
|
|
|
8675
8669
|
* buffering up to `capacity` elements in a queue.
|
|
8676
8670
|
*
|
|
8677
8671
|
* @category Buffering
|
|
8678
|
-
* @since
|
|
8672
|
+
* @since 4.0.0
|
|
8679
8673
|
*/
|
|
8680
8674
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
8681
8675
|
self: Channel<Arr.NonEmptyReadonlyArray<OutElem>, OutErr, OutDone, InElem, InErr, InDone, Env>,
|
|
@@ -8698,14 +8692,14 @@ export const bufferArray: {
|
|
|
8698
8692
|
* buffering up to `capacity` elements in a queue.
|
|
8699
8693
|
*
|
|
8700
8694
|
* @category Buffering
|
|
8701
|
-
* @since
|
|
8695
|
+
* @since 4.0.0
|
|
8702
8696
|
*/
|
|
8703
8697
|
OutElem, /**
|
|
8704
8698
|
* Allows a faster producer to progress independently of a slower consumer by
|
|
8705
8699
|
* buffering up to `capacity` elements in a queue.
|
|
8706
8700
|
*
|
|
8707
8701
|
* @category Buffering
|
|
8708
|
-
* @since
|
|
8702
|
+
* @since 4.0.0
|
|
8709
8703
|
*/
|
|
8710
8704
|
OutErr | Cause.Done<OutDone>>({
|
|
8711
8705
|
capacity: options.capacity === "unbounded" ? undefined : options.capacity,
|
|
@@ -9248,7 +9242,7 @@ const runWith = <
|
|
|
9248
9242
|
/**
|
|
9249
9243
|
* Create a channel from the specified services.
|
|
9250
9244
|
*
|
|
9251
|
-
* @category
|
|
9245
|
+
* @category services
|
|
9252
9246
|
* @since 2.0.0
|
|
9253
9247
|
*/
|
|
9254
9248
|
export const contextWith = <Env, OutElem, OutErr, OutDone, InElem, InErr, InDone, Env2>(
|
|
@@ -9262,16 +9256,16 @@ export const contextWith = <Env, OutElem, OutErr, OutDone, InElem, InErr, InDone
|
|
|
9262
9256
|
* Provides a `Context` to the channel, removing the corresponding service
|
|
9263
9257
|
* requirements from the returned channel.
|
|
9264
9258
|
*
|
|
9265
|
-
* @category
|
|
9266
|
-
* @since
|
|
9259
|
+
* @category services
|
|
9260
|
+
* @since 2.0.0
|
|
9267
9261
|
*/
|
|
9268
9262
|
export const provideContext: {
|
|
9269
9263
|
/**
|
|
9270
9264
|
* Provides a `Context` to the channel, removing the corresponding service
|
|
9271
9265
|
* requirements from the returned channel.
|
|
9272
9266
|
*
|
|
9273
|
-
* @category
|
|
9274
|
-
* @since
|
|
9267
|
+
* @category services
|
|
9268
|
+
* @since 2.0.0
|
|
9275
9269
|
*/
|
|
9276
9270
|
<R2>(context: Context.Context<R2>): <OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
9277
9271
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>
|
|
@@ -9280,8 +9274,8 @@ export const provideContext: {
|
|
|
9280
9274
|
* Provides a `Context` to the channel, removing the corresponding service
|
|
9281
9275
|
* requirements from the returned channel.
|
|
9282
9276
|
*
|
|
9283
|
-
* @category
|
|
9284
|
-
* @since
|
|
9277
|
+
* @category services
|
|
9278
|
+
* @since 2.0.0
|
|
9285
9279
|
*/
|
|
9286
9280
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, R2>(
|
|
9287
9281
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>,
|
|
@@ -9302,16 +9296,16 @@ export const provideContext: {
|
|
|
9302
9296
|
* Provides a concrete service for a context key, removing that service
|
|
9303
9297
|
* requirement from the returned channel.
|
|
9304
9298
|
*
|
|
9305
|
-
* @category
|
|
9306
|
-
* @since
|
|
9299
|
+
* @category services
|
|
9300
|
+
* @since 2.0.0
|
|
9307
9301
|
*/
|
|
9308
9302
|
export const provideService: {
|
|
9309
9303
|
/**
|
|
9310
9304
|
* Provides a concrete service for a context key, removing that service
|
|
9311
9305
|
* requirement from the returned channel.
|
|
9312
9306
|
*
|
|
9313
|
-
* @category
|
|
9314
|
-
* @since
|
|
9307
|
+
* @category services
|
|
9308
|
+
* @since 2.0.0
|
|
9315
9309
|
*/
|
|
9316
9310
|
<I, S>(key: Context.Key<I, S>, service: NoInfer<S>): <OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
9317
9311
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>
|
|
@@ -9320,8 +9314,8 @@ export const provideService: {
|
|
|
9320
9314
|
* Provides a concrete service for a context key, removing that service
|
|
9321
9315
|
* requirement from the returned channel.
|
|
9322
9316
|
*
|
|
9323
|
-
* @category
|
|
9324
|
-
* @since
|
|
9317
|
+
* @category services
|
|
9318
|
+
* @since 2.0.0
|
|
9325
9319
|
*/
|
|
9326
9320
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, I, S>(
|
|
9327
9321
|
self: Channel<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>,
|
|
@@ -9347,7 +9341,7 @@ export const provideService: {
|
|
|
9347
9341
|
* If the service effect fails, the returned channel fails. The provided service
|
|
9348
9342
|
* removes the corresponding service requirement from the returned channel.
|
|
9349
9343
|
*
|
|
9350
|
-
* @category
|
|
9344
|
+
* @category services
|
|
9351
9345
|
* @since 4.0.0
|
|
9352
9346
|
*/
|
|
9353
9347
|
export const provideServiceEffect: {
|
|
@@ -9358,7 +9352,7 @@ export const provideServiceEffect: {
|
|
|
9358
9352
|
* If the service effect fails, the returned channel fails. The provided service
|
|
9359
9353
|
* removes the corresponding service requirement from the returned channel.
|
|
9360
9354
|
*
|
|
9361
|
-
* @category
|
|
9355
|
+
* @category services
|
|
9362
9356
|
* @since 4.0.0
|
|
9363
9357
|
*/
|
|
9364
9358
|
<I, S, ES, RS>(key: Context.Key<I, S>, service: Effect.Effect<NoInfer<S>, ES, RS>): <OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
@@ -9371,7 +9365,7 @@ export const provideServiceEffect: {
|
|
|
9371
9365
|
* If the service effect fails, the returned channel fails. The provided service
|
|
9372
9366
|
* removes the corresponding service requirement from the returned channel.
|
|
9373
9367
|
*
|
|
9374
|
-
* @category
|
|
9368
|
+
* @category services
|
|
9375
9369
|
* @since 4.0.0
|
|
9376
9370
|
*/
|
|
9377
9371
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, I, S, ES, RS>(
|
|
@@ -9399,7 +9393,7 @@ export const provideServiceEffect: {
|
|
|
9399
9393
|
* builds the layer in the channel scope. Use `options.local` to build a fresh
|
|
9400
9394
|
* layer instance for this provision.
|
|
9401
9395
|
*
|
|
9402
|
-
* @category
|
|
9396
|
+
* @category services
|
|
9403
9397
|
* @since 4.0.0
|
|
9404
9398
|
*/
|
|
9405
9399
|
export const provide: {
|
|
@@ -9411,7 +9405,7 @@ export const provide: {
|
|
|
9411
9405
|
* builds the layer in the channel scope. Use `options.local` to build a fresh
|
|
9412
9406
|
* layer instance for this provision.
|
|
9413
9407
|
*
|
|
9414
|
-
* @category
|
|
9408
|
+
* @category services
|
|
9415
9409
|
* @since 4.0.0
|
|
9416
9410
|
*/
|
|
9417
9411
|
<A, E = never, R = never>(
|
|
@@ -9430,7 +9424,7 @@ export const provide: {
|
|
|
9430
9424
|
* builds the layer in the channel scope. Use `options.local` to build a fresh
|
|
9431
9425
|
* layer instance for this provision.
|
|
9432
9426
|
*
|
|
9433
|
-
* @category
|
|
9427
|
+
* @category services
|
|
9434
9428
|
* @since 4.0.0
|
|
9435
9429
|
*/
|
|
9436
9430
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, A, E = never, R = never>(
|
|
@@ -9467,8 +9461,8 @@ export const provide: {
|
|
|
9467
9461
|
* provide to the channel. The returned channel requires the services needed to
|
|
9468
9462
|
* build that context.
|
|
9469
9463
|
*
|
|
9470
|
-
* @category
|
|
9471
|
-
* @since
|
|
9464
|
+
* @category services
|
|
9465
|
+
* @since 4.0.0
|
|
9472
9466
|
*/
|
|
9473
9467
|
export const updateContext: {
|
|
9474
9468
|
/**
|
|
@@ -9478,8 +9472,8 @@ export const updateContext: {
|
|
|
9478
9472
|
* provide to the channel. The returned channel requires the services needed to
|
|
9479
9473
|
* build that context.
|
|
9480
9474
|
*
|
|
9481
|
-
* @category
|
|
9482
|
-
* @since
|
|
9475
|
+
* @category services
|
|
9476
|
+
* @since 4.0.0
|
|
9483
9477
|
*/
|
|
9484
9478
|
<Env, R2>(f: (context: Context.Context<R2>) => Context.Context<Env>): <OutElem, OutErr, OutDone, InElem, InErr, InDone>(
|
|
9485
9479
|
self: Channel<OutElem, InElem, OutErr, InErr, OutDone, InDone, Env>
|
|
@@ -9491,8 +9485,8 @@ export const updateContext: {
|
|
|
9491
9485
|
* provide to the channel. The returned channel requires the services needed to
|
|
9492
9486
|
* build that context.
|
|
9493
9487
|
*
|
|
9494
|
-
* @category
|
|
9495
|
-
* @since
|
|
9488
|
+
* @category services
|
|
9489
|
+
* @since 4.0.0
|
|
9496
9490
|
*/
|
|
9497
9491
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, R2>(
|
|
9498
9492
|
self: Channel<OutElem, InElem, OutErr, InErr, OutDone, InDone, Env>,
|
|
@@ -9515,7 +9509,7 @@ export const updateContext: {
|
|
|
9515
9509
|
* The existing service is read from the context. The updated service is
|
|
9516
9510
|
* provided to the channel under the same key.
|
|
9517
9511
|
*
|
|
9518
|
-
* @category
|
|
9512
|
+
* @category services
|
|
9519
9513
|
* @since 2.0.0
|
|
9520
9514
|
*/
|
|
9521
9515
|
export const updateService: {
|
|
@@ -9525,7 +9519,7 @@ export const updateService: {
|
|
|
9525
9519
|
* The existing service is read from the context. The updated service is
|
|
9526
9520
|
* provided to the channel under the same key.
|
|
9527
9521
|
*
|
|
9528
|
-
* @category
|
|
9522
|
+
* @category services
|
|
9529
9523
|
* @since 2.0.0
|
|
9530
9524
|
*/
|
|
9531
9525
|
<I, S>(key: Context.Key<I, S>, f: (service: NoInfer<S>) => S): <OutElem, OutErr, OutDone, InElem, InErr, InDone, Env>(
|
|
@@ -9537,7 +9531,7 @@ export const updateService: {
|
|
|
9537
9531
|
* The existing service is read from the context. The updated service is
|
|
9538
9532
|
* provided to the channel under the same key.
|
|
9539
9533
|
*
|
|
9540
|
-
* @category
|
|
9534
|
+
* @category services
|
|
9541
9535
|
* @since 2.0.0
|
|
9542
9536
|
*/
|
|
9543
9537
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, Env, I, S>(
|
|
@@ -9563,8 +9557,8 @@ export const updateService: {
|
|
|
9563
9557
|
* The created span is provided as the current parent span while the channel
|
|
9564
9558
|
* runs. The span is ended with the channel's exit value.
|
|
9565
9559
|
*
|
|
9566
|
-
* @category
|
|
9567
|
-
* @since
|
|
9560
|
+
* @category tracing
|
|
9561
|
+
* @since 2.0.0
|
|
9568
9562
|
*/
|
|
9569
9563
|
export const withSpan: {
|
|
9570
9564
|
/**
|
|
@@ -9573,8 +9567,8 @@ export const withSpan: {
|
|
|
9573
9567
|
* The created span is provided as the current parent span while the channel
|
|
9574
9568
|
* runs. The span is ended with the channel's exit value.
|
|
9575
9569
|
*
|
|
9576
|
-
* @category
|
|
9577
|
-
* @since
|
|
9570
|
+
* @category tracing
|
|
9571
|
+
* @since 2.0.0
|
|
9578
9572
|
*/
|
|
9579
9573
|
(name: string, options?: SpanOptions): <OutElem, OutErr, OutDone, InElem, InErr, InDone, R>(
|
|
9580
9574
|
self: Channel<OutElem, InElem, OutErr, InErr, OutDone, InDone, R>
|
|
@@ -9585,8 +9579,8 @@ export const withSpan: {
|
|
|
9585
9579
|
* The created span is provided as the current parent span while the channel
|
|
9586
9580
|
* runs. The span is ended with the channel's exit value.
|
|
9587
9581
|
*
|
|
9588
|
-
* @category
|
|
9589
|
-
* @since
|
|
9582
|
+
* @category tracing
|
|
9583
|
+
* @since 2.0.0
|
|
9590
9584
|
*/
|
|
9591
9585
|
<OutElem, OutErr, OutDone, InElem, InErr, InDone, R>(
|
|
9592
9586
|
self: Channel<OutElem, InElem, OutErr, InErr, OutDone, InDone, R>,
|
|
@@ -9882,7 +9876,7 @@ export const bindTo: {
|
|
|
9882
9876
|
* ```
|
|
9883
9877
|
*
|
|
9884
9878
|
* @category execution
|
|
9885
|
-
* @since
|
|
9879
|
+
* @since 4.0.0
|
|
9886
9880
|
*/
|
|
9887
9881
|
export const runCount = <OutElem, OutErr, OutDone, Env>(
|
|
9888
9882
|
self: Channel<OutElem, OutErr, OutDone, unknown, unknown, unknown, Env>
|
|
@@ -9945,7 +9939,7 @@ export const runDrain = <OutElem, OutErr, OutDone, Env>(
|
|
|
9945
9939
|
* ```
|
|
9946
9940
|
*
|
|
9947
9941
|
* @category execution
|
|
9948
|
-
* @since
|
|
9942
|
+
* @since 4.0.0
|
|
9949
9943
|
*/
|
|
9950
9944
|
export const runForEach: {
|
|
9951
9945
|
/**
|
|
@@ -9973,7 +9967,7 @@ export const runForEach: {
|
|
|
9973
9967
|
* ```
|
|
9974
9968
|
*
|
|
9975
9969
|
* @category execution
|
|
9976
|
-
* @since
|
|
9970
|
+
* @since 4.0.0
|
|
9977
9971
|
*/
|
|
9978
9972
|
<OutElem, EX, RX>(f: (o: OutElem) => Effect.Effect<void, EX, RX>): <OutErr, OutDone, Env>(
|
|
9979
9973
|
self: Channel<OutElem, OutErr, OutDone, unknown, unknown, unknown, Env>
|
|
@@ -10003,7 +9997,7 @@ export const runForEach: {
|
|
|
10003
9997
|
* ```
|
|
10004
9998
|
*
|
|
10005
9999
|
* @category execution
|
|
10006
|
-
* @since
|
|
10000
|
+
* @since 4.0.0
|
|
10007
10001
|
*/
|
|
10008
10002
|
<OutElem, OutErr, OutDone, Env, EX, RX>(
|
|
10009
10003
|
self: Channel<OutElem, OutErr, OutDone, unknown, unknown, unknown, Env>,
|
|
@@ -10026,7 +10020,7 @@ export const runForEach: {
|
|
|
10026
10020
|
* consumption early. The returned effect completes with `void`.
|
|
10027
10021
|
*
|
|
10028
10022
|
* @category execution
|
|
10029
|
-
* @since
|
|
10023
|
+
* @since 4.0.0
|
|
10030
10024
|
*/
|
|
10031
10025
|
export const runForEachWhile: {
|
|
10032
10026
|
/**
|
|
@@ -10037,7 +10031,7 @@ export const runForEachWhile: {
|
|
|
10037
10031
|
* consumption early. The returned effect completes with `void`.
|
|
10038
10032
|
*
|
|
10039
10033
|
* @category execution
|
|
10040
|
-
* @since
|
|
10034
|
+
* @since 4.0.0
|
|
10041
10035
|
*/
|
|
10042
10036
|
<OutElem, EX, RX>(f: (o: OutElem) => Effect.Effect<boolean, EX, RX>): <OutErr, OutDone, Env>(
|
|
10043
10037
|
self: Channel<OutElem, OutErr, OutDone, unknown, unknown, unknown, Env>
|
|
@@ -10050,7 +10044,7 @@ export const runForEachWhile: {
|
|
|
10050
10044
|
* consumption early. The returned effect completes with `void`.
|
|
10051
10045
|
*
|
|
10052
10046
|
* @category execution
|
|
10053
|
-
* @since
|
|
10047
|
+
* @since 4.0.0
|
|
10054
10048
|
*/
|
|
10055
10049
|
<OutElem, OutErr, OutDone, Env, EX, RX>(
|
|
10056
10050
|
self: Channel<OutElem, OutErr, OutDone, unknown, unknown, unknown, Env>,
|
|
@@ -10120,7 +10114,7 @@ export const runDone = <OutElem, OutErr, OutDone, Env>(
|
|
|
10120
10114
|
* channel completes without emitting output.
|
|
10121
10115
|
*
|
|
10122
10116
|
* @category execution
|
|
10123
|
-
* @since
|
|
10117
|
+
* @since 4.0.0
|
|
10124
10118
|
*/
|
|
10125
10119
|
export const runHead = <OutElem, OutErr, OutDone, Env>(
|
|
10126
10120
|
self: Channel<OutElem, OutErr, OutDone, unknown, unknown, unknown, Env>
|
|
@@ -10145,7 +10139,7 @@ export const runHead = <OutElem, OutErr, OutDone, Env>(
|
|
|
10145
10139
|
* channel completes without emitting output.
|
|
10146
10140
|
*
|
|
10147
10141
|
* @category execution
|
|
10148
|
-
* @since
|
|
10142
|
+
* @since 4.0.0
|
|
10149
10143
|
*/
|
|
10150
10144
|
export const runLast = <OutElem, OutErr, OutDone, Env>(
|
|
10151
10145
|
self: Channel<OutElem, OutErr, OutDone, unknown, unknown, unknown, Env>
|
|
@@ -10189,7 +10183,7 @@ export const runLast = <OutElem, OutErr, OutDone, Env>(
|
|
|
10189
10183
|
* ```
|
|
10190
10184
|
*
|
|
10191
10185
|
* @category execution
|
|
10192
|
-
* @since
|
|
10186
|
+
* @since 4.0.0
|
|
10193
10187
|
*/
|
|
10194
10188
|
export const runFold: {
|
|
10195
10189
|
/**
|
|
@@ -10214,7 +10208,7 @@ export const runFold: {
|
|
|
10214
10208
|
* ```
|
|
10215
10209
|
*
|
|
10216
10210
|
* @category execution
|
|
10217
|
-
* @since
|
|
10211
|
+
* @since 4.0.0
|
|
10218
10212
|
*/
|
|
10219
10213
|
<Z, OutElem>(initial: LazyArg<Z>, f: (acc: Z, o: OutElem) => Z): <OutErr, OutDone, Env>(
|
|
10220
10214
|
self: Channel<OutElem, OutErr, OutDone, unknown, unknown, unknown, Env>
|
|
@@ -10241,7 +10235,7 @@ export const runFold: {
|
|
|
10241
10235
|
* ```
|
|
10242
10236
|
*
|
|
10243
10237
|
* @category execution
|
|
10244
|
-
* @since
|
|
10238
|
+
* @since 4.0.0
|
|
10245
10239
|
*/
|
|
10246
10240
|
<OutElem, OutErr, OutDone, Env, Z>(
|
|
10247
10241
|
self: Channel<OutElem, OutErr, OutDone, unknown, unknown, unknown, Env>,
|
|
@@ -10277,7 +10271,7 @@ export const runFold: {
|
|
|
10277
10271
|
* final accumulator value.
|
|
10278
10272
|
*
|
|
10279
10273
|
* @category execution
|
|
10280
|
-
* @since
|
|
10274
|
+
* @since 4.0.0
|
|
10281
10275
|
*/
|
|
10282
10276
|
export const runFoldEffect: {
|
|
10283
10277
|
/**
|
|
@@ -10288,7 +10282,7 @@ export const runFoldEffect: {
|
|
|
10288
10282
|
* final accumulator value.
|
|
10289
10283
|
*
|
|
10290
10284
|
* @category execution
|
|
10291
|
-
* @since
|
|
10285
|
+
* @since 4.0.0
|
|
10292
10286
|
*/
|
|
10293
10287
|
<OutElem, Z, E, R>(initial: LazyArg<Z>, f: (acc: Z, o: OutElem) => Effect.Effect<Z, E, R>): <OutErr, OutDone, Env>(
|
|
10294
10288
|
self: Channel<OutElem, OutErr, OutDone, unknown, unknown, unknown, Env>
|
|
@@ -10301,7 +10295,7 @@ export const runFoldEffect: {
|
|
|
10301
10295
|
* final accumulator value.
|
|
10302
10296
|
*
|
|
10303
10297
|
* @category execution
|
|
10304
|
-
* @since
|
|
10298
|
+
* @since 4.0.0
|
|
10305
10299
|
*/
|
|
10306
10300
|
<OutElem, OutErr, OutDone, Env, Z, E, R>(
|
|
10307
10301
|
self: Channel<OutElem, OutErr, OutDone, unknown, unknown, unknown, Env>,
|
|
@@ -10359,7 +10353,7 @@ export const runFoldEffect: {
|
|
|
10359
10353
|
* // Use the Pull to manually consume elements
|
|
10360
10354
|
* ```
|
|
10361
10355
|
*
|
|
10362
|
-
* @category
|
|
10356
|
+
* @category destructors
|
|
10363
10357
|
* @since 2.0.0
|
|
10364
10358
|
*/
|
|
10365
10359
|
export const toPull: <OutElem, OutErr, OutDone, Env>(
|
|
@@ -10408,7 +10402,7 @@ export const toPull: <OutElem, OutErr, OutDone, Env>(
|
|
|
10408
10402
|
* })
|
|
10409
10403
|
* ```
|
|
10410
10404
|
*
|
|
10411
|
-
* @category
|
|
10405
|
+
* @category destructors
|
|
10412
10406
|
* @since 4.0.0
|
|
10413
10407
|
*/
|
|
10414
10408
|
export const toPullScoped = <OutElem, OutErr, OutDone, Env>(
|
|
@@ -10423,7 +10417,7 @@ export const toPullScoped = <OutElem, OutErr, OutDone, Env>(
|
|
|
10423
10417
|
* queue is failed with the channel's cause. The returned effect itself
|
|
10424
10418
|
* completes with `void`.
|
|
10425
10419
|
*
|
|
10426
|
-
* @category
|
|
10420
|
+
* @category destructors
|
|
10427
10421
|
* @since 4.0.0
|
|
10428
10422
|
*/
|
|
10429
10423
|
export const runIntoQueue: {
|
|
@@ -10434,7 +10428,7 @@ export const runIntoQueue: {
|
|
|
10434
10428
|
* queue is failed with the channel's cause. The returned effect itself
|
|
10435
10429
|
* completes with `void`.
|
|
10436
10430
|
*
|
|
10437
|
-
* @category
|
|
10431
|
+
* @category destructors
|
|
10438
10432
|
* @since 4.0.0
|
|
10439
10433
|
*/
|
|
10440
10434
|
<OutElem, OutErr>(queue: Queue.Queue<OutElem, OutErr | Cause.Done>): <OutDone, Env>(
|
|
@@ -10447,7 +10441,7 @@ export const runIntoQueue: {
|
|
|
10447
10441
|
* queue is failed with the channel's cause. The returned effect itself
|
|
10448
10442
|
* completes with `void`.
|
|
10449
10443
|
*
|
|
10450
|
-
* @category
|
|
10444
|
+
* @category destructors
|
|
10451
10445
|
* @since 4.0.0
|
|
10452
10446
|
*/
|
|
10453
10447
|
<OutElem, OutErr, OutDone, Env>(
|
|
@@ -10484,7 +10478,7 @@ export const runIntoQueue: {
|
|
|
10484
10478
|
* queue is failed with the channel's cause. The returned effect itself
|
|
10485
10479
|
* completes with `void`.
|
|
10486
10480
|
*
|
|
10487
|
-
* @category
|
|
10481
|
+
* @category destructors
|
|
10488
10482
|
* @since 4.0.0
|
|
10489
10483
|
*/
|
|
10490
10484
|
export const runIntoQueueArray: {
|
|
@@ -10496,7 +10490,7 @@ export const runIntoQueueArray: {
|
|
|
10496
10490
|
* queue is failed with the channel's cause. The returned effect itself
|
|
10497
10491
|
* completes with `void`.
|
|
10498
10492
|
*
|
|
10499
|
-
* @category
|
|
10493
|
+
* @category destructors
|
|
10500
10494
|
* @since 4.0.0
|
|
10501
10495
|
*/
|
|
10502
10496
|
<OutElem, OutErr>(queue: Queue.Queue<OutElem, OutErr | Cause.Done>): <OutDone, Env>(
|
|
@@ -10510,7 +10504,7 @@ export const runIntoQueueArray: {
|
|
|
10510
10504
|
* queue is failed with the channel's cause. The returned effect itself
|
|
10511
10505
|
* completes with `void`.
|
|
10512
10506
|
*
|
|
10513
|
-
* @category
|
|
10507
|
+
* @category destructors
|
|
10514
10508
|
* @since 4.0.0
|
|
10515
10509
|
*/
|
|
10516
10510
|
<OutElem, OutErr, OutDone, Env>(
|
|
@@ -10566,8 +10560,8 @@ export const runIntoQueueArray: {
|
|
|
10566
10560
|
* // Multiple consumers can read from the queue
|
|
10567
10561
|
* ```
|
|
10568
10562
|
*
|
|
10569
|
-
* @category
|
|
10570
|
-
* @since
|
|
10563
|
+
* @category destructors
|
|
10564
|
+
* @since 2.0.0
|
|
10571
10565
|
*/
|
|
10572
10566
|
export const toQueue: {
|
|
10573
10567
|
/**
|
|
@@ -10597,8 +10591,8 @@ export const toQueue: {
|
|
|
10597
10591
|
* // Multiple consumers can read from the queue
|
|
10598
10592
|
* ```
|
|
10599
10593
|
*
|
|
10600
|
-
* @category
|
|
10601
|
-
* @since
|
|
10594
|
+
* @category destructors
|
|
10595
|
+
* @since 2.0.0
|
|
10602
10596
|
*/
|
|
10603
10597
|
(
|
|
10604
10598
|
options: {
|
|
@@ -10637,8 +10631,8 @@ export const toQueue: {
|
|
|
10637
10631
|
* // Multiple consumers can read from the queue
|
|
10638
10632
|
* ```
|
|
10639
10633
|
*
|
|
10640
|
-
* @category
|
|
10641
|
-
* @since
|
|
10634
|
+
* @category destructors
|
|
10635
|
+
* @since 2.0.0
|
|
10642
10636
|
*/
|
|
10643
10637
|
<OutElem, OutErr, OutDone, Env>(
|
|
10644
10638
|
self: Channel<OutElem, OutErr, OutDone, unknown, unknown, unknown, Env>,
|
|
@@ -10688,8 +10682,8 @@ export const toQueue: {
|
|
|
10688
10682
|
* // Multiple consumers can read from the queue
|
|
10689
10683
|
* ```
|
|
10690
10684
|
*
|
|
10691
|
-
* @category
|
|
10692
|
-
* @since
|
|
10685
|
+
* @category destructors
|
|
10686
|
+
* @since 2.0.0
|
|
10693
10687
|
*/
|
|
10694
10688
|
OutElem, /**
|
|
10695
10689
|
* Creates a scoped queue and forks the channel to feed it for concurrent
|
|
@@ -10718,8 +10712,8 @@ export const toQueue: {
|
|
|
10718
10712
|
* // Multiple consumers can read from the queue
|
|
10719
10713
|
* ```
|
|
10720
10714
|
*
|
|
10721
|
-
* @category
|
|
10722
|
-
* @since
|
|
10715
|
+
* @category destructors
|
|
10716
|
+
* @since 2.0.0
|
|
10723
10717
|
*/
|
|
10724
10718
|
OutErr | Cause.Done>({
|
|
10725
10719
|
capacity: typeof options.capacity === "number" ? options.capacity : undefined,
|
|
@@ -10738,7 +10732,7 @@ export const toQueue: {
|
|
|
10738
10732
|
* completion and failure are signaled through the queue. The queue is shut down
|
|
10739
10733
|
* when the surrounding scope closes.
|
|
10740
10734
|
*
|
|
10741
|
-
* @category
|
|
10735
|
+
* @category destructors
|
|
10742
10736
|
* @since 4.0.0
|
|
10743
10737
|
*/
|
|
10744
10738
|
export const toQueueArray: {
|
|
@@ -10749,7 +10743,7 @@ export const toQueueArray: {
|
|
|
10749
10743
|
* completion and failure are signaled through the queue. The queue is shut down
|
|
10750
10744
|
* when the surrounding scope closes.
|
|
10751
10745
|
*
|
|
10752
|
-
* @category
|
|
10746
|
+
* @category destructors
|
|
10753
10747
|
* @since 4.0.0
|
|
10754
10748
|
*/
|
|
10755
10749
|
(
|
|
@@ -10769,7 +10763,7 @@ export const toQueueArray: {
|
|
|
10769
10763
|
* completion and failure are signaled through the queue. The queue is shut down
|
|
10770
10764
|
* when the surrounding scope closes.
|
|
10771
10765
|
*
|
|
10772
|
-
* @category
|
|
10766
|
+
* @category destructors
|
|
10773
10767
|
* @since 4.0.0
|
|
10774
10768
|
*/
|
|
10775
10769
|
<OutElem, OutErr, OutDone, Env>(
|
|
@@ -10800,7 +10794,7 @@ export const toQueueArray: {
|
|
|
10800
10794
|
* completion and failure are signaled through the queue. The queue is shut down
|
|
10801
10795
|
* when the surrounding scope closes.
|
|
10802
10796
|
*
|
|
10803
|
-
* @category
|
|
10797
|
+
* @category destructors
|
|
10804
10798
|
* @since 4.0.0
|
|
10805
10799
|
*/
|
|
10806
10800
|
OutElem, /**
|
|
@@ -10810,7 +10804,7 @@ export const toQueueArray: {
|
|
|
10810
10804
|
* completion and failure are signaled through the queue. The queue is shut down
|
|
10811
10805
|
* when the surrounding scope closes.
|
|
10812
10806
|
*
|
|
10813
|
-
* @category
|
|
10807
|
+
* @category destructors
|
|
10814
10808
|
* @since 4.0.0
|
|
10815
10809
|
*/
|
|
10816
10810
|
OutErr | Cause.Done>({
|
|
@@ -10829,8 +10823,8 @@ export const toQueueArray: {
|
|
|
10829
10823
|
* `shutdownOnEnd` indicates whether the PubSub should be shut down when the
|
|
10830
10824
|
* channel ends. By default this is `true`.
|
|
10831
10825
|
*
|
|
10832
|
-
* @category
|
|
10833
|
-
* @since
|
|
10826
|
+
* @category destructors
|
|
10827
|
+
* @since 2.0.0
|
|
10834
10828
|
*/
|
|
10835
10829
|
export const toPubSub: {
|
|
10836
10830
|
/**
|
|
@@ -10839,8 +10833,8 @@ export const toPubSub: {
|
|
|
10839
10833
|
* `shutdownOnEnd` indicates whether the PubSub should be shut down when the
|
|
10840
10834
|
* channel ends. By default this is `true`.
|
|
10841
10835
|
*
|
|
10842
|
-
* @category
|
|
10843
|
-
* @since
|
|
10836
|
+
* @category destructors
|
|
10837
|
+
* @since 2.0.0
|
|
10844
10838
|
*/
|
|
10845
10839
|
(
|
|
10846
10840
|
options: {
|
|
@@ -10862,8 +10856,8 @@ export const toPubSub: {
|
|
|
10862
10856
|
* `shutdownOnEnd` indicates whether the PubSub should be shut down when the
|
|
10863
10857
|
* channel ends. By default this is `true`.
|
|
10864
10858
|
*
|
|
10865
|
-
* @category
|
|
10866
|
-
* @since
|
|
10859
|
+
* @category destructors
|
|
10860
|
+
* @since 2.0.0
|
|
10867
10861
|
*/
|
|
10868
10862
|
<OutElem, OutErr, OutDone, Env>(
|
|
10869
10863
|
self: Channel<OutElem, OutErr, OutDone, unknown, unknown, unknown, Env>,
|
|
@@ -10899,8 +10893,8 @@ export const toPubSub: {
|
|
|
10899
10893
|
* `shutdownOnEnd` indicates whether the PubSub should be shut down when the
|
|
10900
10894
|
* channel ends. By default this is `true`.
|
|
10901
10895
|
*
|
|
10902
|
-
* @category
|
|
10903
|
-
* @since
|
|
10896
|
+
* @category destructors
|
|
10897
|
+
* @since 2.0.0
|
|
10904
10898
|
*/
|
|
10905
10899
|
OutElem>(options)
|
|
10906
10900
|
yield* Effect.forkScoped(runIntoPubSub(self, pubsub, {
|
|
@@ -10916,7 +10910,7 @@ export const toPubSub: {
|
|
|
10916
10910
|
* The channel's output values are published as individual PubSub messages. Use
|
|
10917
10911
|
* `options.shutdownOnEnd` to shut down the PubSub when channel execution ends.
|
|
10918
10912
|
*
|
|
10919
|
-
* @category
|
|
10913
|
+
* @category destructors
|
|
10920
10914
|
* @since 4.0.0
|
|
10921
10915
|
*/
|
|
10922
10916
|
export const runIntoPubSub: {
|
|
@@ -10926,7 +10920,7 @@ export const runIntoPubSub: {
|
|
|
10926
10920
|
* The channel's output values are published as individual PubSub messages. Use
|
|
10927
10921
|
* `options.shutdownOnEnd` to shut down the PubSub when channel execution ends.
|
|
10928
10922
|
*
|
|
10929
|
-
* @category
|
|
10923
|
+
* @category destructors
|
|
10930
10924
|
* @since 4.0.0
|
|
10931
10925
|
*/
|
|
10932
10926
|
<OutElem>(
|
|
@@ -10943,7 +10937,7 @@ export const runIntoPubSub: {
|
|
|
10943
10937
|
* The channel's output values are published as individual PubSub messages. Use
|
|
10944
10938
|
* `options.shutdownOnEnd` to shut down the PubSub when channel execution ends.
|
|
10945
10939
|
*
|
|
10946
|
-
* @category
|
|
10940
|
+
* @category destructors
|
|
10947
10941
|
* @since 4.0.0
|
|
10948
10942
|
*/
|
|
10949
10943
|
<OutElem, OutErr, OutDone, Env>(
|
|
@@ -10996,7 +10990,7 @@ const makePubSub = <A>(
|
|
|
10996
10990
|
* PubSub message. `shutdownOnEnd` indicates whether the PubSub should be shut
|
|
10997
10991
|
* down when the channel ends. By default this is `true`.
|
|
10998
10992
|
*
|
|
10999
|
-
* @category
|
|
10993
|
+
* @category destructors
|
|
11000
10994
|
* @since 4.0.0
|
|
11001
10995
|
*/
|
|
11002
10996
|
export const toPubSubArray: {
|
|
@@ -11008,7 +11002,7 @@ export const toPubSubArray: {
|
|
|
11008
11002
|
* PubSub message. `shutdownOnEnd` indicates whether the PubSub should be shut
|
|
11009
11003
|
* down when the channel ends. By default this is `true`.
|
|
11010
11004
|
*
|
|
11011
|
-
* @category
|
|
11005
|
+
* @category destructors
|
|
11012
11006
|
* @since 4.0.0
|
|
11013
11007
|
*/
|
|
11014
11008
|
(
|
|
@@ -11033,7 +11027,7 @@ export const toPubSubArray: {
|
|
|
11033
11027
|
* PubSub message. `shutdownOnEnd` indicates whether the PubSub should be shut
|
|
11034
11028
|
* down when the channel ends. By default this is `true`.
|
|
11035
11029
|
*
|
|
11036
|
-
* @category
|
|
11030
|
+
* @category destructors
|
|
11037
11031
|
* @since 4.0.0
|
|
11038
11032
|
*/
|
|
11039
11033
|
<OutElem, OutErr, OutDone, Env>(
|
|
@@ -11072,7 +11066,7 @@ export const toPubSubArray: {
|
|
|
11072
11066
|
* PubSub message. `shutdownOnEnd` indicates whether the PubSub should be shut
|
|
11073
11067
|
* down when the channel ends. By default this is `true`.
|
|
11074
11068
|
*
|
|
11075
|
-
* @category
|
|
11069
|
+
* @category destructors
|
|
11076
11070
|
* @since 4.0.0
|
|
11077
11071
|
*/
|
|
11078
11072
|
OutElem>(options)
|
|
@@ -11091,7 +11085,7 @@ export const toPubSubArray: {
|
|
|
11091
11085
|
* PubSub message. Use `options.shutdownOnEnd` to shut down the PubSub when
|
|
11092
11086
|
* channel execution ends.
|
|
11093
11087
|
*
|
|
11094
|
-
* @category
|
|
11088
|
+
* @category destructors
|
|
11095
11089
|
* @since 4.0.0
|
|
11096
11090
|
*/
|
|
11097
11091
|
export const runIntoPubSubArray: {
|
|
@@ -11103,7 +11097,7 @@ export const runIntoPubSubArray: {
|
|
|
11103
11097
|
* PubSub message. Use `options.shutdownOnEnd` to shut down the PubSub when
|
|
11104
11098
|
* channel execution ends.
|
|
11105
11099
|
*
|
|
11106
|
-
* @category
|
|
11100
|
+
* @category destructors
|
|
11107
11101
|
* @since 4.0.0
|
|
11108
11102
|
*/
|
|
11109
11103
|
<OutElem>(
|
|
@@ -11122,7 +11116,7 @@ export const runIntoPubSubArray: {
|
|
|
11122
11116
|
* PubSub message. Use `options.shutdownOnEnd` to shut down the PubSub when
|
|
11123
11117
|
* channel execution ends.
|
|
11124
11118
|
*
|
|
11125
|
-
* @category
|
|
11119
|
+
* @category destructors
|
|
11126
11120
|
* @since 4.0.0
|
|
11127
11121
|
*/
|
|
11128
11122
|
<OutElem, OutErr, OutDone, Env>(
|
|
@@ -11153,7 +11147,7 @@ export const runIntoPubSubArray: {
|
|
|
11153
11147
|
* channel ends, its final `Exit` is published so subscribers can observe
|
|
11154
11148
|
* completion or failure.
|
|
11155
11149
|
*
|
|
11156
|
-
* @category
|
|
11150
|
+
* @category destructors
|
|
11157
11151
|
* @since 4.0.0
|
|
11158
11152
|
*/
|
|
11159
11153
|
export const toPubSubTake: {
|
|
@@ -11164,7 +11158,7 @@ export const toPubSubTake: {
|
|
|
11164
11158
|
* channel ends, its final `Exit` is published so subscribers can observe
|
|
11165
11159
|
* completion or failure.
|
|
11166
11160
|
*
|
|
11167
|
-
* @category
|
|
11161
|
+
* @category destructors
|
|
11168
11162
|
* @since 4.0.0
|
|
11169
11163
|
*/
|
|
11170
11164
|
(
|
|
@@ -11190,7 +11184,7 @@ export const toPubSubTake: {
|
|
|
11190
11184
|
* channel ends, its final `Exit` is published so subscribers can observe
|
|
11191
11185
|
* completion or failure.
|
|
11192
11186
|
*
|
|
11193
|
-
* @category
|
|
11187
|
+
* @category destructors
|
|
11194
11188
|
* @since 4.0.0
|
|
11195
11189
|
*/
|
|
11196
11190
|
<OutElem, OutErr, OutDone, Env>(
|
|
@@ -11228,7 +11222,7 @@ export const toPubSubTake: {
|
|
|
11228
11222
|
* channel ends, its final `Exit` is published so subscribers can observe
|
|
11229
11223
|
* completion or failure.
|
|
11230
11224
|
*
|
|
11231
|
-
* @category
|
|
11225
|
+
* @category destructors
|
|
11232
11226
|
* @since 4.0.0
|
|
11233
11227
|
*/
|
|
11234
11228
|
Take.Take<OutElem, OutErr, OutDone>>(options)
|