mirror of https://github.com/grpc/grpc.git
(1) Call "cancel" on each future, not on the list of futures. (2) If and when futures mature their actions should simply abort all outstanding operations and cancel any other futures. They should not shut down the _End's internal thread pool; only the termination action of the last operation to terminate should shut down the pool (in the case of their having been active operations at the time at which the _End's stop(grace) method was called).pull/3124/head
parent
400e0cdd32
commit
4b41ba249d
1 changed files with 2 additions and 4 deletions
Loading…
Reference in new issue