thread-safe 0.1.0

Container that allows thread safety for thread-unsafe objects
Documentation
1
2
3
4
5
6
7
8
9
# 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.