import { Sender } from "https://deno.land/x/sockets@v0.5.0/mod.ts";
The Sender class is responsible for adding messages to the message queue, and then to work through the queue stack which will send the message.
import { Sender } from "https://deno.land/x/sockets@v0.5.0/mod.ts";
The Sender class is responsible for adding messages to the message queue, and then to work through the queue stack which will send the message.