MCPcopy Create free account
hub / github.com/WinterTC55/iter-streams / ShareSyncOptions

Interface ShareSyncOptions

src/types.ts:700–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698 * Options for Stream.shareSync()
699 */
700export interface ShareSyncOptions {
701 /**
702 * Max slots in buffer before backpressure is applied.
703 * Default: 16.
704 */
705 highWaterMark?: number;
706 backpressure?: BackpressurePolicy;
707}
708
709/**
710 * Sync share interface.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected