How Immutable Data Solves Concurrency Problems
Immutable data is often cited as a way to solve problems when several threads access the same data in concurrent programming. In a recent article I’ve included immutable data as a technique to solve a whole class of bugs. Most articles on immutable data and concurrency are thin on facts though, so I will explore […]
Read More »