esp-idf/docs/en/api-reference/protocols/asio.rst

16 wiersze
565 B
ReStructuredText
Czysty Zwykły widok Historia

ASIO port
=========
2022-04-28 06:34:20 +00:00
Asio is a cross-platform C++ library, see https://think-async.com/Asio/. It provides a consistent asynchronous model using a modern C++ approach.
The ESP-IDF component `ASIO` has been moved from ESP-IDF since version v5.0 to a separate repository:
2022-07-20 01:43:52 +00:00
* `ASIO component on GitHub <https://github.com/espressif/esp-protocols/tree/master/components/asio>`__
Hosted Documentation
--------------------
The documentation can be found on the link below:
* `ASIO documentation (English) <https://espressif.github.io/esp-protocols/asio/index.html>`__