Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher interface { // called by client Send(in interface{}) (interface{}, error) // called by worker to get more work Dispatch() Request // associate worker with dispatcher and start working AddWorker(worker Worker) Close() }
Dispatcher ...
Click to show internal directories.
Click to hide internal directories.