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
dash
This class is a simple memory pool which holds allocates elements of size ValueType.
Definition:
AllOf.h:8
dash::launch
launch
Definition:
LaunchPolicy.h:8
dash::launch::async
async launch policy
dash::launch::sync
synchronous launch policy
tmp
tmporruphar
dash
include
dash
LaunchPolicy.h
Generated by
1.8.13