johnae / spook

Lightweight programmable evented utility based on LuaJIT and ljsyscall
Other
35 stars 0 forks source link

Wrap handlers in coroutines to allow for serial looking code when desirable. #34

Closed johnae closed 7 years ago

johnae commented 7 years ago

This should not change the default behavior. Additionally, there's now both a coroutine based execute and a popen3.

johnae commented 7 years ago

This is a WIP.