modulepackage
0.0.0-20170406022548-63b1974bbcc9
Repository: https://github.com/cncd/queue.git
Documentation: pkg.go.dev
# README
Go package provides a common interface for working with task queues.
Documentation:
http://godoc.org/github.com/cncd/queue
http://godoc.org/github.com/cncd/queue/gcp
# Functions
New returns a new fifo queue.
# Variables
ErrCancel indicates the task was cancelled.
ErrNotFound indicates the task was not found in the queue.
# Interfaces
Queue defines a task queue for scheduling tasks among a pool of workers.
# Type aliases
Filter filters tasks in the queue.