Skip to content

vporton/ref_mutex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages