Package perl-IO-AIO: Information

    Source package: perl-IO-AIO
    Version: 4.72-alt1
    Build time:  Apr 3, 2019, 01:54 PM in the task #226457
    Category: Development/Perl
    Report package bug
    License: GPL or Artistic
    Summary: Asynchronous Input/Output
    Description: 
    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.

    List of rpms provided by this srpm:
    perl-IO-AIO (x86_64, i586, aarch64)
    perl-IO-AIO-debuginfo (x86_64, i586, aarch64)
    perl-IO-AIO-scripts (x86_64, i586, aarch64)

    Maintainer: Igor Vlasenko


      1. perl-common-sense
      2. perl-devel
      3. perl-podlators
      4. perl(Canary/Stability.pm)

    Last changed


    April 3, 2019 Igor Vlasenko 2:4.72-alt1
    - automated CPAN update
    March 12, 2019 Igor Vlasenko 2:4.71-alt1
    - automated CPAN update
    March 6, 2019 Igor Vlasenko 2:4.7-alt1
    - automated CPAN update