async-interop / event-loop

An event loop interface for interoperability in PHP.
MIT License
170 stars 9 forks source link

Disallow other drivers when the Loop accessor has been used outside of Loop::execute #138

Closed kelunik closed 7 years ago

kelunik commented 7 years ago

This protects applications creating watchers etc. outside of Loop::execute to run the right loop. I'm not sure, but it might create false positives.

kelunik commented 7 years ago

Closing in favor of the way better #139.