DASH  0.3.0
LaunchPolicy.h
1 #ifndef DASH__LAUNCH__H__INCLUDED
2 #define DASH__LAUNCH__H__INCLUDED
3 
4 #include <cstdint>
5 
6 namespace dash {
7 
8 enum class launch : uint16_t {
10 sync = 0x1,
12 async = 0x2
13 };
14 
15 }
16 
17 
18 #endif // DASH__LAUNCH__H__INCLUDED
This class is a simple memory pool which holds allocates elements of size ValueType.
Definition: AllOf.h:8
async launch policy
synchronous launch policy