MCPcopy Create free account
hub / github.com/Ramos-dev/OSSTunnel / run

Method run

client/src/test/java/TestLoad.java:22–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 for (int i = 0; i < 1; i++) {
21 Runnable runnable = new Runnable() {
22 @Override
23 public void run() {
24 try {
25 sp.acquire();
26
27 } catch (InterruptedException e) {
28 }
29 new SennaLoader();
30 sp.release();
31 }
32 };
33 pool.execute(runnable);
34 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected