Home
last modified time | relevance | path

Searched defs:ContextCloser (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DServerImpl.java774 static final class ContextCloser implements Runnable { class in ServerImpl
778 ContextCloser(Context.CancellableContext context, Throwable cause) { in ContextCloser() method in ServerImpl.ContextCloser