aboutsummaryrefslogblamecommitdiff
path: root/devel/lua-cqueues/pkg-descr
blob: dc7f129fa4e3f093507f9a8fdbef3e26f8ee79c3 (plain) (tree)
1
2
3
4
5
6
7






                                                                    
cqueues is a type of event loop for Lua, except it's not a classic
event loop. It doesn't use callbacks, neither as part of the API nor
internally, but instead you communicate with an event controller by
the yielding and resumption of Lua coroutines using objects that
adhere to a simple interface.

WWW: http://25thandclement.com/~william/projects/cqueues.html