A token to enable cancellation on wait operations. More...
#include <cvb/cancellation_token.hpp>
Public Member Functions | |
| void * | Handle () const noexcept |
| Classic API image handle. More... | |
| bool | IsCanceled () const noexcept |
| Check if token has been canceled. More... | |
A token to enable cancellation on wait operations.
|
inlinenoexcept |
Classic API image handle.
| Does | not throw any exception. |
It is normally not necessary to work with this handle.
|
inlinenoexcept |
Check if token has been canceled.
| Does | not throw any exception. |