Home
last modified time | relevance | path

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

/external/grpc-grpc-java/context/src/main/java/io/grpc/
DContext.java240 public CancellableContext withCancellation() { in withCancellation() method in Context
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DContextTest.java894 Context.CancellableContext withCancellation = c.withCancellation(); in cancellableAncestorTest() local