fjall
fjall copied to clipboard
Make fjall::WriteTransaction Send
https://docs.rs/fjall/latest/fjall/struct.WriteTransaction.html
It's hard to use across threads in async context, internally it's using a Mutex, is it not possible to implement the Send bound?
It makes it easier to wrap the API.