@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
8 lines • 465 B
TypeScript
import type * as CK from "../../../../Collections/Immutable/Chunk/index.js";
import * as Q from "../../../../Queue/index.js";
import type * as C from "../core.js";
/**
* Creates a stream from a queue of values. The queue will be shutdown once the stream is closed.
*/
export declare function fromChunkQueueWithShutdown<R, E, O>(queue: Q.XQueue<never, R, unknown, E, never, CK.Chunk<O>>): C.Stream<R, E, O>;
//# sourceMappingURL=fromChunkQueueWithShutdown.d.ts.map