Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 394 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 394 Bytes

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.