cameron314 / concurrentqueue

A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
Other
9.87k stars 1.69k forks source link

Expose size_approx in CAPI #267

Closed cboulay closed 2 years ago

cboulay commented 2 years ago

Exposes size_approx in CAPI Bonus add CLion files to .gitignore.

cameron314 commented 2 years ago

Thanks for taking the time to open a PR for this!