MCPcopy Create free account
hub / github.com/grpc/grpc-java / run

Method run

netty/src/test/java/io/grpc/netty/NettyServerTest.java:239–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237 // ns.start() complete. So submit a noop task and await until it's drained.
238 eventLoop.submit(new Runnable() {
239 @Override
240 public void run() {}
241 }).await(5, TimeUnit.SECONDS);
242
243 assertEquals(2, ns.getListenSocketAddresses().size());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected