grpc-java/context
Eric Anderson 979508ea44 context: Remove misleading example that leaks CancellableContext
The example should unconditionally cancel the context, but fails to. And
it is really unclear what situation the example is demonstrating as the
Runnable looping on isCancelled() is guaranteed to have returned when
the Throwable catch is run.

It is non-trivial to fix up this example such that it is concise,
useful, and correct as it essentially needs a rewrite. We have other
examples demonstrating CancellableContext usage. We can just rely on
them instead.
2021-10-04 13:36:20 -07:00
..
src context: Remove misleading example that leaks CancellableContext 2021-10-04 13:36:20 -07:00
BUILD.bazel context: Remove unnecessary deps from Bazel target 2019-04-12 19:18:44 -07:00
build.gradle deps: Update guava to 29.0 (#7079) 2020-06-03 13:48:02 -07:00