LICENSE

Sat, 01 Sep 2007 00:24:11 -0400

author
Thomas Harning Jr <harningt@gmail.com>
date
Sat, 01 Sep 2007 00:24:11 -0400
changeset 17
1a093a31059d
parent 13
3e2ea1e7b2e8
permissions
-rw-r--r--

Refactored luaevent.lua (unlearned borked fairness, collapsing useless code).

luaevent.lua:
* Unlearned fairness since it was likely to be broken...
fairness will need to be implemented at app-level where it should be.
* Collapsed duplicate code into a local function
testClient.lua:
* Added a completion message (since the test was so quick I thought it was broken)

13
3e2ea1e7b2e8 Reformed project layout from 'luaevent/*' -> '*'
Thomas Harning Jr <harningt@gmail.com>
parents:
diff changeset
1 LuaEvent - Binding of libevent to Lua to offer event-based IO programming
3e2ea1e7b2e8 Reformed project layout from 'luaevent/*' -> '*'
Thomas Harning Jr <harningt@gmail.com>
parents:
diff changeset
2 Copyright (C) 2007 Thomas Harning <harningt@gmail.com>
3e2ea1e7b2e8 Reformed project layout from 'luaevent/*' -> '*'
Thomas Harning Jr <harningt@gmail.com>
parents:
diff changeset
3
3e2ea1e7b2e8 Reformed project layout from 'luaevent/*' -> '*'
Thomas Harning Jr <harningt@gmail.com>
parents:
diff changeset
4 See doc/COPYING for more details.

mercurial