EpollProcess.suspend

Suspends the output of a process. This is achieved simply by unregistering its stdout handler from epoll. This will have the effect that the process will, at some point, reach the capacity of its stdout buffer, and will then pause until the buffer has been emptied.

class EpollProcess
void
suspend
()

Meta