package
0.0.10
Repository: https://github.com/tinyzimmer/btrsync.git
Documentation: pkg.go.dev

# Functions

NewConcurrentQueue returns a new ConcurrentQueue with the given concurrency.
No description provided by the author
No description provided by the author

# Structs

ConcurrentQueue is a type that can be used to queue up functions to be run concurrently.

# Type aliases

QueueFunc is a function that takes no arguments and returns an error.
QueueOption is a function that configures a queue.