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 |
#7 in #current
471 downloads per month
13KB
201 lines
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.
lib.rs
:
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.