Hi,
I’m wondering if it’s possible to bind this loop implementation as a LoopInterface adapter within ReactPHP’s event loop project. From what I can see, php-mrloop has gone to some lengths to closely match the API of ReactPHP’s LoopInterface.
Has this already been attempted? If not, is there a particular reason why it wouldn’t be feasible (technical limitations, performance considerations, etc.)?
It looks like it could be a natural fit, but I wanted to confirm whether there’s any known blocker or historical discussion on this before experimenting further.