summaryrefslogtreecommitdiffstats
path: root/libraries/eio/README
blob: 59640c019a066fb55128ead0d9ffba933ab446a4 (plain)
1
2
3
4
5
6
Eio is part of Enlightenment DR17 foundation libraries.

Eio integrates with EFL (Ecore, Eina) to provide efficient filesystem
input/output (I/O). It use the best techniques to achieve such purpose,
like using at-variants, splice, properly handling errors and doing it in
an asynchronous fashion by means of worker threads.