Use fibers instead of monkey patching#8
Conversation
c4b3e51 to
254dd55
Compare
96a6e37 to
d673bfb
Compare
|
@SimonFrings @clue @jsor Updated it to the newly released |
clue
left a comment
There was a problem hiding this comment.
@WyriHaximus Good job! Only briefly eyeballed this, but looks like a major improvement over the previous monkey patching! 👍 Also using similar logic myself to add PSR-15 compatibility for Framework X as discussed in clue/framework-x#185.
|
@clue Thanks! It's been a lot easier to use and no more weird bigs due to incompatible code. In the future I hope we can build PSR-15 support directly into |
Depends on: reactphp/async#15