|
YACLib
C++ library for concurrent tasks execution
|
#include <yaclib/util/result.hpp>Go to the source code of this file.
Namespaces | |
| namespace | yaclib |
Functions | |
| const std::exception_ptr & | yaclib::StopPtr () noexcept |
| Cached std::exception_ptr with StopException, copy is cheap and never allocates. | |
| bool | yaclib::IsStop (const std::exception_ptr &error) noexcept |
| Check if error represents cancellation,. | |