Wed, 15 May 2024 10:14:47 UTC | login

Information for build rust-send_wrapper-0.6.0-2.fc40

ID288264
Package Namerust-send_wrapper
Version0.6.0
Release2.fc40
Epoch
SummaryWrapper type to allow moving non-Send types between threads
DescriptionThis 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 23 Feb 2024 11:25:17 UTC
CompletedFri, 23 Feb 2024 11:25:17 UTC
Tags
f40
f41
RPMs
src
rust-send_wrapper-0.6.0-2.fc40.src.rpm (info) (download)
noarch
rust-send_wrapper+default-devel-0.6.0-2.fc40.noarch.rpm (info) (download)
rust-send_wrapper+futures-core-devel-0.6.0-2.fc40.noarch.rpm (info) (download)
rust-send_wrapper+futures-devel-0.6.0-2.fc40.noarch.rpm (info) (download)
rust-send_wrapper-devel-0.6.0-2.fc40.noarch.rpm (info) (download)
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Oct 18 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.0-1 - Initial import (#2241635)