I recently had to write my first “correct” multi-threaded code and realized how little I knew about how to “imperative style” (i.e. models
What resources (both books and online tutorials, etc.) exist to learn more about this area of coding-fu?
NB: I am not asking about concurrency models that are possibly better (message passing Erlang or Clojure STM), just the paradigms used in imperative languages.
source share