# Functions
No description provided by the author
No description provided by the author
# Structs
SyncQueue is a helper for a (channel-like) queue that allows multiple concurrent senders and receivers and never blocks indefinitely on enqueueuing by resizing the internal channel when full.
# Interfaces
BackgroundProcessor is a utility for running jobs in the background, avoiding the rescheduling of the same job by a provided key.
# Type aliases
No description provided by the author