YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
order_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::OrderPolicy : unsigned char { yaclib::Fifo = 0 , yaclib::Same = 1 }
 This Policy describe how algorithm produce result. More...