yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
233 stars 85 forks source link

Remove unused CancellationToken #119

Closed yoshidan closed 1 year ago

yoshidan commented 1 year ago

Deleted unused CancellationToken. The CancellationToken in the google-cloud-pubsub subscriber is not changed in this PR.

danburkert commented 1 year ago

Nice, LGTM! This is what I had in mind when I reported #118.