YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
fail_policy.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  yaclib
 

Enumerations

enum class  yaclib::FailPolicy : unsigned char { yaclib::None = 0 , yaclib::FirstFail = 1 , yaclib::LastFail = 2 }
 This Policy describe how algorithm interpret if Future will be fulfilled by fail (exception or error) More...