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 d287f127fd * eio: callback are allowed to modify their own data. 13 years ago
..
m4 * eio: please welcome our asynchronous input output library. 13 years ago
src * eio: callback are allowed to modify their own data. 13 years ago
AUTHORS Add the ability to perform standard IO operations on a file in a thread. 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: please welcome our asynchronous input output library. 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: make it compile on Windows. Thanks Vincent ! 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 !