efl/legacy/eio
Cedric BAIL f185e2d950 eio: use new Eina_File infra to detect IO error during mmap copy.
SVN revision: 66800
2012-01-03 15:00:30 +00:00
..
doc eio: i see dead file. 2011-12-03 16:41:58 +00:00
m4 eio: add Eio_Monitor API. 2011-04-25 17:04:46 +00:00
src eio: use new Eina_File infra to detect IO error during mmap copy. 2012-01-03 15:00:30 +00:00
AUTHORS eio: fix eio_monitor. 2011-09-01 10:22:00 +00:00
COPYING eio: fix copy/paste error. 2011-12-15 17:00:48 +00:00
ChangeLog
INSTALL
Makefile.am eio: fix maintainer-clean 2011-10-27 10:17:44 +00:00
NEWS
README
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 2011-08-02 04:13:33 +00:00
configure.ac eio: latest attempt to fix auto doc. 2011-12-03 16:07:54 +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 !