pulsar-rs icon indicating copy to clipboard operation
pulsar-rs copied to clipboard

Can `Reader` implement `Send`?

Open shanicky opened this issue 4 years ago • 0 comments

Hi, wyyerd!

We are recently using this amazing client

We want to use tokio in combination with Reader for consumption, we expect to use tokio::spawn to spawn tokio threads for low level parallel consumption, but this requires Reader to implement Send trait.

We are curious if it is possible to add Send support to Reader, thanks!

shanicky avatar Dec 13 '21 07:12 shanicky