Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dispatcher ¶
type Dispatcher interface { // Do causes function to be scheduled for execution. // Execution trigger is implementation specific. Do(f func()) // IsRunning provides activity status of the dispatcher IsRunning() bool }
Dispatcher defines an interface for a function dispatcher
Click to show internal directories.
Click to hide internal directories.