Wed, 08 Apr 2026 16:48:41 CST | login

Information for build perl-Coro-6.570-3.oc9

ID25673
Package Nameperl-Coro
Version6.570
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Coro.git?.#335c57775b8ccdc26ff2c83ec90b3bd81cf587a0
SummaryThe only real threads in perl
DescriptionThis module collection manages continuations in general, most often in the form of cooperative threads (also called coros, or simply "coro" in the documentation). They are similar to kernel threads but don't (in general) run in parallel at the same time even on SMP machines. The specific flavor of thread offered by this module also guarantees you that it will not switch between threads unless necessary, at easily-identified points in your program, so locking and parallel access are rarely an issue, making thread programming much safer and easier than using other thread models.
Built byfanjunkong
State complete
Volume DEFAULT
StartedThu, 25 Jul 2024 21:51:31 CST
CompletedThu, 25 Jul 2024 21:53:52 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Coro.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Coro.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-2504-build
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Coro-6.570-3.oc9.src.rpm (info) (download)
aarch64
perl-Coro-6.570-3.oc9.aarch64.rpm (info) (download)
perl-Coro-debuginfo-6.570-3.oc9.aarch64.rpm (info) (download)
perl-Coro-debugsource-6.570-3.oc9.aarch64.rpm (info) (download)
noarch
perl-Coro-tests-6.570-3.oc9.noarch.rpm (info) (download)
x86_64
perl-Coro-6.570-3.oc9.x86_64.rpm (info) (download)
perl-Coro-debuginfo-6.570-3.oc9.x86_64.rpm (info) (download)
perl-Coro-debugsource-6.570-3.oc9.x86_64.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 Jul 02 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 6.570-3 - rebuild * Mon Jul 01 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 6.570-2 - rebuild * Wed Jun 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 6.570-1 - initial build