.. Copyright (c) 2020 The STE||AR-Group SPDX-License-Identifier: BSL-1.0 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) .. _modules_async_base: ========== async_base ========== The async_base module defines the basic functionality for spawning tasks on thread pools. This module does not implement any functionality on its own, but is extended by :ref:`modules_async_local` and :ref:`modules_async_distributed` with implementations for the local and distributed cases. See the :ref:`API reference ` of this module for more details.