readerwriterqueue
readerwriterqueue copied to clipboard
C Api
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.
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.