Documentation
¶
Overview ¶
Package taskqueue provides a simple asynchronous task queue.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger func(v ...any)
Logger provides a way to log panics caused by workers in a queue.
type Option ¶
type Option func(*Queue)
Option defines an option for the queue.
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
Queue holds the queue information.
Click to show internal directories.
Click to hide internal directories.