concurrencykit / ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
http://concurrencykit.org/
Other
2.38k stars 313 forks source link

ck_queue: update doc: no tail queue, add STAILQ description #69

Closed LebedevRI closed 8 years ago

LebedevRI commented 8 years ago

Singly-linked tail queue description is taken from sys/queue.h

sbahra commented 8 years ago

Thanks!