Crates.io | latest |
lib.rs | latest |
version | 0.1.1 |
source | src |
created_at | 2015-04-12 04:21:17.221702 |
updated_at | 2015-12-30 09:28:01.318847 |
description | A channel-esque type that only stores the last value that was sent. |
homepage | https://github.com/mitchmindtree/latest |
repository | https://github.com/mitchmindtree/latest.git |
max_upload_size | |
id | 1845 |
size | 12,822 |
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.