Audacity
3.2.0
libraries
lib-concurrency
concurrency
ICancellable.h
Go to the documentation of this file.
1
/*
2
* SPDX-License-Identifier: GPL-2.0-or-later
3
* SPDX-FileName: ICancellable.cpp
4
* SPDX-FileContributor: Dmitry Vedenko
5
*/
6
7
#pragma once
8
9
namespace
audacity::concurrency
10
{
11
class
CONCURRENCY_API
ICancellable
12
{
13
public
:
14
virtual
~ICancellable
() =
default
;
15
16
virtual
void
Cancel
() = 0;
17
};
18
}
// namespace audacity::concurrency
audacity::concurrency::ICancellable
Definition:
ICancellable.h:12
audacity::concurrency::ICancellable::~ICancellable
virtual ~ICancellable()=default
audacity::concurrency::ICancellable::Cancel
virtual void Cancel()=0
audacity::concurrency
Definition:
CancellationContext.cpp:14
Generated by
1.9.3