Comment by pjmlp

2 days ago

Fearless concurrency only works as advertised when those data structures aren't exposed via the MMU to other processes, or are handles to resources like files or database connections, where each thread can do whatever they want without type system checks.

All relevant scenarios when the goal is systems programming.