meilisearch / heed

A fully typed LMDB wrapper with minimum overhead 🐦
https://docs.rs/heed
MIT License
609 stars 55 forks source link

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

Closed Kerollmops closed 11 months ago

Kerollmops commented 1 year ago

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

Kerollmops commented 11 months ago

Closed by #192