Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-react-async - Async utilities for ReactPHP

Website:
https://reactphp.org/async/
Licence:
MIT
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
Async utilities for ReactPHP.

This library allows you to manage async control flow. It provides a number of
combinators for Promise-based APIs. Instead of nesting or chaining promise
callbacks, you can declare them as a list, which is resolved sequentially in
an async manner. React/Async will not automagically change blocking code to
be async. You need to have an actual event loop and non-blocking libraries
interacting with that event loop for it to work. As long as you have a
Promise-based API that runs in an event loop, it can be used with this library.

Autoloader: /usr/share/php/React/Async/autoload.php

Packages

php-react-async-4.0.0-1.remi.src [25 KiB] Changelog by Remi Collet (2022-09-23):
- update to 4.0.0
- raise dependency on PHP 8.1
php-react-async-3.0.0-1.remi.src [22 KiB] Changelog by Remi Collet (2022-09-23):
- Initial package