Inchan

interface inchan.Inchan

Message input channel.

Delivers network messages from other participants.

Means of acquiring returned messages implementation defined. Order of returned messages implementation defined.

inchan.Inchan.receive()

Receive next message.

Throws:BusyError – If another receive is already in progress.
Returns:protocol.Signed – message - Network message from other participant.