summaryrefslogtreecommitdiff
path: root/docs/source/async/introduction.rst
blob: 7a6c05f77cd32e7a2c86f0ff06a13dc9524ed49d (plain)
1
2
3
4
5
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.