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

Make the server not block the event loop from finishing.

Return Type

void
Back to top