//
pkg.gl
Category
github.com/sjansen/pgutil
internal
runbook
scheduler
package
0.1.0
Repository:
https://github.com/sjansen/pgutil.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
109 SLOC
#
Functions
New
New initializes a new Scheduler, and returns a set of tasks ready for immediate execution.
#
Variables
ErrNoPendingTasks
No description provided by the author
#
Structs
Scheduler
A Scheduler determines which tasks are ready for execution based on task dependencies and target capacity.