brass-runtime 1.15.0 → 1.16.1
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/CHANGELOG.md +17 -0
- package/README.md +673 -136
- package/dist/agent/cli/main.cjs +40 -35
- package/dist/agent/cli/main.js +9 -4
- package/dist/agent/cli/main.mjs +9 -4
- package/dist/agent/index.cjs +8 -4
- package/dist/agent/index.d.ts +1 -1
- package/dist/agent/index.js +7 -3
- package/dist/agent/index.mjs +7 -3
- package/dist/chunk-2HQTDLHF.mjs +683 -0
- package/dist/chunk-36I3M4UC.mjs +370 -0
- package/dist/chunk-3AYM6WPJ.js +1629 -0
- package/dist/chunk-3LOYJFRR.cjs +300 -0
- package/dist/chunk-3RG5ZIWI.js +10 -0
- package/dist/chunk-3Y2RIUMM.js +300 -0
- package/dist/{chunk-VEZNF5GZ.cjs → chunk-4ROBZFL6.cjs} +130 -126
- package/dist/{chunk-3QMOKAS5.js → chunk-52OB2ROS.js} +9 -5
- package/dist/chunk-52PPNNI4.cjs +416 -0
- package/dist/chunk-5EC274J5.cjs +2874 -0
- package/dist/chunk-5QC7LRZ3.js +229 -0
- package/dist/chunk-5VRJNBLZ.mjs +2874 -0
- package/dist/chunk-62AZW6UT.cjs +313 -0
- package/dist/chunk-6IXXWIUM.js +683 -0
- package/dist/chunk-74ZTY6CP.js +2871 -0
- package/dist/chunk-76YMRMH2.cjs +777 -0
- package/dist/chunk-7CMJS3QE.mjs +2871 -0
- package/dist/{chunk-4NHES7VK.mjs → chunk-7JIJOVCT.js} +27 -13
- package/dist/chunk-A2OM6NEH.mjs +194 -0
- package/dist/chunk-AGR5B2BC.cjs +683 -0
- package/dist/chunk-AVNQLJ5V.js +777 -0
- package/dist/chunk-B33ICAKP.js +313 -0
- package/dist/{chunk-ELOOF35R.mjs → chunk-B5JD23U7.mjs} +1 -1
- package/dist/chunk-BABBZK4Y.js +2024 -0
- package/dist/chunk-C3MDXTRZ.js +354 -0
- package/dist/chunk-CIZFIMK5.js +2193 -0
- package/dist/chunk-CZIVE6NT.cjs +354 -0
- package/dist/chunk-DNFJLJMW.mjs +354 -0
- package/dist/chunk-DNFO2EIZ.mjs +777 -0
- package/dist/chunk-EJ6BPYVR.mjs +416 -0
- package/dist/chunk-ENKODRU3.cjs +2193 -0
- package/dist/chunk-EOC4UHBS.mjs +229 -0
- package/dist/{chunk-BMH5AV44.js → chunk-FH2X7BVP.js} +756 -440
- package/dist/{chunk-PPUXIH5R.js → chunk-FHQGHPMO.mjs} +27 -13
- package/dist/{chunk-TGIFUAK4.cjs → chunk-GLE2WY7Z.cjs} +951 -635
- package/dist/{chunk-BDF4AMWX.mjs → chunk-GYM3LLGS.mjs} +756 -440
- package/dist/chunk-HLWLMW2F.mjs +2024 -0
- package/dist/chunk-JF5WGYJJ.cjs +194 -0
- package/dist/chunk-KH4SYAOS.mjs +1629 -0
- package/dist/chunk-KN32XNTH.mjs +313 -0
- package/dist/chunk-KQLYONSE.cjs +2871 -0
- package/dist/{chunk-STVLQ3XD.cjs → chunk-KZJQ723N.cjs} +92 -78
- package/dist/chunk-L2SYFEBS.js +194 -0
- package/dist/chunk-L6VB5N7Q.cjs +104 -0
- package/dist/{chunk-K6M7MDZ4.mjs → chunk-MBEJI5HF.mjs} +9 -5
- package/dist/chunk-MIIYDLGM.js +2874 -0
- package/dist/chunk-MOO4L7F4.mjs +104 -0
- package/dist/chunk-MT3OWDPC.mjs +2193 -0
- package/dist/chunk-MVGUEJ5Z.cjs +370 -0
- package/dist/chunk-OBGZSXTJ.cjs +10 -0
- package/dist/chunk-PD4EJTQC.cjs +229 -0
- package/dist/chunk-PWC3RBQE.mjs +300 -0
- package/dist/chunk-Q2I37RP3.cjs +1629 -0
- package/dist/chunk-RKGKFN2A.js +416 -0
- package/dist/{chunk-R3R2FVLG.cjs → chunk-SA6HUJVI.cjs} +5 -5
- package/dist/chunk-TRM4JUZQ.js +104 -0
- package/dist/chunk-UB4B6OFY.js +370 -0
- package/dist/{chunk-TO7IKXYT.js → chunk-UCUBNWM2.js} +1 -1
- package/dist/chunk-VN44DYYT.cjs +2024 -0
- package/dist/chunk-Y6FXYEAI.mjs +10 -0
- package/dist/client-CZHU674n.d.ts +820 -0
- package/dist/core/index.cjs +198 -4
- package/dist/core/index.d.ts +311 -212
- package/dist/core/index.js +237 -43
- package/dist/core/index.mjs +237 -43
- package/dist/{effect-CMOQKX8y.d.ts → effect-DIUHZ9IN.d.ts} +195 -1
- package/dist/effectRunner-CFLC32IK.cjs +8 -0
- package/dist/effectRunner-L4S7IPT3.js +8 -0
- package/dist/effectRunner-NNGG75QA.mjs +8 -0
- package/dist/http/index.cjs +1227 -2971
- package/dist/http/index.d.ts +826 -280
- package/dist/http/index.js +1089 -2833
- package/dist/http/index.mjs +1089 -2833
- package/dist/http/testing.cjs +161 -0
- package/dist/http/testing.d.ts +43 -0
- package/dist/http/testing.js +161 -0
- package/dist/http/testing.mjs +161 -0
- package/dist/index.cjs +486 -250
- package/dist/index.d.ts +87 -95
- package/dist/index.js +391 -155
- package/dist/index.mjs +391 -155
- package/dist/observability/index.cjs +162 -0
- package/dist/observability/index.d.ts +152 -0
- package/dist/observability/index.js +162 -0
- package/dist/observability/index.mjs +162 -0
- package/dist/perf/cli.cjs +401 -0
- package/dist/perf/cli.d.ts +1 -0
- package/dist/perf/cli.js +401 -0
- package/dist/perf/cli.mjs +401 -0
- package/dist/perf/index.cjs +141 -0
- package/dist/perf/index.d.ts +483 -0
- package/dist/perf/index.js +141 -0
- package/dist/perf/index.mjs +141 -0
- package/dist/schedule-CK3Ml_7p.d.ts +259 -0
- package/dist/schema/index.cjs +29 -0
- package/dist/schema/index.d.ts +179 -0
- package/dist/schema/index.js +29 -0
- package/dist/schema/index.mjs +29 -0
- package/dist/server-GJPg8ZSG.d.ts +675 -0
- package/dist/{stream-FQm9h4Mg.d.ts → stream-B4oK9JFP.d.ts} +1 -1
- package/dist/tracer-Hwt1cl7h.d.ts +189 -0
- package/dist/tracing-DqbTKGcf.d.ts +148 -0
- package/docs/ARCHITECTURE.md +292 -0
- package/docs/README.md +63 -0
- package/docs/adr/0001-ai-context-pack.md +32 -0
- package/docs/agent-apply-mode.md +104 -0
- package/docs/agent-approvals.md +110 -0
- package/docs/agent-batch.md +185 -0
- package/docs/agent-boundaries.md +112 -0
- package/docs/agent-chat-sessions.md +160 -0
- package/docs/agent-ci.md +17 -0
- package/docs/agent-cli.md +405 -0
- package/docs/agent-config.md +480 -0
- package/docs/agent-context-discovery.md +159 -0
- package/docs/agent-copilot-like-dx.md +126 -0
- package/docs/agent-declarative-optimized-planning.md +138 -0
- package/docs/agent-dx.md +224 -0
- package/docs/agent-env-files.md +126 -0
- package/docs/agent-follow-up-context.md +43 -0
- package/docs/agent-global-usage.md +180 -0
- package/docs/agent-init.md +109 -0
- package/docs/agent-install-and-configure.md +516 -0
- package/docs/agent-language-workspace-ux.md +99 -0
- package/docs/agent-llm-adapters.md +123 -0
- package/docs/agent-local-install.md +190 -0
- package/docs/agent-local-tests.md +51 -0
- package/docs/agent-observability.md +155 -0
- package/docs/agent-patch-quality-loop.md +162 -0
- package/docs/agent-presets.md +22 -0
- package/docs/agent-project-commands.md +237 -0
- package/docs/agent-project-intelligence.md +156 -0
- package/docs/agent-redaction.md +18 -0
- package/docs/agent-release-readiness.md +76 -0
- package/docs/agent-rollback-safety.md +162 -0
- package/docs/agent-rollback.md +23 -0
- package/docs/agent-run-artifacts.md +16 -0
- package/docs/agent-vscode-auto-discovery.md +137 -0
- package/docs/agent-vscode-batch-runner.md +100 -0
- package/docs/agent-vscode-chat-layout.md +90 -0
- package/docs/agent-vscode-clean-install.md +147 -0
- package/docs/agent-vscode-code-actions.md +70 -0
- package/docs/agent-vscode-diff-preview.md +45 -0
- package/docs/agent-vscode-inline-assist.md +56 -0
- package/docs/agent-vscode-install.md +186 -0
- package/docs/agent-vscode-model-setup.md +97 -0
- package/docs/agent-vscode-patch-preview.md +92 -0
- package/docs/agent-vscode-problems.md +79 -0
- package/docs/agent-vscode-project-dashboard.md +106 -0
- package/docs/agent-vscode-run-history.md +92 -0
- package/docs/agent-vscode-ux.md +73 -0
- package/docs/ai/INVARIANTS.md +84 -0
- package/docs/ai/PROJECT_MAP.md +338 -0
- package/docs/ai/PUBLIC_API.md +336 -0
- package/docs/ai/VALIDATION_MATRIX.md +67 -0
- package/docs/api-polish.md +37 -0
- package/docs/cancellation.md +162 -0
- package/docs/coverage.md +46 -0
- package/docs/getting-started.md +159 -0
- package/docs/guides/README.md +40 -0
- package/docs/guides/circuit-breaker.md +89 -0
- package/docs/guides/error-handling.md +91 -0
- package/docs/guides/getting-started.md +107 -0
- package/docs/guides/layers.md +189 -0
- package/docs/guides/metrics.md +101 -0
- package/docs/guides/resource-management.md +141 -0
- package/docs/guides/retry.md +215 -0
- package/docs/guides/semaphore.md +66 -0
- package/docs/guides/streams.md +117 -0
- package/docs/guides/supervisors.md +98 -0
- package/docs/guides/testing.md +162 -0
- package/docs/guides/tracing.md +71 -0
- package/docs/http-recipes.md +399 -0
- package/docs/http.md +749 -0
- package/docs/modules.md +285 -0
- package/docs/observability-collector-smoke.md +31 -0
- package/docs/observability-framework-examples.md +98 -0
- package/docs/observability.md +542 -0
- package/docs/otel-collector-smoke.yaml +27 -0
- package/docs/performance-profiler.md +199 -0
- package/docs/production-readiness.md +73 -0
- package/docs/recipes/README.md +12 -0
- package/docs/recipes/http-server.md +45 -0
- package/docs/recipes/layers.md +44 -0
- package/docs/recipes/performance.md +47 -0
- package/docs/recipes/runtime.md +41 -0
- package/docs/recipes/testing.md +41 -0
- package/docs/release.md +53 -0
- package/docs/wasm-bounded-queues.md +44 -0
- package/docs/wasm-engine-observability-benchmarks.md +85 -0
- package/docs/wasm-fiber-engine.md +117 -0
- package/docs/wasm-scheduler-state-machine.md +122 -0
- package/docs/wasm-stream-chunks.md +54 -0
- package/package.json +48 -2
- package/dist/chunk-AR22SXML.js +0 -1043
- package/dist/chunk-BDYEENHT.js +0 -224
- package/dist/chunk-JFPU5GQI.mjs +0 -1043
- package/dist/chunk-MS34J5LY.cjs +0 -224
- package/dist/chunk-UMAZLXAB.mjs +0 -224
- package/dist/chunk-XPZNXSVN.cjs +0 -1043
- package/dist/tracing-DNT9jEbr.d.ts +0 -106
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { F as FiberEngine, W as WasmEngineRuntime, A as Async,
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
|
|
6
|
-
export {
|
|
1
|
+
import { F as FiberEngine, W as WasmEngineRuntime, A as Async, i as RuntimeFiber, j as FiberEngineStats, k as Fiber, l as FiberId, m as FiberStatus, E as Exit, c as RuntimeEvent, n as WasmBridge, o as OpcodeProgram, p as FiberId$1, q as EngineEvent, r as RefId, N as NodeId, s as OpcodeNode, t as EngineStats, O as Option, f as Runtime, S as Scope, b as RingBufferOptions } from './effect-DIUHZ9IN.js';
|
|
2
|
+
export { u as AbortablePromiseFinish, v as AbortablePromiseLabelStats, w as AbortablePromiseOptions, x as AbortablePromiseOutcome, y as AbortablePromiseStats, z as AsyncRegisterRef, C as AsyncWithPromise, D as BoundedRingBuffer, G as CancelToken, H as Canceler, I as Cause, K as CausePrettyOptions, L as ContextNode, M as CustomHostAction, P as DbHostAction, Q as DecodeRef, U as DefaultHostExecutor, V as EngineKind, X as EngineSelection, Y as EngineSelectionMode, _ as FiberContext, $ as FiberEngineKind, a0 as FiberInfo, a1 as FiberReadyQueue, a2 as FiberReadyQueueOptions, a3 as FiberReadyQueueStats, a4 as FiberRunState, a5 as FlatMapRef, a6 as FoldFailureRef, a7 as FoldSuccessRef, a8 as HostAction, a9 as HostActionKind, aa as HostActionResult, ab as HostExecutionContext, ac as HostExecutor, ad as HostRegistry, ae as HostRegistryStats, af as HttpHostAction, ag as Interrupted, ah as InterruptibilityMode, J as JSONValue, ai as Joiner, aj as LaneStatsData, ak as None, al as NoopHooks, am as ProgramBuilder, an as ProgramPatch, ao as PushStatus, ap as QueueHostAction, aq as ReadyQueueScheduleKind, ar as RestoreInterruptibility, as as RingBuffer, at as RingBufferEngine, au as RingBufferStatsData, av as RuntimeCapabilities, a as RuntimeEmitContext, aw as RuntimeEngineMode, d as RuntimeEventRecord, R as RuntimeHooks, h as RuntimeOptions, g as RuntimeRegistry, e as RuntimeSpanLink, ax as ScheduleResult, ay as Scheduler, az as SchedulerEngine, aA as SchedulerLaneMode, aB as SchedulerOptions, aC as SchedulerStats, aD as SchedulerStatsData, aE as ScopeId, aF as ScopeInfo, aG as Some, aH as SyncRef, aI as Task, T as TraceContext, aJ as WasmFiberEngine, aK as WasmFiberEngineOptions, Z as ZIO, aL as abortablePromiseStats, aM as acquireRelease, aN as async, aO as asyncCatchAll, aP as asyncFail, aQ as asyncFlatMap, aR as asyncFold, aS as asyncInterruptible, aT as asyncMap, aU as asyncMapError, aV as asyncSucceed, aW as asyncSync, aX as asyncTotal, aY as catchAll, aZ as ctxExtend, a_ as ctxToObject, a$ as emptyContext, b0 as end, b1 as engineStats, b2 as fail, b3 as flatMap, b4 as fork, b5 as formatCause, b6 as fromPromiseAbortable, b7 as getBenchmarkBudget, b8 as getCurrentFiber, b9 as globalScheduler, ba as inferCallerLaneFromStack, bb as interruptible, bc as isCause, bd as laneTag, be as linkAbortController, bf as makeBoundedRingBuffer, bg as makeCancelToken, bh as makeFiberReadyQueue, bi as makeRuntimeEventRecord, bj as map, bk as mapAsync, bl as mapError, bm as mapTryAsync, bn as none, bo as orElseOptional, bp as prettyCause, bq as resetAbortablePromiseStats, br as runtimeCapabilities, bs as runtimeEventRecordContext, bt as runtimeForCaller, bu as sanitizeLaneKey, bv as selectedEngineStats, bw as setBenchmarkBudget, bx as some, by as succeed, bz as sync, bA as toPromise, bB as toPromiseByCaller, bC as uninterruptible, bD as uninterruptibleMask, bE as unit, bF as unsafeGetCurrentRuntime, bG as unsafeRunAsync, bH as unsafeRunFoldWithEnv, bI as withAsyncPromise, bJ as withCurrentFiber, bK as withScope, bL as withScopeAsync } from './effect-DIUHZ9IN.js';
|
|
3
|
+
export { BuiltLayer, EffectEnvironment, EffectFailure, EffectSuccess, FiberRef, Layer, LayerContext, LayerScope, LogLevel, MakeRuntimeOptions, MissingLayerServiceError, Ref, RetryPolicy, RetryState, RuntimeRecorder, RuntimeRecorderExplainOptions, RuntimeRecorderOptions, RuntimeRecorderStats, Semaphore, SemaphoreStats, ServiceTag, ShutdownConfig, ShutdownStats, SupervisedChildSpec, SupervisedChildStatus, SupervisedFiber, Supervisor, SupervisorConfig, SupervisorEscalation, SupervisorEvent, SupervisorRestartContext, SupervisorRestartMode, SupervisorRestartPolicy, SupervisorStrategy, TaggedError, TestClock, TestClockTimerSnapshot, TestRuntime, TestRuntimeOptions, TestScheduledTask, TestScheduler, TimeoutError, WorkerPool, WorkerPoolConfig, WorkerPoolError, WorkerPoolStats, assertCompletesWithin, assertFails, assertFailsWith, assertSucceeds, buildLayer, catchTag, catchTags, composeLayer, consoleJsonLogger, defineLayer, defineService, delayedEffect, derivedRef, dumpAllFibers, fiberRefSnapshot, flakyEffect, formatLayerError, getFiberRef, getService, gracefulShutdown, joinSupervised, layer, layerEffect, layerFail, layerFrom, layerFromContext, layerSucceed, layerValue, locallyFiberRef, locallyFiberRefWith, makeFiberRef, makeLayerScope, makeRef, makeRuntime, makeRuntimeRecorder, makeSemaphore, makeServiceTag, makeSupervisor, makeTestRuntime, makeWorkerPool, mapErrorTyped, mapLayer, mergeLayer, modifyFiberRef, neverEffect, orElse, provide, provideContext, provideLayer, provideLayerContext, registerShutdownHooks, retry, retryN, retryWithBackoff, runEffect, runExit, runPromise, serviceTag, setFiberRef, sleep, supervise, tagError, timeout, unsafeGetFiberRef, unsafeSetFiberRef, updateFiberRef } from './core/index.js';
|
|
4
|
+
export { M as ManagedResource, R as Resource, R as ResourceDescriptor, S as Span, a as SpanContext, b as SpanEvent, c as SpanStatus, T as Tracer, d as TracerConfig, e as bracket, f as ensuring, m as makeResource, g as makeTracer, h as managed, i as managedAll, r as resource, j as resourceAll, k as resourceFromManaged, l as resourceSucceed, u as useManaged, n as useResource } from './tracing-DqbTKGcf.js';
|
|
5
|
+
export { c as CircuitBreaker, d as CircuitBreakerConfig, C as CircuitBreakerError, e as CircuitBreakerState, b as CircuitBreakerStats, R as RuntimeClock, f as RuntimeClockEnv, g as RuntimeTimerId, S as Schedule, h as ScheduleDecision, i as ScheduleDriver, j as ScheduleDriverDecision, k as ScheduleDriverOptions, l as ScheduleDriverSnapshot, a as ScheduleObserver, m as ScheduleObserverEvent, n as ScheduleStepContext, o as andThenSchedule, p as contramapSchedule, q as elapsed, r as exponential, s as fibonacci, t as fixed, u as forever, v as intersect, w as jitter, x as jittered, y as jitteredSchedule, z as linear, A as liveClock, B as makeCircuitBreaker, D as makeScheduleDriver, E as mapSchedule, F as maxDelay, G as maxElapsed, H as namedSchedule, I as never, J as once, K as pollWithSchedule, L as recurs, M as repeatWithSchedule, N as repeatWithScheduleAlias, O as retryWithSchedule, P as retryWithScheduleAlias, Q as runSchedule, T as runtimeClockFromEnv, U as scheduleDriver, V as spaced, W as takeSchedule, X as tapDecision, Y as union, Z as untilInput, _ as untilOutput, $ as upTo, a0 as whileInput, a1 as whileOutput, a2 as windowed } from './schedule-CK3Ml_7p.js';
|
|
6
|
+
export { B as BrassEnv, C as Counter, E as EventBus, f as EventBusOptions, g as EventHandler, G as Gauge, H as Histogram, h as HistogramBuckets, I as InMemoryTracer, e as InMemoryTracerOptions, i as InMemoryTracerStats, a as MetricExemplar, b as MetricSnapshot, j as MetricType, k as MetricValue, M as MetricsRegistry, R as RuntimeSpan, l as RuntimeSpanEvent, d as RuntimeTraceIdGenerator, m as defaultTracer, n as makeMetrics, r as runtimeHooksToEventHandler } from './tracer-Hwt1cl7h.js';
|
|
7
|
+
import { Z as ZStream } from './stream-B4oK9JFP.js';
|
|
8
|
+
export { C as Concat, E as Emit, a as Empty, F as Flatten, b as FromArray, c as FromPull, M as Managed, d as Merge, N as Normalize, R as ReadableStreamOptions, S as Scoped, e as assertNever, f as collectStream, g as concatStream, h as emitStream, i as emptyStream, j as flattenStream, k as foreachStream, l as fromArray, m as fromPull, n as managedStream, o as mapStream, p as merge, q as mergeStream, r as rangeStream, s as streamFromReadableStream, u as uncons, t as unwrapScoped, w as widenOpt, z as zip } from './stream-B4oK9JFP.js';
|
|
7
9
|
|
|
8
10
|
declare class JsFiberEngine<R> implements FiberEngine<R> {
|
|
9
11
|
private readonly runtime;
|
|
@@ -87,8 +89,6 @@ declare class WasmPackFiberBridge implements WasmBridge {
|
|
|
87
89
|
stats(): unknown;
|
|
88
90
|
private assertStrictWasmHotPath;
|
|
89
91
|
private decodeZeroCopy;
|
|
90
|
-
private decodeBinary;
|
|
91
|
-
private decodeJson;
|
|
92
92
|
private memory;
|
|
93
93
|
private readU32;
|
|
94
94
|
private readF64;
|
|
@@ -130,32 +130,6 @@ declare class WasmFiberRegistryBridge {
|
|
|
130
130
|
stats(): WasmFiberRegistryStats;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
type ReadyQueueScheduleKind = "micro" | "macro" | "none" | "dropped";
|
|
134
|
-
type FiberReadyQueueStats = {
|
|
135
|
-
readonly engine: "ts" | "wasm";
|
|
136
|
-
readonly fallbackUsed: boolean;
|
|
137
|
-
readonly data: unknown;
|
|
138
|
-
};
|
|
139
|
-
interface FiberReadyQueue {
|
|
140
|
-
readonly engine: "ts" | "wasm";
|
|
141
|
-
enqueue(fiberId: FiberId$1, tag: string): ReadyQueueScheduleKind;
|
|
142
|
-
beginFlush(): number;
|
|
143
|
-
shift(): FiberId$1 | undefined;
|
|
144
|
-
endFlush(ran: number): ReadyQueueScheduleKind;
|
|
145
|
-
len(): number;
|
|
146
|
-
clear(): void;
|
|
147
|
-
stats(): FiberReadyQueueStats;
|
|
148
|
-
}
|
|
149
|
-
type FiberReadyQueueOptions = {
|
|
150
|
-
readonly engine?: "ts" | "wasm";
|
|
151
|
-
readonly flushBudget?: number;
|
|
152
|
-
readonly microThreshold?: number;
|
|
153
|
-
readonly laneCapacity?: number;
|
|
154
|
-
readonly laneBudget?: number;
|
|
155
|
-
readonly maxLanes?: number;
|
|
156
|
-
};
|
|
157
|
-
declare function makeFiberReadyQueue(options?: FiberReadyQueueOptions): FiberReadyQueue;
|
|
158
|
-
|
|
159
133
|
declare const ABI_VERSION = 1;
|
|
160
134
|
declare const EVENT_WORDS = 5;
|
|
161
135
|
declare const NONE_U32 = 4294967295;
|
|
@@ -187,66 +161,6 @@ declare function encodeOpcodeNodes(nodes: readonly OpcodeNode[]): Uint32Array;
|
|
|
187
161
|
declare function decodeEvent(words: ArrayLike<number>, offset?: number): EngineEvent;
|
|
188
162
|
declare function decodeEventBatch(words: ArrayLike<number> | null | undefined): EngineEvent[];
|
|
189
163
|
|
|
190
|
-
declare function buffer<R, E, A>(stream: ZStream<{} & R, E, A>, capacity: number, strategy?: "backpressure" | "dropping" | "sliding"): ZStream<{} & R, E, A>;
|
|
191
|
-
|
|
192
|
-
/**
|
|
193
|
-
* race(A, B):
|
|
194
|
-
* - corre A y B en paralelo
|
|
195
|
-
* - el primero que termine gana
|
|
196
|
-
* - el otro es cancelado
|
|
197
|
-
*/
|
|
198
|
-
declare function race<R, E, A>(left: Async<R, E, A>, right: Async<R, E, A>, parentScope: Scope<R>): Async<R, E, A>;
|
|
199
|
-
/**
|
|
200
|
-
* zipPar(A, B):
|
|
201
|
-
* - corre A y B en paralelo
|
|
202
|
-
* - si ambas terminan bien → éxito con (A, B)
|
|
203
|
-
* - si una falla → cancelar todo y devolver fallo
|
|
204
|
-
*/
|
|
205
|
-
declare function zipPar<R, E, A, B>(left: Async<R, E, A>, right: Async<R, E, B>, parentScope: Scope<R>): Async<R, E, [A, B]>;
|
|
206
|
-
/**
|
|
207
|
-
* collectAllPar:
|
|
208
|
-
* - corre todos en paralelo
|
|
209
|
-
* - si uno falla → cancela todos
|
|
210
|
-
* - si todos terminan bien → devuelve array de resultados
|
|
211
|
-
*/
|
|
212
|
-
declare function collectAllPar<R, E, A>(effects: ReadonlyArray<Async<R, E, A>>, parentScope: Scope<R>): Async<R, E, A[]>;
|
|
213
|
-
declare function raceWith<R, E, A, B, C>(left: Async<R, E, A>, right: Async<R, E, B>, parentScope: Scope<R>, onLeft: (exit: Exit<E, A>, rightFiber: Fiber<E, B>, scope: Scope<R>) => Async<R, E, C>, onRight: (exit: Exit<E, B>, leftFiber: Fiber<E, A>, scope: Scope<R>) => Async<R, E, C>): Async<R, E, C>;
|
|
214
|
-
|
|
215
|
-
type Strategy = "backpressure" | "dropping" | "sliding";
|
|
216
|
-
type QueueClosed = {
|
|
217
|
-
_tag: "QueueClosed";
|
|
218
|
-
};
|
|
219
|
-
type Queue<A> = {
|
|
220
|
-
offer: (a: A) => Async<unknown, never, boolean>;
|
|
221
|
-
take: () => Async<unknown, QueueClosed, A>;
|
|
222
|
-
/** Offer multiple values in a single effect. Returns array of success flags. */
|
|
223
|
-
offerBatch: (values: readonly A[]) => Async<unknown, never, boolean[]>;
|
|
224
|
-
/** Take up to N values in a single effect. Returns available values (may be fewer than N). */
|
|
225
|
-
takeBatch: (n: number) => Async<unknown, QueueClosed, A[]>;
|
|
226
|
-
size: () => number;
|
|
227
|
-
shutdown: () => void;
|
|
228
|
-
};
|
|
229
|
-
type QueueOptions = RingBufferOptions;
|
|
230
|
-
declare function bounded<A>(capacity: number, strategy?: Strategy, options?: QueueOptions): Async<unknown, unknown, Queue<A>>;
|
|
231
|
-
|
|
232
|
-
type HubStrategy = "BackPressure" | "Dropping" | "Sliding";
|
|
233
|
-
type HubClosed = {
|
|
234
|
-
_tag: "HubClosed";
|
|
235
|
-
};
|
|
236
|
-
type Subscription<A> = Queue<A> & {
|
|
237
|
-
unsubscribe: () => void;
|
|
238
|
-
};
|
|
239
|
-
type Hub<A> = {
|
|
240
|
-
publish: (a: A) => Async<unknown, never, boolean>;
|
|
241
|
-
publishAll: (as: Iterable<A>) => Async<unknown, never, boolean>;
|
|
242
|
-
subscribe: () => Async<unknown, HubClosed, Subscription<A>>;
|
|
243
|
-
shutdown: () => Async<unknown, any, any>;
|
|
244
|
-
};
|
|
245
|
-
declare function makeHub<A>(capacity: number, strategy?: HubStrategy): Hub<A>;
|
|
246
|
-
declare const broadcast: typeof makeHub;
|
|
247
|
-
declare function broadcastToHub<R, E, A>(stream: ZStream<R, E, A>, hub: Hub<A>): Async<R, E, void>;
|
|
248
|
-
declare function fromHub<A>(hub: Hub<A>): ZStream<unknown, HubClosed, A>;
|
|
249
|
-
|
|
250
164
|
type StreamChunkEngine = "ts" | "wasm";
|
|
251
165
|
type StreamChunkOptions = {
|
|
252
166
|
/**
|
|
@@ -332,6 +246,84 @@ declare function bufferP<A>(capacity: number, strategy?: "backpressure" | "dropp
|
|
|
332
246
|
*/
|
|
333
247
|
declare function groupedP<A>(n: number): ZPipeline<unknown, never, A, A[]>;
|
|
334
248
|
|
|
249
|
+
type Stream<A, R = unknown, E = never> = ZStream<R, E, A> & {
|
|
250
|
+
readonly pipe: <Rp, Ep, B>(pipeline: ZPipeline<Rp, Ep, A, B>) => Stream<B, R & Rp, E | Ep>;
|
|
251
|
+
readonly map: <B>(f: (value: A) => B) => Stream<B, R, E>;
|
|
252
|
+
readonly filter: (predicate: (value: A) => boolean) => Stream<A, R, E>;
|
|
253
|
+
readonly collect: (runtime: Runtime<R>) => Promise<A[]>;
|
|
254
|
+
};
|
|
255
|
+
declare const Stream: Readonly<{
|
|
256
|
+
from: <A>(values: readonly A[]) => Stream<A>;
|
|
257
|
+
empty: <A = never>() => Stream<A>;
|
|
258
|
+
range: (start: number, end: number) => Stream<number>;
|
|
259
|
+
wrap: typeof asStream;
|
|
260
|
+
}>;
|
|
261
|
+
declare const Pipeline: Readonly<{
|
|
262
|
+
map: typeof mapP;
|
|
263
|
+
filter: typeof filterP;
|
|
264
|
+
}>;
|
|
265
|
+
declare function asStream<R, E, A>(stream: ZStream<R, E, A>): Stream<A, R, E>;
|
|
266
|
+
|
|
267
|
+
declare function buffer<R, E, A>(stream: ZStream<{} & R, E, A>, capacity: number, strategy?: "backpressure" | "dropping" | "sliding"): ZStream<{} & R, E, A>;
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* race(A, B):
|
|
271
|
+
* - corre A y B en paralelo
|
|
272
|
+
* - el primero que termine gana
|
|
273
|
+
* - el otro es cancelado
|
|
274
|
+
*/
|
|
275
|
+
declare function race<R, E, A>(left: Async<R, E, A>, right: Async<R, E, A>, parentScope: Scope<R>): Async<R, E, A>;
|
|
276
|
+
/**
|
|
277
|
+
* zipPar(A, B):
|
|
278
|
+
* - corre A y B en paralelo
|
|
279
|
+
* - si ambas terminan bien → éxito con (A, B)
|
|
280
|
+
* - si una falla → cancelar todo y devolver fallo
|
|
281
|
+
*/
|
|
282
|
+
declare function zipPar<R, E, A, B>(left: Async<R, E, A>, right: Async<R, E, B>, parentScope: Scope<R>): Async<R, E, [A, B]>;
|
|
283
|
+
/**
|
|
284
|
+
* collectAllPar:
|
|
285
|
+
* - corre todos en paralelo
|
|
286
|
+
* - si uno falla → cancela todos
|
|
287
|
+
* - si todos terminan bien → devuelve array de resultados
|
|
288
|
+
*/
|
|
289
|
+
declare function collectAllPar<R, E, A>(effects: ReadonlyArray<Async<R, E, A>>, parentScope: Scope<R>): Async<R, E, A[]>;
|
|
290
|
+
declare function raceWith<R, E, A, B, C>(left: Async<R, E, A>, right: Async<R, E, B>, parentScope: Scope<R>, onLeft: (exit: Exit<E, A>, rightFiber: Fiber<E, B>, scope: Scope<R>) => Async<R, E, C>, onRight: (exit: Exit<E, B>, leftFiber: Fiber<E, A>, scope: Scope<R>) => Async<R, E, C>): Async<R, E, C>;
|
|
291
|
+
|
|
292
|
+
type Strategy = "backpressure" | "dropping" | "sliding";
|
|
293
|
+
type QueueClosed = {
|
|
294
|
+
_tag: "QueueClosed";
|
|
295
|
+
};
|
|
296
|
+
type Queue<A> = {
|
|
297
|
+
offer: (a: A) => Async<unknown, never, boolean>;
|
|
298
|
+
take: () => Async<unknown, QueueClosed, A>;
|
|
299
|
+
/** Offer multiple values in a single effect. Returns array of success flags. */
|
|
300
|
+
offerBatch: (values: readonly A[]) => Async<unknown, never, boolean[]>;
|
|
301
|
+
/** Take up to N values in a single effect. Returns available values (may be fewer than N). */
|
|
302
|
+
takeBatch: (n: number) => Async<unknown, QueueClosed, A[]>;
|
|
303
|
+
size: () => number;
|
|
304
|
+
shutdown: () => void;
|
|
305
|
+
};
|
|
306
|
+
type QueueOptions = RingBufferOptions;
|
|
307
|
+
declare function bounded<A>(capacity: number, strategy?: Strategy, options?: QueueOptions): Async<unknown, unknown, Queue<A>>;
|
|
308
|
+
|
|
309
|
+
type HubStrategy = "BackPressure" | "Dropping" | "Sliding";
|
|
310
|
+
type HubClosed = {
|
|
311
|
+
_tag: "HubClosed";
|
|
312
|
+
};
|
|
313
|
+
type Subscription<A> = Queue<A> & {
|
|
314
|
+
unsubscribe: () => void;
|
|
315
|
+
};
|
|
316
|
+
type Hub<A> = {
|
|
317
|
+
publish: (a: A) => Async<unknown, never, boolean>;
|
|
318
|
+
publishAll: (as: Iterable<A>) => Async<unknown, never, boolean>;
|
|
319
|
+
subscribe: () => Async<unknown, HubClosed, Subscription<A>>;
|
|
320
|
+
shutdown: () => Async<unknown, any, any>;
|
|
321
|
+
};
|
|
322
|
+
declare function makeHub<A>(capacity: number, strategy?: HubStrategy): Hub<A>;
|
|
323
|
+
declare const broadcast: typeof makeHub;
|
|
324
|
+
declare function broadcastToHub<R, E, A>(stream: ZStream<R, E, A>, hub: Hub<A>): Async<R, E, void>;
|
|
325
|
+
declare function fromHub<A>(hub: Hub<A>): ZStream<unknown, HubClosed, A>;
|
|
326
|
+
|
|
335
327
|
/** Serialized representation of a single step in a fused pipeline */
|
|
336
328
|
type SerializedStep = {
|
|
337
329
|
kind: "map";
|
|
@@ -532,4 +524,4 @@ declare function take<R, E, A>(stream: ZStream<R, E, A>, n: number): ZStream<R,
|
|
|
532
524
|
*/
|
|
533
525
|
declare function drop<R, E, A>(stream: ZStream<R, E, A>, n: number): ZStream<R, E, A>;
|
|
534
526
|
|
|
535
|
-
export { ABI_VERSION, Async, EVENT_WORDS, EngineEvent, EngineFiberHandle, EngineStats, EventKindCode, Exit, Fiber, FiberEngine, FiberEngineStats, FiberId,
|
|
527
|
+
export { ABI_VERSION, Async, EVENT_WORDS, EngineEvent, EngineFiberHandle, EngineStats, EventKindCode, Exit, Fiber, FiberEngine, FiberEngineStats, FiberId, FiberStatus, type FuseResult, type FuseState, type FusedPipelineRepr, type FusedPipelineStats, type FusedStep, type FusionOptions, type Hub, type HubClosed, type HubStrategy, type InternalFiberStatus, JsFiberEngine, NONE_U32, NodeId, OpcodeNode, OpcodeProgram, OpcodeTagCode, Option, PURE_PIPELINE_TAG, Pipeline, type PurePipelineMetadata, type PurePipelineTag, type Queue, type QueueClosed, type QueueOptions, RefId, RingBufferOptions, Runtime, RuntimeEvent, RuntimeFiber, Scope, type SerializedFusedPipeline, type SerializedStep, type Strategy, Stream, type StreamChunkEngine, type StreamChunkOptions, type StreamChunkStats, type Subscription, WasmBridge, WasmEngineRuntime, WasmFiberRegistryBridge, type WasmFiberRegistryStats, WasmPackFiberBridge, type ZPipeline, ZStream, andThen, applyFused, asStream, bounded, broadcast, broadcastToHub, buffer, bufferP, chunks, chunksP, collectAllPar, compose, debounce, decodeEvent, decodeEventBatch, deserializeFusedPipeline, dropP, drop as dropStream, encodeOpcodeNodes, encodeOpcodeProgram, filterMapP, filterP, fromHub, fuse, getStats, groupedP, identity, initState, interleave, isFusionEnabled, isFusionVerbose, makeHub, makeStreamChunker, mapChunks, mapChunksEffect, mapChunksEffectP, mapEffectP, mapP, race, raceWith, runFusedArray, scan, serializeFusedPipeline, setFusionEnabled, setFusionVerbose, takeP, take as takeStream, tapEffectP, throttle, via, zipPar, zip as zipStream, zipWith };
|