package
0.1.0-alpha1
Repository: https://github.com/guancecloud/iacker.git
Documentation: pkg.go.dev

# 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.

# Structs

No description provided by the author
Task is the task to be executed.

# Interfaces

TaskManager is a manager object to manage the runtime of a task TODO: implement M:N worker.