Documentation ¶ Index ¶ Constants func Multiplex(msg *core.Message, links []core.Link, timeout time.Duration) error func New(name string, _ core.Params) (core.Link, error) type MPX func (mpx *MPX) ConnectTo(core.Link) error func (mpx *MPX) LinkTo(links []core.Link) error Constants ¶ View Source const ( MpxMsgSendTimeout = 50 * time.Millisecond ) Variables ¶ This section is empty. Functions ¶ func Multiplex ¶ added in v0.0.2 func Multiplex(msg *core.Message, links []core.Link, timeout time.Duration) error func New ¶ added in v0.0.2 func New(name string, _ core.Params) (core.Link, error) Types ¶ type MPX ¶ type MPX struct { Name string *core.Connector *sync.Mutex // contains filtered or unexported fields } func (*MPX) ConnectTo ¶ func (mpx *MPX) ConnectTo(core.Link) error func (*MPX) LinkTo ¶ func (mpx *MPX) LinkTo(links []core.Link) error Source Files ¶ View all Source files mpx.go Click to show internal directories. Click to hide internal directories.