I got a few questions about thread safe queue.
1. How does it work internally ?
What mechanism it uses (is it semaphore, other?).
2. Documentation says that when one thread writes to queue other can
read from it.
How many threads can read from queue simultaneously ?
___________
regards
Frog