.. _async: async - Asynchronous Execution Interface ======================================== Overview -------- The ``async`` module defines an interface for asynchronous execution of runnable objects in specific execution contexts. Its concrete implementation depends on the underlying OS. .. toctree:: :maxdepth: 1 user/index