Mon, 26 Jan 2026 22:51:25 CST | login

Information for build rust-send_wrapper-0.6.0-1.oc9

ID26840
Package Namerust-send_wrapper
Version0.6.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/rust-send_wrapper.git?.#7097c231bcba3ced62cc9b971aa42bbd9b8353d9
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 byfanjunkong
State complete
Volume DEFAULT
StartedTue, 06 Aug 2024 02:55:55 CST
CompletedTue, 06 Aug 2024 03:01:10 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/rust-send_wrapper.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/rust-send_wrapper.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
rust-send_wrapper-0.6.0-1.oc9.src.rpm (info) (download)
noarch
rust-send_wrapper+default-devel-0.6.0-1.oc9.noarch.rpm (info) (download)
rust-send_wrapper+futures-core-devel-0.6.0-1.oc9.noarch.rpm (info) (download)
rust-send_wrapper+futures-devel-0.6.0-1.oc9.noarch.rpm (info) (download)
rust-send_wrapper-devel-0.6.0-1.oc9.noarch.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue Jun 18 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.6.0-1 - initial build