Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArtifexSoftware/mupdf
/ add
Method
add
platform/java/example/Worker.java:57–63 ·
view source on GitHub ↗
(Task task)
Source
from the content-addressed store, hash-verified
55
}
56
57
public
void
add(Task task) {
58
try {
59
queue.put(task);
60
} catch (InterruptedException x) {
61
return
;
62
}
63
}
64
65
public
void
run() {
66
while
(alive) {
Callers
15
main
Method · 0.45
openDocument
Method · 0.45
checkPassword
Method · 0.45
refreshMetadata
Method · 0.45
loadDocument
Method · 0.45
relayoutDocument
Method · 0.45
loadOutline
Method · 0.45
flattenOutline
Method · 0.45
gotoLocation
Method · 0.45
flipPages
Method · 0.45
gotoFirstPage
Method · 0.45
gotoLastPage
Method · 0.45
Calls
1
put
Method · 0.45
Tested by
no test coverage detected