summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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>
+```
+