Versions in this module Expand all Collapse all v0 v0.0.2 Oct 6, 2018 Changes in this version + func Multiplex(msg *core.Message, links []core.Link, timeout time.Duration) error + func New(name string, _ core.Params) (core.Link, error) v0.0.1 Aug 23, 2018 Changes in this version + const MpxMsgSendTimeout + func NewMPX(name string, _ core.Params) (core.Link, error) + type MPX struct + Name string + func (mpx *MPX) ConnectTo(core.Link) error + func (mpx *MPX) LinkTo(links []core.Link) error