We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96e23e0 + d4d4446 commit 70a8ec3Copy full SHA for 70a8ec3
1 file changed
include/taskr/runtime.hpp
@@ -42,8 +42,11 @@
42
#include "taskImpl.hpp"
43
#include "worker.hpp"
44
45
+namespace taskr
46
+{
47
+
48
/**
- * thread indices for the TraCR thread markers
49
+ * Thread indices for the TraCR thread markers
50
*/
51
struct ThreadIndices
52
{
@@ -78,8 +81,6 @@ struct ThreadIndices
78
81
size_t finished;
79
82
};
80
83
-namespace taskr
-{
84
85
86
* Enumeration of states in which the TaskR runtime can be in
0 commit comments