Package perl-Future-AsyncAwait: Information

    Source package: perl-Future-AsyncAwait
    Version: 0.71-alt1
    Latest version according to Repology
    Build time:  Sep 17, 2025, 06:05 PM in the task #395156
    Category: Development/Perl
    Report package bug
    License: perl
    Summary: deferred subroutine syntax for futures
    Description: 
    This module provides syntax for deferring and resuming subroutines
    while waiting for Futures to complete. This syntax aims to make code
    that performs asynchronous operations using futures look neater and
    more expressive than simply using then chaining and other techniques on
    the futures themselves. It is also a similar syntax used by a number of
    other languages; notably C# 5, EcmaScript 6, Python 3, Dart, Rust, C++20.
    
    This module is still under active development. While it now seems
    relatively stable enough for most use-cases and has received a lot of
    "battle-testing" in a wide variety of scenarios, there may still be the
    occasional case of memory leak left in it, especially if still-pending
    futures are abandoned.
    
    The new syntax takes the form of two new keywords, async and await.

    List of RPM packages built from this SRPM:
    perl-Future-AsyncAwait (x86_64, i586, aarch64)
    perl-Future-AsyncAwait-debuginfo (x86_64, i586, aarch64)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko
    Cronbuild Service

    ACL:
    Igor Vlasenko
    @everybody

      1. /proc
      2. perl(ExtUtils/CBuilder.pm)
      3. perl(File/ShareDir.pm)
      4. perl(Future.pm)
      5. perl(IO/Async/Loop.pm)
      6. perl(Module/Build.pm)
      7. perl(Object/Pad.pm)
      8. perl(Role/Tiny.pm)
      9. perl(Role/Tiny/With.pm)
      10. perl(Syntax/Keyword/Defer.pm)
      11. perl(Syntax/Keyword/Dynamically.pm)
      12. perl(Syntax/Keyword/Match.pm)
      13. perl(Syntax/Keyword/MultiSub.pm)
      14. perl(Syntax/Keyword/Try.pm)
      15. perl(Test/Fatal.pm)
      16. perl(Test/Future/Deferred.pm)
      17. perl(Test/MemoryGrowth.pm)
      18. perl(Test/More.pm)
      19. perl(Test/Refcount.pm)
      20. perl(Test2/V0.pm)
      21. perl(XS/Parse/Keyword.pm)
      22. perl(XS/Parse/Keyword/Builder.pm)
      23. perl(XS/Parse/Sublike.pm)
      24. perl(XS/Parse/Sublike/Builder.pm)
      25. perl(experimental.pm)
      26. perl-devel
      27. perl-podlators
      28. rpm-build-perl

    Last changed


    Sept. 17, 2025 Igor Vlasenko 0.71-alt1
    - automated CPAN update
    April 4, 2025 Igor Vlasenko 0.70-alt1
    - automated CPAN update
    Nov. 30, 2023 Igor Vlasenko 0.66-alt3
    - unbootstrap