Wouldn't we need a separated axis for that? In particular, how would it work with DispatchQueue.concurrentPerform
which is concurrent (and so racing) and non-escaping.
2 Likes
Wouldn't we need a separated axis for that? In particular, how would it work with DispatchQueue.concurrentPerform
which is concurrent (and so racing) and non-escaping.