2022-06-22 14:49:37 +04:00
|
|
|
# ASIO port
|
|
|
|
|
2022-12-12 18:13:04 +01:00
|
|
|
[](https://components.espressif.com/components/espressif/asio)
|
|
|
|
|
2022-06-22 14:49:37 +04: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.
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
2023-04-19 11:58:05 +04:00
|
|
|
Get started with examples [examples](https://github.com/espressif/esp-protocols/tree/master/components/asio/examples)
|
2022-06-22 14:49:37 +04:00
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2023-04-19 11:58:05 +04:00
|
|
|
* View the full [html documentation](https://docs.espressif.com/projects/esp-protocols/asio/docs/latest/index.html)
|