Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ execute
Method
execute
output/java_guava/1.4.19/MoreExecutors.java:827–830 ·
view source on GitHub ↗
(Runnable command)
Source
from the content-addressed store, hash-verified
825
}
826
return
new
Executor() {
827
@Override
828
public
void
execute(Runnable command) {
829
executor.execute(Callables.threadRenaming(command, nameSupplier));
830
}
831
};
832
}
833
Callers
1
execute
Method · 0.45
Calls
2
threadRenaming
Method · 0.95
setException
Method · 0.45
Tested by
no test coverage detected