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.
 
 
 
 
 
 
Vincent Torri 984159e37a Eio: remove AC_HEADER_ASSERT as assert() is not used. 12 years ago
..
doc dox.in update: elementary,evas,edje,ecore,eio,eet,eeze. 13 years ago
m4 eio: add Eio_Monitor API. 13 years ago
src eio: don't free internal data. 12 years ago
AUTHORS eio: fix eio_monitor. 12 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 Add rpm spec to eio and one more entry to svn:ignore. 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 that's it - remove autom4te.cache dirs again... - keep having to many 12 years ago
configure.ac Eio: remove AC_HEADER_ASSERT as assert() is not used. 12 years ago
eio.pc.in * eio: please welcome our asynchronous input output library. 13 years ago
eio.spec.in Assorted build and spec fixes. 12 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 !