eclipse-uprotocol / up-streamer-rust

Generic uStreamer implementation written in Rust
Apache License 2.0
1 stars 12 forks source link

Update to use tokio instead of async-std #11

Open PLeVasseur opened 4 months ago

PLeVasseur commented 4 months ago

Since Zenoh has transitioned as of its 0.11 release to tokio from async-std, we will do the same.

cc @evshary

evshary commented 1 month ago

Now in zenoh 1.0 alpha.6, all the plugins are using tokio. Just FYI https://github.com/eclipse-zenoh/zenoh/issues/1257

PLeVasseur commented 1 month ago

Gotcha. Thanks for the heads up! :slightly_smiling_face: