YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
result.cpp File Reference
Include dependency graph for result.cpp:

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,.