Top Level
Components
Guides
Documenting
Defined in carb/thread/Spinlock.h
A spinlock implementation that does not allow recursion.
Warning
Attempts to use this class in a recursive manner will call std::terminate().
std::terminate()