import { writeAll } from "https://deno.land/x/proc@0.22.1/tools/deps/proc.ts";
Low level write without locking, writing in multiple chunks if needed.
Data is written completely. Does not attempt to close the writer.
Parameters
writer: Writer
The writer.