Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37330550
en ru br
ALT Linux repos
S:6.570-alt4_1

Group :: Development/Other
RPM: perl-Coro

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 6.570-alt4_1
Build date: 21 june 2021, 19:13 ( 147.1 weeks ago )
Size: 209.06 Kb

Home page:   https://metacpan.org/release/Coro

License: (GPL+ or Artistic) and (GPLv2 or BSD)
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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Coro
  • perl-Coro-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin