Skip to main content
method Deno.Conn.unref
Conn.unref(): void

Make the connection not block the event loop from finishing.

Return Type

void
Back to top