Send data to the Process
null
void send(I data) { _procGroup[_selectedProc].send(data); _selectedProc = (_selectedProc + 1) % _activeProcCount; }