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

https://github.com/cyanide-burnout/fastpipe

Lockless inter-thead list-based communication pipe
https://github.com/cyanide-burnout/fastpipe

c lock-free lockless multithreading

Last synced: 3 months ago
JSON representation

Lockless inter-thead list-based communication pipe

Awesome Lists containing this project

README

        

# FastPipe

Lockless inter-thead list-based communication pipe. Supports multiple producers and multiple consumers.
Please check Test folder to get an example how it works.