reactphp / promise

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

Revert follower cancellation propagation (#99) #122

Closed clue closed 6 years ago

clue commented 6 years ago

This PR reverts follower cancellation propagation as implemented in #99. After discussing this feature with @jsor we agreed that the concept makes perfect sense, but the implementation is currently incomplete and also doesn't quite fit the scope of the v2.6 release right now. As such, we agreed to revert these changes for now and re-consider this for a future version instead.