←back to thread

517 points bkolobara | 1 comments | | HN request time: 0.209s | source
1. wedesoft ◴[] No.45055262[source]
Or you could use Clojure with the immutable data structures where you don't need to lock a mutex when accessing a data structure concurrently.