bounded_threadsafe_queue: Use simplified impl of bounded queue
Provides a simplified SPSC, MPSC, and MPMC bounded queue implementation using mutexes.
Please register or sign in to comment
Provides a simplified SPSC, MPSC, and MPMC bounded queue implementation using mutexes.