diff options
Diffstat (limited to 'libraries/eio/README')
-rw-r--r-- | libraries/eio/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/eio/README b/libraries/eio/README new file mode 100644 index 0000000000..59640c019a --- /dev/null +++ b/libraries/eio/README @@ -0,0 +1,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. |