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

    Исходный пакет: perl-Future-AsyncAwait
    Версия: 0.66-alt3
    Собран:  7 декабря 2023 г. 10:34
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Future-AsyncAwait/

    Лицензия: perl
    О пакете: deferred subroutine syntax for futures
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Future-AsyncAwait (riscv64)
    perl-Future-AsyncAwait-debuginfo (riscv64)

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

    Список участников:
    Igor Vlasenko
    Cronbuild Service

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

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


    30 ноября 2023 г. Igor Vlasenko 0.66-alt3
    - unbootstrap
    24 ноября 2023 г. Igor Vlasenko 0.66-alt2.1
    - rebuild with new perl 5.38.0 (bootstrapped)
    23 октября 2023 г. Igor Vlasenko 0.66-alt2
    - proper bootstrap support