Documentation
¶
Overview ¶
Package eventbus provides internal fan-out event delivery to multiple subscribers. It is the mechanism behind monitor.MultiSink.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bus ¶
type Bus struct {
// contains filtered or unexported fields
}
Bus delivers monitor.Event values sequentially to all registered subscribers. Errors from individual subscribers are joined and returned from Publish. All methods are safe for concurrent use.
Click to show internal directories.
Click to hide internal directories.