diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-01-04 11:50:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-04 11:50:05 +0700 |
commit | 926a79efa063d195f4eedd8d54dcf6d74b668917 (patch) | |
tree | 367af40b1e5e9e4a114ef145ea4b6b0c20d726da /libraries/asio/README | |
parent | dfdfd82ff1fd9765b30f53a08727dfcd5a55941d (diff) |
libraries/asio: Added (Asio C++ Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/asio/README')
-rw-r--r-- | libraries/asio/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/asio/README b/libraries/asio/README new file mode 100644 index 0000000000000..41cae1f38bd60 --- /dev/null +++ b/libraries/asio/README @@ -0,0 +1,8 @@ +Asio C++ Library + +Asio is a cross-platform C++ library for network and low-level +I/O programming that provides developers with a consistent +asynchronous model using a modern C++ approach. + +Asio provides the basic building blocks for C++ networking, +concurrency and other kinds of I/O. |