A simple lock-free queue implementation based on Implementing Lock-Free Queues (by John D. Valois).
It is supposed to be used on multi-threaded tcpdump project (not finished yet :().
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
A simple lock-free queue implementation based on Implementing Lock-Free Queues (by John D. Valois).
It is supposed to be used on multi-threaded tcpdump project (not finished yet :().
A simple lock-free queue implementation.