Azure / service-fabric-rs

Service Fabric Rust
MIT License
6 stars 7 forks source link

FabricClient: Make APIs "Send" #69

Closed youyuanwu closed 2 months ago

youyuanwu commented 2 months ago

Make FabricClient's use of SF raw structs scoped to avoid having them across await points, and this makes FabricClient APIs "Send" and can be used anywhere in tokio runtime.