MCPcopy Create free account
hub / github.com/FongMi/TV / submit

Method submit

quickjs/src/main/java/com/fongmi/quickjs/crawler/Spider.java:51–53  ·  view source on GitHub ↗
(Callable<T> callable)

Source from the content-addressed store, hash-verified

49 }
50
51 private <T> Future<T> submit(Callable<T> callable) {
52 return executor.submit(callable);
53 }
54
55 private Object call(String func, Object... args) throws Exception {
56 return submit(() -> Async.run(jsObject, func, args)).get().get();

Callers 8

callMethod · 0.95
initMethod · 0.95
categoryContentMethod · 0.95
playerContentMethod · 0.95
releaseJSMethod · 0.95
initializeJSMethod · 0.95
proxy1Method · 0.95
proxy2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected