]> mj.ucw.cz Git - libucw.git/commit
Implemented an asynchronous I/O library module.
authorMartin Mares <mj@ucw.cz>
Sat, 25 Nov 2006 22:35:55 +0000 (23:35 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 25 Nov 2006 22:35:55 +0000 (23:35 +0100)
commit0f2719c181f3a8a9ba88ef76901f2115dee88c48
tree910691d02a0a5017988136ca42023f30804216f1
parenta28642df7637bcba1254eda50f94d8bab5bb6843
Implemented an asynchronous I/O library module.

It's built at the top of the work queue module.
lib/Makefile
lib/asio.c [new file with mode: 0644]
lib/asio.h [new file with mode: 0644]
lib/asio.t [new file with mode: 0644]
lib/asyncio.h [deleted file]