Yep. One reason why those situations become less frequent over time is that one learns to avoid such designs. Thought process:
“Sharing data across threads is annoying. So I’d rather avoid it. Maybe message passing can solve the same problem as well?”
Yep. One reason why those situations become less frequent over time is that one learns to avoid such designs. Thought process: “Sharing data across threads is annoying. So I’d rather avoid it. Maybe message passing can solve the same problem as well?”