Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct {
// contains filtered or unexported fields
}
func (*Channel) Recv ¶
func (ch *Channel) Recv(slot *MessageSlot) error
func (*Channel) Send ¶
func (ch *Channel) Send(slot *MessageSlot) error
type MessageSlot ¶
type MessageSlot struct { Message interface{} // contains filtered or unexported fields }
func NewMessageSlot ¶
func NewMessageSlot(message interface{}) *MessageSlot
func (*MessageSlot) Destroy ¶
func (m *MessageSlot) Destroy()
func (*MessageSlot) TakeUnixFd ¶
func (m *MessageSlot) TakeUnixFd(fd int)
Click to show internal directories.
Click to hide internal directories.