import { Runnable } from "https://deno.land/x/proc@0.20.7/src/runnable-iterable.ts";
Write all data to the writer.
Note that this call returns immediately, although it continues to run until the source iterable data is exhausted.
Parameters
writer: WritableIterable<T>
The writer.