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

  • Default inline alert: Версия в репозитории: 4.81-alt1

Исходный пакет: perl-IO-AIO
Версия: 4.75-alt5
Последняя версия по данным Repology
Собран:  21 июня 2021 г. 23:29 в задании #274932
Категория: Разработка/Perl
Сообщить об ошибке в пакете
Домашняя страница: http://search.cpan.org/dist/IO-AIO/

Лицензия: GPL or Artistic
О пакете: Asynchronous Input/Output
Описание: 
This module implements asynchronous I/O using whatever means your
operating system supports.

Asynchronous means that operations that can normally block your program
(e.g. reading from disk) will be done asynchronously: the operation
will still block, but you can do something else in the meantime. This
is extremely useful for programs that need to stay interactive even
when doing heavy I/O (GUI programs, high performance network servers
etc.), but can also be used to easily do operations in parallel that are
normally done sequentially, e.g. stat'ing many files, which is much faster
on a RAID volume or over NFS when you do a number of stat operations
concurrently.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
perl-IO-AIO (x86_64, ppc64le, i586, armh, aarch64)
perl-IO-AIO-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
perl-IO-AIO-scripts (noarch)

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


Права:
Igor Vlasenko
@everybody

    1. perl-common-sense
    2. perl-devel
    3. perl-podlators
    4. /proc
    5. libgdbm-devel
    6. perl(Canary/Stability.pm)
    7. libdb4-devel

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


21 июня 2021 г. Igor Vlasenko 2:4.75-alt5
- no need for perl 7 patches
21 июня 2021 г. Igor Vlasenko 2:4.75-alt4
- completely patched IO-AIO for perl 5.32+
- enabled tests
19 июня 2021 г. Igor Vlasenko 2:4.75-alt3
- removed set req method to relaxed