Skip to content

Commit c4eb867

Browse files
committed
ToC
1 parent 3294c58 commit c4eb867

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/thread-safety.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<a id="top"></a>
22
# Thread safety in Catch2
33

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+
411
> Thread safe assertions were introduced in Catch2 X.Y.Z
512
613
Thread safety in Catch2 is currently limited to all the assertion macros.

0 commit comments

Comments
 (0)