From 2f962f98c3a80636b78e5c4dbcbb30b134f760a7 Mon Sep 17 00:00:00 2001 From: Peter Tang Date: Tue, 26 Sep 2023 13:00:12 +0800 Subject: [PATCH] Fix concurrency thread-safe exception --- Tests/SwiftMathTests/ConcurrencyThreadsafeTests.swift | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Tests/SwiftMathTests/ConcurrencyThreadsafeTests.swift diff --git a/Tests/SwiftMathTests/ConcurrencyThreadsafeTests.swift b/Tests/SwiftMathTests/ConcurrencyThreadsafeTests.swift new file mode 100644 index 0000000..3de0b64 --- /dev/null +++ b/Tests/SwiftMathTests/ConcurrencyThreadsafeTests.swift @@ -0,0 +1,8 @@ +// +// File.swift +// +// +// Created by Peter Tang on 26/9/2023. +// + +import Foundation