存储最后发送值的类似通道类型
由 mitchmindtree
使用旧 Rust 2015
#7 in #current
471 每月下载量
13KB 201 行代码(不含注释)
一个模块,与 std::sync::mpsc::channel 的行为完全一致,但它不是存储消息在底层队列中,而是只存储最新消息。
lib.rs