Crates.io | thread-safe |
lib.rs | thread-safe |
version | 0.1.2 |
source | src |
created_at | 2021-06-19 06:14:56.533732 |
updated_at | 2021-08-21 16:50:32.572127 |
description | Container that allows thread safety for thread-unsafe objects |
homepage | https://github.com/bread-graphics/thread-safe#readme |
repository | https://github.com/bread-graphics/thread-safe |
max_upload_size | |
id | 412009 |
size | 18,065 |
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.
This crate is dual-licensed under the MIT and Apache 2.0 Licenses, just like Rust proper is.