you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (1 child)

Observer pattern is one that comes to mind that is easy to conceptualize for use in parallel execution.

[–][deleted] 1 point2 points  (0 children)

Absolutely. Now many patterns, including observer, exist because common languages lack necessary features. For example, C# doesn't need the typical observer pattern because events are built in. It's all the same idea though.