By mitchp
via java.dzone.com
Published: Jan 05 2013 / 19:01
Among plenty of useful classes which Java provides for concurrency support, there is one I would like to talk about: SynchronousQueue. In particular, I would like to walk through Producer / Consumer implementation using handy SynchronousQueue as an exchange mechanism.
Add your comment