Quick / Nimble

A Matcher Framework for Swift and Objective-C
https://quick.github.io/Nimble/documentation/nimble/
Apache License 2.0
4.79k stars 595 forks source link

Make PollingDefaults threadsafe #1122

Closed younata closed 4 months ago

younata commented 4 months ago

As Swift 6 is becoming more and more of a thing, I'm bringing in the low-hanging fruit from the Nimble-Next PR. First up: Sendable PollingDefaults!

It's https://github.com/Quick/Nimble/pull/1078, but targeting main.

This will require a minor version update when we release it, because it's technically new behavior.