mongodb-haskell / mongodb

MongoDB driver for Haskell
http://hackage.haskell.org/package/mongoDB
Apache License 2.0
170 stars 44 forks source link

Rewrite channels using stm #69

Open VictorDenisov opened 7 years ago

VictorDenisov commented 7 years ago

STM implemenation is more robust and feature rich. It's better to use it some day.

VictorDenisov commented 6 years ago

It's being partially addressed in: https://github.com/mongodb-haskell/mongodb/pull/91