diff options
author | Aleksandar Samardzic <asamardzic@gmail.com> | 2012-11-17 18:06:12 +0100 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2012-11-17 18:26:46 +0100 |
commit | 6a1eb2f4b949eff3b86118eb572f9ec5f5f0f29f (patch) | |
tree | 175601a8c44ec5ca576e0403b2fecf54b50fb3ce /libraries/eio/README | |
parent | 53fb3f82ae7309f68ebe0fc9f80373c27f1dfbd8 (diff) | |
download | slackbuilds-6a1eb2f4b949eff3b86118eb572f9ec5f5f0f29f.tar.gz |
libraries/eio: Added. (Enlightenment DR17 I/O Library)
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
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. |