thread-safe

Crates.iothread-safe
lib.rsthread-safe
version0.1.2
sourcesrc
created_at2021-06-19 06:14:56.533732
updated_at2021-08-21 16:50:32.572127
descriptionContainer that allows thread safety for thread-unsafe objects
homepagehttps://github.com/bread-graphics/thread-safe#readme
repositoryhttps://github.com/bread-graphics/thread-safe
max_upload_size
id412009
size18,065
John Nunley (notgull)

documentation

README

thread-safe

This crate implements a simple container that allows thread-unsafe variables to be sent across threads, as long as they are only directly accessed from the origin thread. This crate allows for breadthread to not have any unsafe code in it.

License

This crate is dual-licensed under the MIT and Apache 2.0 Licenses, just like Rust proper is.

Commit count: 7

cargo fmt