summaryrefslogtreecommitdiffstats
path: root/include/jau/service_runner.hpp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-05-01 22:11:53 +0200
committerSven Gothel <[email protected]>2022-05-01 22:11:53 +0200
commit987f698885baba78353361a0cb913e726c7be9d6 (patch)
treec6712d2e126f7e659bbec938a9fe07f0c84b7a57 /include/jau/service_runner.hpp
parentd3941db9889d59e777e1ca76cbeabebc3ab8ebb3 (diff)
Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, CppLang, DataStructs, Concurrency, Floats, Fractions, Integrals, JavaJVM, Network, Stringv0.9.2
Diffstat (limited to 'include/jau/service_runner.hpp')
-rw-r--r--include/jau/service_runner.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/jau/service_runner.hpp b/include/jau/service_runner.hpp
index 3c0b858..c02647b 100644
--- a/include/jau/service_runner.hpp
+++ b/include/jau/service_runner.hpp
@@ -43,6 +43,11 @@
namespace jau {
+ /** \addtogroup Concurrency
+ *
+ * @{
+ */
+
/**
* Service runner, a reusable dedicated thread performing custom user services.
*/
@@ -270,6 +275,7 @@ namespace jau {
std::string toString() const noexcept;
};
+ /**@}*/
} // namespace jau