mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-20 12:26:10 +01:00
parent
714d01c07c
commit
b591cb9a03
@ -131,6 +131,11 @@ To support Matchers a slightly different form is used. Matchers have [their own
|
|||||||
|
|
||||||
Matchers can be composed using `&&`, `||` and `!` operators.
|
Matchers can be composed using `&&`, `||` and `!` operators.
|
||||||
|
|
||||||
|
## Thread Safety
|
||||||
|
|
||||||
|
Currently assertions in Catch are not thread safe.
|
||||||
|
For more details, along with workarounds, see the section on [the limitations page](limitations.md#thread-safe-assertions).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[Home](Readme.md)
|
[Home](Readme.md)
|
Loading…
Reference in New Issue
Block a user