标签: haskell concurrency
真实世界Haskell提到了提供Chan和MVar严格版本的strict-concurrency library。这听起来很方便,但不幸的是,库不能用最近的GHC编译(it's limited to base<4.6)。人们现在用的是什么?