Package perl-IO-AIO: Information

    Source package: perl-IO-AIO
    Version: 4.81-alt1
    Latest version according to Repology
    Build time:  Mar 20, 2024, 12:36 AM in the task #343118
    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, ppc64le, i586, aarch64)
    perl-IO-AIO-debuginfo (x86_64, ppc64le, i586, aarch64)
    perl-IO-AIO-scripts (noarch)

    Maintainer: Igor Vlasenko


    ACL:
    Igor Vlasenko
    @everybody

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

    Last changed


    March 19, 2024 Igor Vlasenko 3:4.81-alt1
    - automated CPAN update
    April 3, 2023 Igor Vlasenko 3:4.8-alt1.1
    - automated CPAN update
    Sept. 27, 2022 Igor Vlasenko 2:4.79-alt1
    - automated CPAN update