|
|
|
|
|
by chriswarbo
2961 days ago
|
|
I get what you're saying, but I don't like to think of these as orthogonal: locking is a way to force actions to occur in a particular order, so is monadic IO (the 'world-state' is a dummy data dependency, preventing later actions from getting called before earlier ones; it doesn't "really" contain the whole state of the world ;) ) |
|
https://hackage.haskell.org/package/parallel-3.2.1.1/docs/Co...