Fragile
This library provides wrapper types that permit sending non Send types to other threads and use runtime checks to ensure safety.
Example
use thread;
// creating and using a fragile object in the same thread works
let val = new;
assert_eq!;
assert!;
// once send to another thread it stops working
spawn.join
.unwrap;
License and Links
- Documentation
- Issue Tracker
- License: Apache 2.0