Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `Sync` marker for Reader/Writer.v0.3.0 | Brian Cully | 2019-09-02 | 1 | -1/+6 |
| | | | | | | | | These are not sync, as they can only be used from one thread at a time. Also add a `Send` trait for `RingBuffer`, as long as its element type is also `Send`. | ||||
* | Add changelog. | Brian Cully | 2019-08-14 | 1 | -0/+8 |