Thread-safe queue and stack data structures with configurable capacity limits, blocking enqueue/dequeue with timeouts, and peek operations. Uses Mutex and ConditionVariable for safe concurrent access.
Required Ruby Version
>= 3.1.0
Authors
Philip Rehberger
Versions
- 0.7.0 May 30, 2026 (11 KB)
- 0.6.0 April 28, 2026 (10 KB)
- 0.5.0 April 16, 2026 (10 KB)
- 0.4.0 April 15, 2026 (9.5 KB)
- 0.3.0 April 09, 2026 (9 KB)