Documentation ¶
Overview ¶
Package xbus implements the BUS protocol. This sends messages out to all peers, and receives their responses. It specifically filters messages sent to itself, so that a single BUS can be used to loop back to peers.
Index ¶
Constants ¶
View Source
const ( Self = protocol.ProtoBus Peer = protocol.ProtoBus SelfName = "bus" PeerName = "bus" )
Protocol identity information.
Variables ¶
This section is empty.
Functions ¶
func NewProtocol ¶
NewProtocol returns a new protocol implementation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.