From b591cb9a03848f11c401617977482291996a9d58 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Tue, 11 Apr 2017 14:25:19 +0100 Subject: [PATCH] Added note about thread safety in assertions - closes #875 --- docs/assertions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/assertions.md b/docs/assertions.md index b9d1a374..02b4de98 100644 --- a/docs/assertions.md +++ b/docs/assertions.md @@ -131,6 +131,11 @@ To support Matchers a slightly different form is used. Matchers have [their own 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) \ No newline at end of file