MCPcopy 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

mainMethod · 0.45
openDocumentMethod · 0.45
checkPasswordMethod · 0.45
refreshMetadataMethod · 0.45
loadDocumentMethod · 0.45
relayoutDocumentMethod · 0.45
loadOutlineMethod · 0.45
flattenOutlineMethod · 0.45
gotoLocationMethod · 0.45
flipPagesMethod · 0.45
gotoFirstPageMethod · 0.45
gotoLastPageMethod · 0.45

Calls 1

putMethod · 0.45

Tested by

no test coverage detected