promise
promise copied to clipboard
Promises/A implementation for PHP.
Results
12
promise issues
Sort by
recently updated
recently updated
newest added
Cherry-picking from #258
## Description ReactPHP promises execute `then()` callbacks **synchronously** when already resolved, violating Promises/A+ spec section 2.2.4 and causing unpredictable execution order with the event loop. ### Reproduction ```php
bug