stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.37k stars 124 forks source link

Cancel calls #63

Closed crackcomm closed 2 years ago

crackcomm commented 7 years ago

Is it possible to safely cancel calls?

stepancheg commented 7 years ago

It is not. But it should be.

I think drop of future should cancel the call.