import { writeAll } from "https://deno.land/x/proc@0.22.1/mod.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.
import { writeAll } from "https://deno.land/x/proc@0.22.1/mod.ts";
Low level write without locking, writing in multiple chunks if needed.
Data is written completely. Does not attempt to close the writer.
The writer.