Merged in scheduleOnlySchedWindowTasks (pull request #6)
ScheduleOnlySchedWindowTasks Approved-by: Akash Kothawale <akothaw1@binghamton.edu>
This commit is contained in:
parent
3d51efc679
commit
85383da550
10 changed files with 103 additions and 112 deletions
|
@ -1,7 +1,7 @@
|
|||
package def
|
||||
|
||||
// The sortBy function that takes a task reference and returns the resource to consider when sorting.
|
||||
type sortBy func(task *Task) float64
|
||||
// the sortBy function that takes a task reference and returns the resource to consider when sorting.
|
||||
type SortBy func(task *Task) float64
|
||||
|
||||
// Possible Sorting Criteria.
|
||||
// Each holds a closure that fetches the required resource from the
|
||||
|
|
Reference in a new issue