Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DONE = Signal{}
View Source
var (
NullEvent = &nullEvent{}
)
Functions ¶
This section is empty.
Types ¶
type Publisher ¶
func (*Publisher) Close ¶
func (this *Publisher) Close()
Close will unsubscribe all remaining channels
func (*Publisher) Emit ¶
Emit an event onto all subscriber channels, this method will block if the subscribers are not processing incoming events
func (*Publisher) Unsubscribe ¶
Unsubscribe closes a channel and removes it from the list of channels which emitting can happen on
Click to show internal directories.
Click to hide internal directories.