Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ACDGILMOPQRWXYZ
]
php-react-async - Async utilities for ReactPHP
- Website:
- https://reactphp.org/async/
- Licence:
- MIT
- Vendor:
- Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
- 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