MCPcopy Index your code
hub / github.com/grpc/grpc-java / run

Method run

netty/src/main/java/io/grpc/netty/WriteQueue.java:45–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 */
44 private final Runnable later = new Runnable() {
45 @Override
46 public void run() {
47 flush();
48 }
49 };
50
51 private final Channel channel;

Callers

nothing calls this directly

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected