ref_mutex
Rust libraryPlease instead use Mutex<send_cell::Ref<T>>
(https://docs.rs/send-cell/).
My code is erroneous! Don't use.
This library implement RefMutex<T>
that is similar to Mutex<T>
but is Sync
and Send
even if T
isn't Send
.