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

Method create

core/src/main/java/io/grpc/internal/GrpcUtil.java:560–563  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

558 new Resource<Executor>() {
559 private static final String NAME = "grpc-default-executor";
560 @Override
561 public Executor create() {
562 return Executors.newCachedThreadPool(getThreadFactory(NAME + "-%d", true));
563 }
564
565 @Override
566 public void close(Executor instance) {

Callers

nothing calls this directly

Calls 3

getThreadFactoryMethod · 0.95
invokeMethod · 0.65
getMethodMethod · 0.45

Tested by

no test coverage detected