Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Done ¶ added in v0.5.1
type Done interface { // Done mark the work execute finished Done() // DoneWithError mark the work execute finished with error info DoneWithError(err error) }
Done support to mark the work as done
Click to show internal directories.
Click to hide internal directories.