exception used to trigger thread cancellation
More...
#include <thread.hpp>
|
|
| cancel_except (cancel_except &)=default |
|
| cancel_except (cancel_except &&) noexcept=default |
|
cancel_except & | operator= (cancel_except &)=default |
|
cancel_except & | operator= (cancel_except &&) noexcept=default |
exception used to trigger thread cancellation
- Note
- IMPORTANT: this exception should not be caught within inherited_run()
Definition at line 181 of file thread.hpp.
◆ cancel_except()
| libthreadar::thread::cancel_except::cancel_except |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: