Hacker News new | ask | show | jobs
by vg_head 816 days ago
There's also Software-Transactional Memory in which deadlocks are pretty much impossible. Though it only really works in languages that can properly track side effects, like Haskell's monads.