Specialized listener that accepts QUIC connections.
readonly
endpoint: QuicEndpointThe endpoint for this listener.
incoming(): Promise<QuicIncoming>Waits for and resolves to the next incoming connection.
stop(): voidStops the listener. This does not close the endpoint.
[[Symbol.asyncIterator]](): AsyncIterableIterator<QuicConn>