mongodb-haskell / mongodb

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

Rewrite channels using stm #69

Open VictorDenisov opened 8 years ago

VictorDenisov commented 8 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