• Stars
    star
    2
  • Language
    C
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A FIFO pipe implemented in C, using p-threads to optimize the flow of items. Multiple producers and consumers add and remove items from the queue.