#channel #last #state #current #most-recent

latest

A channel-esque type that only stores the last value that was sent

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

MIT license

13KB
201 lines

latest Build Status

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.

No runtime deps