There was an error while loading. Please reload this page.
1 parent 3294c58 commit c4eb867Copy full SHA for c4eb867
1 file changed
docs/thread-safety.md
@@ -1,6 +1,13 @@
1
<a id="top"></a>
2
# Thread safety in Catch2
3
4
+**Contents**<br>
5
+[Using assertion macros from multiple threads](#using-assertion-macros-from-multiple-threads)<br>
6
+[examples](#examples)<br>
7
+[`STATIC_REQUIRE` and `STATIC_CHECK`](#static_require-and-static_check)<br>
8
+[Fatal errors and multiple threads](#fatal-errors-and-multiple-threads)<br>
9
+[Performance overhead](#performance-overhead)<br>
10
+
11
> Thread safe assertions were introduced in Catch2 X.Y.Z
12
13
Thread safety in Catch2 is currently limited to all the assertion macros.
0 commit comments