async-interop / event-loop

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

Remove Loop::execute scoping #153

Closed kelunik closed 7 years ago

kelunik commented 7 years ago

This allows using Loop::run(); instead of putting the entire application into a closure. A default loop can be setup using Composer's "files" autoload feature. Scoping can be implemented on top by testing frameworks or other libraries.

Closes #148.

kelunik commented 7 years ago

Closing, as project discontinued for now.