# Functions
NewGoroutineTaskManager creates a new TaskManager.
# Constants
TaskStatusCanceled is the status of a canceled task.
TaskStatusError is the status of a task with error.
TaskStatusRunning is the status of a running task.
TaskStatusSuccess is the status of a setStatus task.
# Interfaces
TaskManager is a manager object to manage the runtime of a task TODO: implement M:N worker.