import { WritableIterable } from "https://deno.land/x/proc@0.20.17/mod2.ts";
Close the iterable. This must be called.
Once closed, subsequent calls to write(...)
will throw an error.
It is safe to call close()
multiple times. The error (or no error)
passed on the first call will be honored.