fjall icon indicating copy to clipboard operation
fjall copied to clipboard

Make fjall::WriteTransaction Send

Open beckend opened this issue 7 months ago • 4 comments

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.

beckend avatar Jul 13 '24 01:07 beckend