import { Socket } from "https://deno.land/std@0.128.0/node/net.ts";
Pauses the reading of data. That is, "data"
events will not be emitted.
Useful to throttle back an upload.
import { Socket } from "https://deno.land/std@0.128.0/node/net.ts";
Pauses the reading of data. That is, "data"
events will not be emitted.
Useful to throttle back an upload.