Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
php-react-async - Async utilities for ReactPHP
- 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