Azure / service-fabric-rs

Service Fabric Rust
MIT License
7 stars 7 forks source link

Cancellation: Add CancellationToken to all APIs #65

Closed youyuanwu closed 3 months ago

youyuanwu commented 3 months ago

Cancellation is supported since #58 . This PR adds CancellationToken to all apis.

rsajwani commented 3 months ago

are you going to delete proxy in later. or will we keep both proxy and proxy2

youyuanwu commented 3 months ago

are you going to delete proxy in later. or will we keep both proxy and proxy2

I deleted the original proxy wrapper. Will do the rename later.