diff options
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. |