Fedora Packages

perl-Coro

The only real threads in perl

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.

Releases Overview

Release Stable Testing
Fedora Rawhide 6.570-17.fc40 -
Fedora 40 6.570-17.fc40 -
Fedora 39 6.570-14.fc39 -
Fedora 38 6.570-11.fc38 -
EPEL 8 6.570-2.el8 -
EPEL 7 6.514-4.el7 -
File a new bug report »
Package Info
  • Upstream: https://metacpan.org/release/Coro
  • License(s): (GPL-1.0-or-later OR Artistic-1.0-Perl) AND (GPL-2.0-or-later OR BSD-2-Clause)
  • Maintainers: mspacek, jplesnik

Related Packages

You can contact the maintainers of this package via email at perl-Coro dash maintainers at fedoraproject dot org.



Sources on Pagure