Пакет perl-Coro: Информация

    Бинарный пакет: perl-Coro
    Версия: 6.540-alt1_1
    Архитектура: ppc64le
    Собран:  7 июня 2019 г. 23:12
    Исходный пакет: perl-Coro
    Сообщить об ошибке в пакете
    Домашняя страница: https://metacpan.org/release/Coro

    Лицензия: (GPL+ or Artistic) and (GPLv2 or BSD)
    О пакете: 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.

    Сопровождающий: Igor Vlasenko


    Последнее изменение


    9 февраля 2019 г. Igor Vlasenko 1:6.540-alt1_1
    - update to new release by fcimport
    24 января 2019 г. Igor Vlasenko 1:6.54-alt1.2
    - rebuild with new perl 5.28.1
    24 января 2019 г. Igor Vlasenko 1:6.54-alt1.1
    - disabled tests for 6.54 + perl 5.28