|
RADLib
RADical C++ application framework
|
Shared cancellation token passed to long-running tasks. More...
#include <RADCore.h>
Public Member Functions | |
| RADCancellationToken () | |
| Creates a non-cancelled standalone token. More... | |
| bool | isCancellationRequested () const |
| Returns true when cancellation has been requested. More... | |
Friends | |
| class | RADCancellationSource |
Shared cancellation token passed to long-running tasks.
|
inline |
Creates a non-cancelled standalone token.
|
inline |
Returns true when cancellation has been requested.
|
friend |