package
1.24.0-dev
Repository: https://github.com/go-gitea/gitea.git
Documentation: pkg.go.dev

# Packages

# Functions

CreateSimpleQueue creates a simple queue from global setting config provider by name.
CreateUniqueQueue creates a unique queue from global setting config provider by name.

# Variables

# Structs

Manager is a manager for the queues created by "CreateXxxQueue" functions, these queues are called "managed queues".
WorkerPoolQueue is a queue that uses a pool of workers to process items It can use different underlying (base) queue types.

# Interfaces

# Type aliases