Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
#include <task.hpp>
Public Member Functions | |
template<typename F> | |
cancellation_token_registration | register_callback (F f) const |
void | deregister_callback (const cancellation_token_registration &token) const |
bool | is_cancelable () const |
bool | is_canceled () const |
Static Public Member Functions | |
static cancellation_token | none () |
Friends | |
class | cancellation_token_source |
bool | operator== (const cancellation_token &x, const cancellation_token &y) |
cancellation_token_registration register_callback | ( | F | f | ) | const |
void deregister_callback | ( | const cancellation_token_registration & | token | ) | const |
|
static |
|
friend |
|
friend |