setsid function

int setsid()

Creates a session and sets the process group ID.

Implementation

int setsid() => platform.setsid();