Added basic I/O multiplex interface(select()-only ATM).
commitcd9d89820fe819755135dedc9891b20fab82d3a6
authorhechee@blackhole.universe.org <>
Sun, 1 Oct 2006 22:57:27 +0000 (2 00:57 +0200)
committerStelian Ionescu <sionescu@common-lisp.net>
Sun, 1 Oct 2006 22:57:27 +0000 (2 00:57 +0200)
tree2e76f53115d56531bab5428bbec9d0d2aa6ee8e0
parentae4edecec656623903a871f755c1cdb4f8a24fc0
Added basic I/O multiplex interface(select()-only ATM).
io-multiplex/common.lisp [new file with mode: 0644]
io-multiplex/defpackage.lisp [new file with mode: 0644]
io-multiplex/event-loop.lisp [new file with mode: 0644]
io-multiplex/io.multiplex.asd [new file with mode: 0644]
io-multiplex/select.lisp [new file with mode: 0644]
sockets/defpackage.lisp
sockets/net.sockets.asd