YACLib
C++ library for concurrent tasks execution
|
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... | |