Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wyouflf/xUtils3
/ cancelWorks
Method
cancelWorks
xutils/src/main/java/org/xutils/http/HttpTask.java:485–493 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
483
}
484
485
@Override
486
protected
void
cancelWorks() {
487
x.task().run(
new
Runnable() {
488
@Override
489
public
void
run() {
490
closeRequestSync();
491
}
492
});
493
}
494
495
@Override
496
protected
boolean isCancelFast() {
Callers
nothing calls this directly
Calls
2
task
Method · 0.80
run
Method · 0.65
Tested by
no test coverage detected