Outchan

interface outchan.Outchan

Message output channel.

Delivers network messages to other participants.

Means of delivering messages implementation defined. Delivery order implementation defined.

outchan.Outchan.send(message)

Send message.

Arguments:
Throws:

BusyError – If another send is already in progress.