nacos-group / nacos-sdk-rust

nacos client for rust
Apache License 2.0
120 stars 31 forks source link

Change: 采用 Rust 原生 async #201

Open CherishCai opened 11 months ago

CherishCai commented 11 months ago

RT

thynson commented 4 months ago

We might have to stay on async-trait since dynamic dispatch for async-fn-in-trait is not supported yet. And I supposed that it won't be supported in a near future.

CherishCai commented 4 months ago

We might have to stay on async-trait since dynamic dispatch for async-fn-in-trait is not supported yet. And I supposed that it won't be supported in a near future.

Thanks for your comment.