Commit 27c6e04a authored by Igor Chorążewicz's avatar Igor Chorążewicz
Browse files

mpsc_queue: replace recursion with loop

in try_consume_batch. In case producers constantly produce
new data, try_consume_batch will be called over and over again
leading to stack overflow.
parent 9d770fb4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment