freebsd-ports/devel/lua-cqueues/pkg-descr
Kurt Jaeger 4895a0418f New port: devel/lua-cqueues
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

PR:		247739
Submitted by:	Leo Vandewoestijne <freebsd@dns.company>
2020-07-03 19:46:02 +00:00

8 lines
362 B
Plaintext

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