brimworks / lua-ev

Lua integration with libev.
MIT License
225 stars 55 forks source link

Add async watcher to lua-ev #22

Closed ben77irish closed 5 years ago

ben77irish commented 5 years ago

Adds support for async watchers. Can be used to create an async watcher and start or stop it on a given event loop.

brimworks commented 5 years ago

Thanks for the contribution!