#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

#7 in #current

Download history 1/week @ 2023-12-11 17/week @ 2023-12-18 27/week @ 2023-12-25 23/week @ 2024-01-08 63/week @ 2024-01-15 22/week @ 2024-01-22 7/week @ 2024-01-29 7/week @ 2024-02-19 48/week @ 2024-02-26 30/week @ 2024-03-04 55/week @ 2024-03-11

140 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