schets / multiqueue

A fast mpmc queue with broadcast capabilities
MIT License
201 stars 29 forks source link

Documentation Fixes #16

Closed nelsonjchen closed 7 years ago

nelsonjchen commented 7 years ago

One is in the lib and it's a bit of style normalization.

Another is a API that's changed, the doc tests were fixed, but the README.md was not. related: https://github.com/rust-lang/cargo/issues/383

And the last one is just removing errant whitespace.

As a side note, the "Something wacky" section's sentence seems to be a product of a Markov chain. I have no idea what it's trying to say. It's wacky though. I haven't addressed that here as I can't understand it.

schets commented 7 years ago

Thanks!