hpx::spinlock#

Defined in header hpx/mutex.hpp.

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

using hpx::spinlock = detail::spinlock<true>#

spinlock is a type of lock that causes a thread attempting to obtain it to check for its availability while waiting in a loop continuously.