Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Justson/Downloader
/ run
Method
run
library/src/main/java/com/download/library/AsyncTask.java:19–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
protected
void
publishProgress(
final
Integer... values) {
18
MAIN_QUEUE.post(
new
Runnable() {
19
@Override
20
public
void
run() {
21
onProgressUpdate(values);
22
}
23
});
24
}
25
Callers
nothing calls this directly
Calls
1
onProgressUpdate
Method · 0.95
Tested by
no test coverage detected