import { writeAll } from "https://deno.land/x/proc@0.21.8/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.
import { writeAll } from "https://deno.land/x/proc@0.21.8/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.