Documentation ¶
Index ¶
- Constants
- func New(name string, params core.Params) (core.Link, error)
- type BufStrategy
- type Buffer
- func (buf *Buffer) ConnectTo(link core.Link) error
- func (buf *Buffer) ExecCmd(cmd *core.Cmd) error
- func (buf *Buffer) LinkTo([]core.Link) error
- func (buf *Buffer) Recv(msg *core.Message) error
- func (buf *Buffer) RouteTo(map[string]core.Link) error
- func (buf *Buffer) Send(msg *core.Message) error
- func (buf *Buffer) String() string
Constants ¶
View Source
const (
MsgSendTimeout = 100 * time.Millisecond
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BufStrategy ¶
type BufStrategy uint8
const ( BufStrategyBlock BufStrategy = iota BufStrategySub BufStrategyDrop )
Click to show internal directories.
Click to hide internal directories.