The master process doesn't do any work except
managing the slaves. The master process is handled entirely by the library
in initMaster
.
- initMaster :: Int -> IO ()
Functions
initMaster :: Int -> IO ()Source
The master process. Only returns when all slaves have closed connection.