package
0.0.9
Repository: https://github.com/go-goim/core.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

TaskStatusDone means task is done.
TaskStatusEnqueue means task is enqueued.
TaskStatusError means task error.
TaskStatusKilled means task is killed.
TaskStatusPoolClosed means task run worker pool closed.
TaskStatusQueueFull means task queue is full.
TaskStatusRunning means task is running.
TaskStatusTooManyWorker means task concurrence is greater then worker pool max worker count.

# Structs

Pool is a buffered worker pool.

# Interfaces

TaskResult is a manager of submitted task.

# Type aliases

No description provided by the author
TaskStatus is the status of task.