synchronization#
This module provides synchronization primitives that should be used rather than the C++ standard ones in HPX threads:
hpx::spinlock(std::mutex compatible spinlock)hpx::spinlock_no_backoff(boost::mutex compatible spinlock)hpx::spinlock_poolhpx::in_place_stop_tokenhpx::upgrade_to_unique_lockhpx::upgrade_lock
See lcos_local, async_combinators, and async_distributed for higher level synchronization facilities.
See the API reference of this module for more details.