async_local

The contents of this module can be included with the header hpx/modules/async_local.hpp. These headers may be used by user-code but are not guaranteed stable (neither header location nor contents). You are using these at your own risk. If you wish to use non-public functionality from a module we strongly suggest only including the module header hpx/modules/async_local.hpp, not the particular header in which the functionality you would like to use is defined. See Public API for a list of names that are part of the public HPX API.

Header hpx/async_local/apply.hpp

Header hpx/async_local/async.hpp

Header hpx/async_local/async_fwd.hpp

namespace hpx

Functions

template<typename Action, typename F, typename ...Ts>
auto async(F &&f, Ts&&... ts)

Header hpx/async_local/dataflow.hpp

Header hpx/async_local/sync.hpp

Header hpx/async_local/sync_fwd.hpp

namespace hpx

Functions

template<typename Action, typename F, typename ...Ts>
auto sync(F &&f, Ts&&... ts)