Audacity 3.2.0
Classes | Namespaces | Typedefs
CancellationContext.h File Reference
#include <atomic>
#include <memory>
#include <mutex>
#include <vector>
Include dependency graph for CancellationContext.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  audacity::concurrency::CancellationContext
 
struct  audacity::concurrency::CancellationContext::Tag
 

Namespaces

namespace  audacity
 
namespace  audacity::concurrency
 

Typedefs

using audacity::concurrency::CancellationContextPtr = std::shared_ptr< CancellationContext >