brimworks / lua-ev

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

Added constants for signals, like ev.SIGHUP etc #13

Closed lipp closed 11 years ago

lipp commented 12 years ago

It is a bit anoying to look up all the different constants for working with ev.Signal, like ev.SIGHUP etc. All "catchable" signals (www.cs.princeton.edu/courses/archive/spr06/cos217/lectures/23signals.pdf) are added.

brimworks commented 11 years ago

Thanks for the contribution!