#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 42/week @ 2024-03-29 106/week @ 2024-04-05 39/week @ 2024-04-12 6/week @ 2024-04-19 123/week @ 2024-04-26 15/week @ 2024-05-03 46/week @ 2024-05-10 56/week @ 2024-05-17 12/week @ 2024-05-24 16/week @ 2024-05-31 44/week @ 2024-06-07 147/week @ 2024-06-14 210/week @ 2024-06-21 94/week @ 2024-06-28 92/week @ 2024-07-05 41/week @ 2024-07-12

471 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