import { TimeoutReader } from "https://deno.land/std@0.160.0/io/_iotest.ts";
TimeoutReader returns Deno.errors.TimedOut
on the second read
with no data. Subsequent calls to read succeed.
import { TimeoutReader } from "https://deno.land/std@0.160.0/io/_iotest.ts";
TimeoutReader returns Deno.errors.TimedOut
on the second read
with no data. Subsequent calls to read succeed.