Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job interface { // The handle of the job Handle() string // Status returns the current status of the gearman job Status() Status // Blocks until the job completes. Returns the state, Completed or Failed. Run() State }
Job represents a Gearman job
Click to show internal directories.
Click to hide internal directories.