Added a very basic asynchronous event infrastructure.
commit37eaf75e2b5bd31374e9716d4c1383d9d3fc3481
authorStelian Ionescu <sionescu@common-lisp.net>
Wed, 8 Aug 2007 22:58:34 +0000 (9 00:58 +0200)
committerStelian Ionescu <sionescu@common-lisp.net>
Wed, 8 Aug 2007 22:58:34 +0000 (9 00:58 +0200)
tree07a171a6c8f39a0a0cdf40e1ba506b883cca877a
parent4e4da452cea662846ebccc99f4bade916355a851
Added a very basic asynchronous event infrastructure.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>
io.event.asd [new file with mode: 0644]
io.event/io-buffer.lisp [new file with mode: 0644]
io.event/io-channel.lisp [new file with mode: 0644]
io.event/io-protocol.lisp [new file with mode: 0644]
io.event/pkgdcl.lisp [new file with mode: 0644]