disconnect method

void disconnect()

Closes the IPC channel between parent and child, allowing the child to exit gracefully once there are no other connections keeping it alive.

Implementation

external void disconnect();