== Notes to self ==
Not gold alone brought us hither

Concurrency

Multithreaded programming, requiring synchronized access to shared, mutable state, is the assembly language of concurrency.

– In the book Functional Programming for Java Developers