import { fromAsyncStreamSource } from "https://deno.land/x/rimbu@1.0.3/stream/async-custom/async-stream-custom.ts";
type
{ <T>(source: AsyncStreamSource.NonEmpty<T>): AsyncStream.NonEmpty<T>; <T>(source: AsyncStreamSource<T>): AsyncStream<T>; }
x/rimbu/stream/async-custom/async-stream-custom.ts>fromAsyncStreamSource
import { fromAsyncStreamSource } from "https://deno.land/x/rimbu@1.0.3/stream/async-custom/async-stream-custom.ts";