verement / lmdb-simple

Simple Haskell API for LMDB
https://hackage.haskell.org/package/lmdb-simple
BSD 3-Clause "New" or "Revised" License
12 stars 11 forks source link

Use withAsyncBound instead of runInBoundThread #7

Open infinity0 opened 5 years ago

infinity0 commented 5 years ago

Fixes #6.

I decided to build this on top of #5 because that adds a usage of runInBoundThread.