Comment on Escape from Callback HellparentComments−fzzzy13yErlang makes it easier because it enforces no shared state between actors, and each actor has it's own independent thread of control.
Comments
Erlang makes it easier because it enforces no shared state between actors, and each actor has it's own independent thread of control.