Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ execute
Method
execute
app/src/main/java/com/github/catvod/spider/Init.java:39–41 ·
view source on GitHub ↗
(Runnable runnable)
Source
from the content-addressed store, hash-verified
37
}
38
39
public
static
void
execute(Runnable runnable) {
40
get().executor.execute(runnable);
41
}
42
43
public
static
void
post(Runnable runnable) {
44
get().handler.post(runnable);
Callers
2
onCreate
Method · 0.45
initEvent
Method · 0.45
Calls
1
get
Method · 0.95
Tested by
no test coverage detected