MCPcopy Create free account
hub / github.com/antlr/codebuff / wrapTask

Method wrapTask

output/java_guava/1.4.19/MoreExecutors.java:857–860  ·  view source on GitHub ↗
(Callable<T> callable)

Source from the content-addressed store, hash-verified

855 }
856 return new WrappingExecutorService(service) {
857 @Override
858 protected <T> Callable<T> wrapTask(Callable<T> callable) {
859 return Callables.threadRenaming(callable, nameSupplier);
860 }
861
862 @Override
863 protected Runnable wrapTask(Runnable command) {

Callers 3

scheduleMethod · 0.45
scheduleAtFixedRateMethod · 0.45

Calls 1

threadRenamingMethod · 0.95

Tested by

no test coverage detected