From f0bc36c49adee797f9b89b41b6e12f6a2137b499 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Tue, 20 Aug 2024 10:02:57 +0200 Subject: Adding more modules --- docs/source/async/introduction.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/source/async/introduction.rst (limited to 'docs/source/async') 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. -- cgit v1.2.3