Hacker News new | ask | show | jobs
by astrange 1121 days ago
It could catch them before that using ownership, at the cost of lower performance.

Though Swift concurrency is mostly about "concurrency" not "parallelism", which is the one that has data races.

1 comments

Ownership hasn’t shipped yet.
It has an ABI-level ownership thing already. What's missing is ways to control it.