YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::StopException Struct Reference

Exception that represents cancellation of an async operation,. More...

#include <result.hpp>

Inheritance diagram for yaclib::StopException:
[legend]
Collaboration diagram for yaclib::StopException:
[legend]

Public Member Functions

const char * what () const noexcept override
 

Detailed Description

Exception that represents cancellation of an async operation,.

See also
StopPtr

Definition at line 27 of file result.hpp.

Member Function Documentation

◆ what()

const char * yaclib::StopException::what ( ) const
inlineoverridenoexcept

Definition at line 28 of file result.hpp.


The documentation for this struct was generated from the following file: