johnae / spook

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

Coroutine wrappers #35

Closed johnae closed 7 years ago

johnae commented 7 years ago

This wraps all event handlers in coroutines which means spook can relatively easily be used in a coroutined based flow (eg. serial looking code that isn't).