Audacity 3.2.0
|
#include <atomic>
#include <thread>
Go to the source code of this file.
Classes | |
class | spinlock |
Intended for locking of resources that are only lightly contended and locked for very short times, can be used with std::lock_guard. More... | |