ID return the ID of the queue, as well as the tasks inside (same)
()
| 6 | SequentialTaskQueue[T Task] interface { |
| 7 | // ID return the ID of the queue, as well as the tasks inside (same) |
| 8 | ID() any |
| 9 | // Add push a task to the task set |
| 10 | Add(T) |
| 11 | // Remove pop a task from the task set |
no outgoing calls