compio-send-wrapper
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.
Ecosystem
crates.io
crates.io
Latest Release
2 days ago
0.7.0
2 days ago
Versions
1
1
Downloads
0 total
0 total
Loading...
Readme
Loading...
Links
| Registry | crates.io |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:cargo/compio-send-wrapper
spec |
| License | MIT, Apache-2.0 |
| First Release | 2 days ago |
| Last Synced | 2 days ago |