Skip to content

Container that allows for checked thread transport of thread-unsafe variables

Notifications You must be signed in to change notification settings

bread-graphics/thread-safe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Container that allows for checked thread transport of thread-unsafe variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages