andrew-d / tinycdb-rs

Bindings to TinyCDB for Rust.
https://andrew-d.github.io/tinycdb-rs/tinycdb/index.html
5 stars 2 forks source link

Could Cdb reader impl Send ? #2

Closed kali closed 8 years ago

kali commented 8 years ago

Hello,

is there any reason in the underlying implementation or anywhere else to not make the reader impl Send ?

Thanks

andrew-d commented 8 years ago

As far as I can tell, no - it's fine to be Send - I just did that :)