mutex-extra

Crates.iomutex-extra
lib.rsmutex-extra
version0.9.9
sourcesrc
created_at2021-10-20 10:11:50.777854
updated_at2021-10-20 11:47:29.047442
description`RefMutex` that is similar to `Mutex` but is `Sync` and `Send` even if `T` isn't `Send`.
homepagehttps://github.com/vporton/ref_mutex
repositoryhttps://github.com/vporton/ref_mutex
max_upload_size
id467826
size20,060
mathematician (vporton)

documentation

README

ref_mutex Rust library

Please 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.

Commit count: 68

cargo fmt