Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DispatcherNotRunningError = errors.New("dispatched not running")
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher interface { Dispatch(event Event) Stop() }
func NewDispatcher ¶
func NewDispatcher() Dispatcher
Click to show internal directories.
Click to hide internal directories.