rust-send-wrapper 0.4.0 Wrapper moving around non-Send
types between threads
This Rust library implements a wrapper type called SendWrapper
which allows you to move around non-Send
types between threads, as long as you access the contained value only from within the original thread. You also have to make sure that the wrapper is dropped from within the original thread. If any of these constraints is violated, a panic occurs.
- Website: https://github.com/thk1/send_wrapper
- License: Expat, ASL 2.0
- Package source: crates-io.scm
- Patches: None
- Builds: x86_64-linux, aarch64-linux