Skip to main content

unref

method Deno.ChildProcess.prototype.unref
Jump to headingChildProcess.prototype.unref(): void

Ensure that the status of the child process does not block the Deno process from exiting.

Return Type Jump to heading

void
Back to top