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
44 downloads per month
13KB
201 lines
latest ![Build Status](https://img.gs/czjpqfbdkz/full/https://travis-ci.org/mitchmindtree/latest.svg?branch=master)
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.