efl/legacy/eio
Cedric BAIL e697938fc2 * eio, ethumb and elementary: snapshot increase.
SVN revision: 54508
2010-11-12 16:03:34 +00:00
..
doc * eio: more doxy fix. 2010-10-28 16:09:17 +00:00
m4 [eio] check if threads, grp.h and fchmod() are available 2010-10-21 17:51:21 +00:00
src * eio: fix API to match the rest of the EFL API. 2010-11-12 14:08:01 +00:00
AUTHORS * eio: improve doc. 2010-10-20 14:44:45 +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: remove not needed file. 2010-11-11 19:01:52 +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 * eio: please welcome our asynchronous input output library. 2010-07-22 16:08:17 +00:00
configure.ac * eio, ethumb and elementary: snapshot increase. 2010-11-12 16:03:34 +00:00
eio.pc.in * eio: please welcome our asynchronous input output library. 2010-07-22 16:08:17 +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 !