Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
cancellation_token_source Class Reference

#include <task.hpp>

Public Member Functions

 cancellation_token_source ()
void cancel () const
cancellation_token get_token () const

Friends

bool operator== (const cancellation_token_source &x, const cancellation_token_source &y)

Detailed Description

Definition at line 188 of file task.hpp.

Constructor & Destructor Documentation

◆ cancellation_token_source()

Definition at line 190 of file task.hpp.

Member Function Documentation

◆ cancel()

void cancel ( ) const

Definition at line 192 of file task.hpp.

◆ get_token()

cancellation_token get_token ( ) const

Definition at line 194 of file task.hpp.

◆ operator==

bool operator== ( const cancellation_token_source & x,
const cancellation_token_source & y )
friend

Definition at line 196 of file task.hpp.