Package perl-Future-AsyncAwait: Information

    Source package: perl-Future-AsyncAwait
    Version: 0.66-alt3
    Latest version according to Repology
    Build time:  Nov 30, 2023, 06:32 PM in the task #335429
    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 rpms provided by this srpm:
    perl-Future-AsyncAwait (x86_64, ppc64le, i586, armh, aarch64)
    perl-Future-AsyncAwait-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko
    Cronbuild Service

    ACL:
    Igor Vlasenko
    @everybody

      1. /proc
      2. perl(ExtUtils/CBuilder.pm)
      3. perl(Future.pm)
      4. perl(IO/Async/Loop.pm)
      5. perl(Module/Build.pm)
      6. perl(Object/Pad.pm)
      7. rpm-build-perl
      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

    Last changed


    Nov. 30, 2023 Igor Vlasenko 0.66-alt3
    - unbootstrap
    Nov. 24, 2023 Igor Vlasenko 0.66-alt2.1
    - rebuild with new perl 5.38.0 (bootstrapped)
    Oct. 23, 2023 Igor Vlasenko 0.66-alt2
    - proper bootstrap support