4 releases
Uses old Rust 2015
| 0.1.1 | Dec 30, 2015 |
|---|---|
| 0.1.0 | Oct 31, 2015 |
| 0.0.2 | May 19, 2015 |
| 0.0.1 | Apr 12, 2015 |
#8 in #current
22 downloads per month
13KB
201 lines
A module for a channel that acts exactly as std::sync::mpsc::channel does, but rather than storing messages in an underlyhing queue, it only stores the latest message.
latest 
A module for a channel that acts exactly as std::sync::mpsc::channel does, but rather than storing messages in an underlyhing queue, it only stores the latest message.