Wrapper type to allow moving 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. This package contains library source intended for building other packages which use the "default" feature of the "send_wrapper" crate.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.6.0-4.fc42 | - |
Fedora 41 | 0.6.0-3.fc41 | - |
Fedora 40 | 0.6.0-2.fc40 | - |
Fedora EPEL 9 | 0.6.0-1.el9 | - |
Fedora EPEL 10.0 | 0.6.0-3.el10_0 | - |
You can contact the maintainers of this package via email at
rust-send_wrapper dash maintainers at fedoraproject dot org
.