4个版本
使用旧的Rust 2015
0.9.9 | 2021年10月20日 |
---|---|
0.9.8 | 2021年10月20日 |
0.9.7 | 2021年10月20日 |
0.9.6 | 2021年10月20日 |
#1430 in 异步
21KB
376 行
ref_mutex
Rust库
请使用Mutex<send_cell::Ref<T>>
(https://docs.rs/send-cell/)。
我的代码有误! 请勿使用。
此库实现了RefMutex<T>
,类似于Mutex<T>
,但即使T
不是Send
,它也是Sync
和Send
。