import { PushIterable } from "https://deno.land/x/proc@0.20.5/legacy/mod.ts";
Close the iterable.
Once closed, subsequent calls to write(...)
will throw an error.
It is safe to call close()
multiple times.
import { PushIterable } from "https://deno.land/x/proc@0.20.5/legacy/mod.ts";
Close the iterable.
Once closed, subsequent calls to write(...)
will throw an error.
It is safe to call close()
multiple times.