meilisearch / heed

A fully typed LMDB wrapper with minimum overhead 🐦

Home Page:https://docs.rs/heed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disallow opening multiple transactions on the same thread

Kerollmops opened this issue · comments

We could return a custom error when we detect that a single thread is trying to open a transaction, but one is already opened. We could use a thread local to do that.

Closing in favor of #20.