readerwriterqueue icon indicating copy to clipboard operation
readerwriterqueue copied to clipboard

C Api

Open rock59 opened this issue 4 years ago • 1 comments

Is it possible to provide a C Api in order to make this awesome library usable in C programs and other languages with FFI or similar mechanisms? Queuing and dequeuing void pointers is sufficient.

rock59 avatar Sep 10 '20 16:09 rock59

I'm tempted, but it won't be for a while. My concurrentqueue project had a C API contributed via pull request, but I'm still not sure of the best approach.

cameron314 avatar May 01 '21 23:05 cameron314