summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-01 19:58:37 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-01 19:58:37 +0100
commita7fb7ee1e53b208415b1307df58b64ce3537b675 (patch)
tree3fb6b43ac27170e7ad1e78d6d337f4713634839c
parent372a1d44ceec603dfb0c59760c3b35a654348166 (diff)
chore: document ASIO macro.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--doc/macros/OCL_CORE_INCLUDE_ALL_ASIO.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/macros/OCL_CORE_INCLUDE_ALL_ASIO.md b/doc/macros/OCL_CORE_INCLUDE_ALL_ASIO.md
new file mode 100644
index 0000000..4450b3f
--- /dev/null
+++ b/doc/macros/OCL_CORE_INCLUDE_ALL_ASIO.md
@@ -0,0 +1,12 @@
+# OCL_CORE_INCLUDE_ALL_ASIO: MACRO
+
+This macro includes all of the ASIO headers in OCL.Core, it is disabled by default, thus only the following headers are included:
+
+```cpp
+#include <boost/asio/co_spawn.hpp>
+#include <boost/asio/detached.hpp>
+#include <boost/asio/io_context.hpp>
+#include <boost/asio/write.hpp>
+#include <boost/asio/read.hpp>
+```
+