I’m still making up my mind, but right now I’m pretty skeptical of MainActor-by-default. I need more convincing, especially that it should be configurable.
Comments
Log in with your Bluesky account to leave a comment
I get that. Scaling teams can have tiers of developers. The first tier for me should not stumble into concurrency.
The second tier should not be using low level locks.
Bad deadlocks, data races, or perf bottlenecks end up on my plate. Much more efficient to avoid some issues.
Comments
The second tier should not be using low level locks.
Bad deadlocks, data races, or perf bottlenecks end up on my plate. Much more efficient to avoid some issues.