reactphp / promise

Promises/A implementation for PHP.
https://reactphp.org/promise/
MIT License
2.38k stars 146 forks source link

Simplify queue draining while retaining functionality #158

Closed WyriHaximus closed 4 years ago

WyriHaximus commented 4 years ago

LGTM either way

It's one of the things I tried out to resolve the 7.4 GC issues, didn't work out as hoped but liking how concise and simple it is now.