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

Think about making the `RoTxn` also `Send` when `NO_TLS` is enabled

Kerollmops opened this issue · comments

Make the RoTxn: Send + Sync in NO_TLS mode, if possible, and rename the sync-read-txn feature flag.