MCPcopy Create free account
hub / github.com/apache/cloudstack / call

Method call

utils/src/main/java/com/cloud/utils/nio/Task.java:81–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 abstract protected void doTask(Task task) throws TaskExecutionException;
80
81 @Override
82 public Boolean call() throws TaskExecutionException {
83 doTask(this);
84 return true;
85 }
86}

Callers 15

runSetupScriptFunction · 0.45
isArrayLikeFunction · 0.45
forEachFunction · 0.45
forEachSortedFunction · 0.45
mapFunction · 0.45
concatFunction · 0.45
sliceArgsFunction · 0.45
bindFunction · 0.45
eventHandlerFunction · 0.45
angular.jsFile · 0.45
compileFunction · 0.45
jquery-1.7.2.jsFile · 0.45

Calls 1

doTaskMethod · 0.95