Fixed tripping the main thread checker in async toEventually
checks. Your CI should no longer report that tests erroneously crashed because the expression's debugDescription
dared to reference something that needed to run on the main thread.
What's Changed
- Add documentation on recommended ways to configure AsyncDefaults by @younata in #1022
- Ensure that stringify'ing an expression as part of the async/await polling infrastructure always happens on the main thread by @younata in #1024
Full Changelog: v11.2.0...v11.2.1