MCPcopy Create free account
hub / github.com/ArtifexSoftware/mupdf / start

Method start

platform/java/example/Worker.java:47–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 public void start() {
48 alive = true;
49 thread.start();
50 }
51
52 public void stop() {
53 alive = false;

Callers 4

mainMethod · 0.80
ViewerMethod · 0.80
RenderProgressmeterMethod · 0.80
make_docsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected