spsc-bip-buffer icon indicating copy to clipboard operation
spsc-bip-buffer copied to clipboard

Unnecessary writer's last update

Open unrealhoang opened this issue 6 years ago • 0 comments

https://github.com/utaal/spsc-bip-buffer/blob/master/src/lib.rs#L310-L313 How can writer.write ever larger than writer.last, as writer.last is initiated with Buffer's len. Let me know if I miss anything.

unrealhoang avatar Feb 18 '20 06:02 unrealhoang