Y
Hacker News
new
|
ask
|
show
|
jobs
by
rurban
140 days ago
Because actors were invented to overcome deadlocks caused by mutexes. See page 137. With mutexes you can forget concurrency safety.
1 comments
ahoka
140 days ago
I’m pretty sure it’s possible to deadlock an actor system.
link
rurban
140 days ago
A bad one, yes. But it was esp. invented to prevent the mutual exclusion problem. And good actor systems do so.
link