MCPcopy Create free account
hub / github.com/BirolLab/RNA-Bloom / submit

Method submit

src/rnabloom/RNABloom.java:2334–2341  ·  view source on GitHub ↗
(Runnable r)

Source from the content-addressed store, hash-verified

2332 }
2333
2334 public void submit(Runnable r) {
2335 while (true) {
2336 if (queue.remainingCapacity() > 0) {
2337 service.submit(r);
2338 break;
2339 }
2340 }
2341 }
2342
2343 public void terminate() throws InterruptedException {
2344 service.shutdown();

Callers 5

clusterLongReadsMethod · 0.95
populateGraphMethod · 0.80
kmerBasedMethod · 0.80
strobemerBasedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected