summaryrefslogtreecommitdiff
path: root/docs/source/async
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-20 10:02:57 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-20 10:02:57 +0200
commitf0bc36c49adee797f9b89b41b6e12f6a2137b499 (patch)
tree1e005d788e368cf59fa98b994c95911e4731f389 /docs/source/async
parent43c21269d8c614929ff0bff8383c36018fa1bb8e (diff)
Adding more modules
Diffstat (limited to 'docs/source/async')
-rw-r--r--docs/source/async/introduction.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/async/introduction.rst b/docs/source/async/introduction.rst
new file mode 100644
index 0000000..7a6c05f
--- /dev/null
+++ b/docs/source/async/introduction.rst
@@ -0,0 +1,6 @@
+Introduction
+============
+
+The async module provides async functionality.
+It introduces a basic event loop, which have to be activated and bound to a local thread through the wait scope class.
+On a thread with an active event loop we can create async call graphs which automatically resolve the item moving through this graph.