diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-02-01 22:19:37 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-02-01 22:19:37 +0000 |
commit | d429638d38351dcfaf5e18486b7c4c1fad3489ef (patch) | |
tree | 33c46aab97fb1bd15cd98ee0befdafedb5e66575 | |
parent | c5fefd5529e2b611367bcd917bfc2024d260e144 (diff) | |
download | luasocket-d429638d38351dcfaf5e18486b7c4c1fad3489ef.tar.gz luasocket-d429638d38351dcfaf5e18486b7c4c1fad3489ef.tar.bz2 luasocket-d429638d38351dcfaf5e18486b7c4c1fad3489ef.zip |
More to do.
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ | |||
1 | get rid of a = socket.try() in the manual, except for protected cases. | ||
2 | replace it with assert. | ||
3 | |||
1 | 4 | ||
2 | think about a dispatcher. | 5 | think about a dispatcher. |
3 | - it creates a server and receives a function that will do the work on | 6 | - it creates a server and receives a function that will do the work on |