Sun, 03 May 2026 18:52:15 CST | login

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

ID12984
Package Namerust-send_wrapper
Version0.6.0
Release1.ocs23
Epoch
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 byzeyouliu
State complete
Volume DEFAULT
StartedSat, 13 Jul 2024 01:36:32 CST
CompletedSat, 13 Jul 2024 01:42:05 CST
Taskbuild (dist-ocs23-epol9, /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
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
rust-send_wrapper-0.6.0-1.ocs23.src.rpm (info) (download)
noarch
rust-send_wrapper+default-devel-0.6.0-1.ocs23.noarch.rpm (info) (download)
rust-send_wrapper+futures-core-devel-0.6.0-1.ocs23.noarch.rpm (info) (download)
rust-send_wrapper+futures-devel-0.6.0-1.ocs23.noarch.rpm (info) (download)
rust-send_wrapper-devel-0.6.0-1.ocs23.noarch.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue Jun 18 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.6.0-1 - initial build