Package perl-Coro: Information

    Binary package: perl-Coro
    Version: 6.570-alt4_1
    Architecture: i586
    Build time:  Jun 21, 2021, 10:23 PM in the task #274930
    Source package: perl-Coro
    Report package bug
    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.

    Maintainer: Igor Vlasenko


    ACL:
    Igor Vlasenko
    @everybody

    Last changed


    June 21, 2021 Igor Vlasenko 2:6.570-alt4_1
    - restored tests
    - removed set_perl_req_method relaxed
    June 21, 2021 Igor Vlasenko 2:6.570-alt3_1
    - partial perl7 patch
    June 1, 2021 Igor Vlasenko 2:6.570-alt2_1
    - prepared for rebuild with perl 5.32