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§
- Vibe
Queue - A bounded, thread-safe queue for holding tasks.
Enums§
- Queue
Error - Represents errors that can occur during queue operations.