fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
299 B
Plaintext
6 lines
299 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.
|