(id string)
| 11 | CancelByCondition(condition func(task T) bool) |
| 12 | GetAll() []T |
| 13 | GetByID(id string) (T, bool) |
| 14 | GetByState(state ...tache.State) []T |
| 15 | GetByCondition(condition func(task T) bool) []T |
| 16 | Remove(id string) |
no outgoing calls
no test coverage detected