meilisearch / heed

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

Make the iterators `Send` when `read-txn-no-tls` is enabled #241

Closed Kerollmops closed 7 months ago

Kerollmops commented 7 months ago

This PR closes #213 by making sure the iterators implement Send when the read-txn-no-tls feature is enabled.

Kerollmops commented 7 months ago

Hey @xiaoyawei 👋 Can you review this PR, please? It's small 😄

xiaoyawei commented 7 months ago

@Kerollmops Thanks for putting this together and it all LGTM.

~Looks like I don't have permission to approve a PR in this repository since I don't see a button to "approve". :)~