summaryrefslogtreecommitdiffstats
path: root/include/jau/latch.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/latch.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/latch.hpp')
-rw-r--r--include/jau/latch.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/jau/latch.hpp b/include/jau/latch.hpp
index d2a6fae..1887902 100644
--- a/include/jau/latch.hpp
+++ b/include/jau/latch.hpp
@@ -35,6 +35,11 @@
namespace jau {
+ /** \addtogroup Concurrency
+ *
+ * @{
+ */
+
/**
* Inspired by std::latch of C++20
*
@@ -247,6 +252,8 @@ namespace jau {
}
};
+ /**@}*/
+
} /* namespace jau */
#endif /* JAU_LATCH_HPP_ */