summaryrefslogtreecommitdiff
path: root/docs/source/async/introduction.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/async/introduction.rst')
-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.