Implemented basic client machinery (deferreds, etc)
commite07f058071a1be50344d73974e66635be9e677de
authorLuis Oliveira <loliveira@common-lisp.net>
Sun, 19 Aug 2007 18:11:34 +0000 (19 19:11 +0100)
committerLuis Oliveira <loliveira@common-lisp.net>
Sun, 19 Aug 2007 18:11:34 +0000 (19 19:11 +0100)
tree0a55c754512359aacb2409ad550f7450e0da58b6
parentadb5bd7b7c2081f79547139220468fac6a933c05
Implemented basic client machinery (deferreds, etc)

- Echo client works.
- WITH-DEFERRED-RESULT turns its body into a synchronous
  call when there isn't an event-base to work with.
- Fixed other silly bugs.
io.event/factory.lisp
io.event/pkgdcl.lisp
io.event/protocol.lisp
io.event/transport.lisp
protocols/echo/echo.lisp