Are enums with stored properties not thread safe even when mutated using a serial queue?

@phoneyDev Yep, we tried it with locks and that was crashing in prod too. But turns out it was a crashing due to Future not being thread safe. @John_McCall here's the forum post for that bug: Easy to reproduce Combine crash involving Future and concurrency (+ memory leak)

1 Like