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