You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Cedric BAIL e697938fc2 * eio, ethumb and elementary: snapshot increase. 13 years ago
..
doc * eio: more doxy fix. 13 years ago
m4 [eio] check if threads, grp.h and fchmod() are available 13 years ago
src * eio: fix API to match the rest of the EFL API. 13 years ago
AUTHORS * eio: improve doc. 13 years ago
COPYING * eio: please welcome our asynchronous input output library. 13 years ago
ChangeLog * eio: please welcome our asynchronous input output library. 13 years ago
INSTALL * eio: please welcome our asynchronous input output library. 13 years ago
Makefile.am * eio: remove not needed file. 13 years ago
NEWS * eio: please welcome our asynchronous input output library. 13 years ago
README * eio: Add an error callback, some docs and a small README. 13 years ago
autogen.sh * eio: please welcome our asynchronous input output library. 13 years ago
configure.ac * eio, ethumb and elementary: snapshot increase. 13 years ago
eio.pc.in * eio: please welcome our asynchronous input output library. 13 years ago

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 !