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

Control.Concurrent.Network.Slave

Contents

Description

Slave processes have a single connection towards the master for simplicity. Communication is done by using NVar variables similar to MVar in Concurrent.

Synopsis

Constructors

data NCContext Source

the NC Context

Constructors

NCC 

Fields

hdl :: Handle
 

Functions

initSlave :: IO NCContextSource

Initialises a slave process returning the NC context.