MCPcopy Index your code
hub / github.com/WinVector/Logistic / run

Method run

src/com/winvector/util/ThreadedReducer.java:38–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 @Override
39 public void run() {
40 final Z r;
41 synchronized (baseRes) {
42 r = baseRes.newObserver();
43 }
44 for(final T di: sourcei) {
45 r.observe(di);
46 }
47 synchronized (baseRes) {
48 baseRes.observe(r);
49 }
50 }
51
52 }
53

Callers 1

reduceMethod · 0.45

Calls 2

newObserverMethod · 0.65
observeMethod · 0.65

Tested by

no test coverage detected