2
0
mirror of https://github.com/boostorg/cobalt.git synced 2026-01-19 04:02:16 +00:00

[io] added summary for motivation IO library.

This commit is contained in:
Klemens Morgenstern
2025-06-20 23:14:49 +08:00
committed by Klemens Morgenstern
parent 0e7f1e4c7b
commit 9355af324f
2 changed files with 6 additions and 0 deletions

5
doc/design/io.adoc Normal file
View File

@@ -0,0 +1,5 @@
[#design:io]
== IO
The `cobalt::io` namespace provides a wrapper library for boost.asio.
It is simplified and compiled to speedup development and compilation times.

View File

@@ -52,6 +52,7 @@ include::design/promise.adoc[]
include::design/race.adoc[]
include::design/associators.adoc[]
include::design/thread.adoc[]
include::design/io.adoc[]
= Reference