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

Method execute

api/src/context/java/io/grpc/Context.java:1080–1083  ·  view source on GitHub ↗
(Runnable command)

Source from the content-addressed store, hash-verified

1078 INSTANCE;
1079
1080 @Override
1081 public void execute(Runnable command) {
1082 command.run();
1083 }
1084
1085 @Override
1086 public String toString() {

Callers 3

executeMethod · 0.45
executeMethod · 0.45
deliverMethod · 0.45

Calls 1

runMethod · 0.65

Tested by

no test coverage detected