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
- Host: GitHub
- URL: https://github.com/jserv/hungry-birds
- Owner: jserv
- License: other
- Created: 2016-07-28T04:29:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T13:47:26.000Z (over 3 years ago)
- Last Synced: 2025-10-14T14:14:52.183Z (10 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 21
- Watchers: 4
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.