net-concurrent-0.0.1: Concurrent over the network execution library

Control.Concurrent.Network.Master

Contents

Description

The master process doesn't do any work except managing the slaves. The master process is handled entirely by the library in initMaster.

Synopsis

Functions

initMaster :: Int -> IO ()Source

The master process. Only returns when all slaves have closed connection.