Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LOOKS_DEAD_TIMEOUT = 10 * time.Minute // Time w/o minute heartbeats
Functions ¶
Types ¶
type Storage ¶ added in v1.27.0
type Storage interface {
HasCapacity() bool
// This allows some other system to claim space for this task.
Claim(taskID int) error
// This allows some other system to consider the task done.
// It's up to the caller to remove the data, if that applies.
MarkComplete(taskID int) error
}
Optional Storage management.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package cl was borrowed from the go-opencl library which is more complex and doesn't compile well for our needs.
|
Package cl was borrowed from the go-opencl library which is more complex and doesn't compile well for our needs. |
Click to show internal directories.
Click to hide internal directories.