harmonytask - final review comments

This commit is contained in:
Andrew Jackson (Ajax)
2023-08-25 16:11:31 -05:00
parent ec8fd28834
commit 72917c19cd
7 changed files with 42 additions and 31 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import (
type task1 struct {
toAdd []int
myPersonalTableLock sync.Mutex
myPersonalTable map[harmonytask.TaskID]int // This would typicallyb be a DB table
myPersonalTable map[harmonytask.TaskID]int // This would typically be a DB table
WorkCompleted []string
}