hpx/runtime_local/run_as_os_thread.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace threads

Functions

template<typename F, typename ...Ts>
hpx::future<typename util::invoke_result<F, Ts...>::type> run_as_os_thread(F &&f, Ts&&... vs)