efl/legacy/eio
Michael BOUCHAUD 09eed6ec5d eio: fix maintainer-clean
SVN revision: 64431
2011-10-27 10:17:44 +00:00
..
doc dox.in update: elementary,evas,edje,ecore,eio,eet,eeze. 2011-02-10 16:50:18 +00:00
m4 eio: add Eio_Monitor API. 2011-04-25 17:04:46 +00:00
src eio: don't free internal data. 2011-09-19 12:47:02 +00:00
AUTHORS eio: fix eio_monitor. 2011-09-01 10:22:00 +00:00
COPYING * eio: please welcome our asynchronous input output library. 2010-07-22 16:08:17 +00:00
ChangeLog * eio: please welcome our asynchronous input output library. 2010-07-22 16:08:17 +00:00
INSTALL * eio: please welcome our asynchronous input output library. 2010-07-22 16:08:17 +00:00
Makefile.am eio: fix maintainer-clean 2011-10-27 10:17:44 +00:00
NEWS * eio: please welcome our asynchronous input output library. 2010-07-22 16:08:17 +00:00
README * eio: Add an error callback, some docs and a small README. 2010-07-23 11:00:44 +00:00
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 2011-08-02 04:13:33 +00:00
configure.ac Eio: remove AC_HEADER_ASSERT as assert() is not used. 2011-10-07 06:31:14 +00:00
eio.pc.in * eio: please welcome our asynchronous input output library. 2010-07-22 16:08:17 +00:00
eio.spec.in Assorted build and spec fixes. 2011-06-23 07:01:45 +00:00

README

Enlightenment Input Output Library
==================================

This library is intended to provide non blocking IO by using thread for all
operation that may block. It depends only on eina and ecore right now. It
should integrate all the features/functions of Ecore_File that could block.

This should become one day part of what we call the EFL and be a dependence
of E17. Feel free to contribute, help is always appreciated !