interface Deno.Listener
A generic network listener for stream-oriented protocols.
Type Parameters #
Properties #
Methods #
#[[Symbol.asyncIterator]](): AsyncIterableIterator<T>
Make the listener block the event loop from finishing.
Note: the listener blocks the event loop from finishing by default.
This method is only meaningful after .unref()
is called.