Function ProcessManager.open

initialize the process manager

void open (
  ulong maxProcesses
) @nogc @trusted;

You must call this before trying to spawn new processes. Must be called when the reactor is already active.

Parameters

NameDescription
maxProcesses Maximum number of concurrent processes to be tracked.