unref method

void unref()

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

Implementation

void unref() {
  _i3.callMethod(
    this,
    'unref',
    [],
  );
}