Name: | perl-Coro |
---|---|
Version: | 6.514 |
Release: | 4.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 721330 |
License: | (GPL+ or Artistic) and (GPLv2 or BSD) |
RPM: | perl-Coro-6.514-4.el7.aarch64.rpm |
Source RPM: | perl-Coro-6.514-4.el7.src.rpm |
Build Date: | Mon Jul 30 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Coro |
Summary: | The only real threads in perl |
Description: | This 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. |
- Avoid NO_PACKLIST usage to work with EL7's MakeMaker
- Perl 5.28 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- 6.514 bump
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- 6.513 bump
- 6.512 bump
- Perl 5.26 rebuild
- Restore compatibility with Perl 5.26.0 (CPAN RT#121836)