dhess / c-ringbuf

A ring buffer implemented in C
Other
418 stars 143 forks source link

Add read thread and write thread support #3

Closed tverbin closed 6 years ago

tverbin commented 6 years ago

With this fix ringbuf should work fine with one thread writes to buffer and one thread reads from it. Tested with my code base.