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
almost 4 years ago
0.6.0
almost 4 years ago
Versions
6
6
Downloads
33,206,019 total
33,206,019 total
Dependent Packages
55
55
Dependent Repos
2,504
2,504
Loading...
Readme
Loading...
Links
| Registry | crates.io |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:cargo/send_wrapper
spec |
| License | MIT, Apache-2.0 |
| First Release | over 8 years ago |
| Last Synced | 9 days ago |
Repository
| Stars | 61 on GitHub |
| Forks | 15 on GitHub |
| Docker Dependents | 45 |
| Docker Downloads | 23,301,766 |
Rankings on crates.io
Overall
Top 6.5%
Downloads
Top 0.9%
Dependent packages
Top 1.1%
Dependent repos
Top 0.8%
Docker downloads
Top 2.6%