Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RWBroadcast ¶
type RWBroadcast struct {
// contains filtered or unexported fields
}
func NewRWBroadcast ¶
func NewRWBroadcast(rw io.Reader, size int) *RWBroadcast
func (*RWBroadcast) Close ¶
func (rwb *RWBroadcast) Close()
func (*RWBroadcast) DelListener ¶
func (rwb *RWBroadcast) DelListener(id RWId)
func (*RWBroadcast) SetListener ¶
func (rwb *RWBroadcast) SetListener(ln io.Writer) RWId
type RWConference ¶
type RWConference struct { }
Click to show internal directories.
Click to hide internal directories.