about
12/09/2022
CsBlockingQueue Repo
CsBlockingQueue Repository
Thread-safe queue that blocks deQer when empty
Quick Status
1.0 Contents
- A thread-safe template container that blocks a dequeuer thread when empty. Almost all applications will have one or more enquing threads and one dequing thread.
- Is move-able but not copy-able.
- Uses a condition variable and mutex to ensure thread-safe operation.