grpc-java/core
Eric Anderson 6e94cf33db Require a ScheduledExecutorService to be provided to Context
Before the service would be leaked, because when the scheduled future
was cancelled the scheduler wouldn't be released. Also, Future isn't
powerful enough to signal when we should release when cancelling.

Given the nature of Context, it also seems beneficial to not have it own
threads. Since any caller of withDeadline*() is required to cancel the
Context, it shouldn't be too burdensome for them to manage the lifecycle
of the scheduler.
2016-02-01 14:16:11 -08:00
..
src Require a ScheduledExecutorService to be provided to Context 2016-02-01 14:16:11 -08:00
build.gradle Skip io.grpc.internal in javadoc. 2015-08-20 08:48:44 -07:00