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.34k stars 312 forks source link

Update ck_epoch_register in docs to send three arguments. #187

Closed michael-grunder closed 2 years ago

michael-grunder commented 2 years ago

Small change so the docs show the third void *cl argument to ck_epoch_register.

sbahra commented 2 years ago

Thank you!

michael-grunder commented 2 years ago

@sbahra Thank you for merging. Would you be open to a PR with more documentation changes? I found a few more cases where the API has diverged from docs but didn't want to spam you guys.

sbahra commented 2 years ago

@michael-grunder Yes, please! Thank you so much.