Concurrent programming series - Blocking queues
Posted on Aug. 5, 2023, 9:03 a.m. by 陳志豪
Category:
The back-end
Tag:
The back-end
SynchronousQueue Synchronousblocking queue
Features:
- Not storing elements
- One thread produces an element, and another thread must consume the element
- To be updated