Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultPriority is the default priority for tasks DefaultPriority = Priority(0) // HighPriority is the highest priority for tasks HighPriority = Priority(-10000000) // LowPriority is the lowest priority for tasks LowPriority = Priority(+10000000) )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.