efl/legacy/eio
Mike Blumenkrantz fc64fb5a71 <arrowdodger> Patch to unbreak eio build on systems without xattr: http://intara.org.ru/eio.diff
SVN revision: 60955
2011-07-03 17:58:57 +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 <arrowdodger> Patch to unbreak eio build on systems without xattr: http://intara.org.ru/eio.diff 2011-07-03 17:58:57 +00:00
AUTHORS * eio: improve doc. 2010-10-20 14:44:45 +00:00
COPYING
ChangeLog
INSTALL
Makefile.am Add rpm spec to eio and one more entry to svn:ignore. 2011-02-17 23:13:36 +00:00
NEWS
README
autogen.sh autogen: unobrk things. 2011-04-14 14:51:36 +00:00
configure.ac eio: also copy xattr when available. 2011-04-28 16:45:45 +00:00
eio.pc.in
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 !