Module queue

Source
Expand description

Implements VibeQueue, a thread-safe, bounded queue for tasks.

This module provides the core queuing mechanism for a VibeNode. It manages task backpressure and signals the node when it becomes overloaded or idle, based on configurable high and low watermarks.

Structs§

VibeQueue
A bounded, thread-safe queue for holding tasks.

Enums§

QueueError
Represents errors that can occur during queue operations.