An open API service indexing awesome lists of open source software.

https://github.com/jserv/hungry-birds

classical example of concurrent producer/consumer problem
https://github.com/jserv/hungry-birds

Last synced: 10 months ago
JSON representation

classical example of concurrent producer/consumer problem

Awesome Lists containing this project

README

          

Hungry Birds
============
`Hungry Birds` is a classical example of concurrent producer/consumer problem.

This package implements an unbounded lockless single consumer
multiple producer FIFO queue.

Licensing
---------
`Hungry Birds` is freely redistributable under the two-clause BSD License.
Use of this source code is governed by a BSD-style license that can be found
in the `LICENSE` file.