# Functions

NewTaskQueue initializes a new queue.

# Structs

WorkerTaskQueue is a wrapper around peertaskqueue.PeerTaskQueue that manages running workers that pop tasks and execute them.

# Interfaces

Executor runs a single task on the queue.
No description provided by the author