Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ close
Method
close
core/src/main/java/io/grpc/internal/GrpcUtil.java:565–568 ·
view source on GitHub ↗
(Executor instance)
Source
from the content-addressed store, hash-verified
563
}
564
565
@Override
566
public
void
close(Executor instance) {
567
((ExecutorService) instance).shutdown();
568
}
569
570
@Override
571
public
String toString() {
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.65
Tested by
no test coverage detected