MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / ShowThread

Class ShowThread

lowlevel/WorkStealingPool.java:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import java.util.concurrent.*;
7
8class ShowThread implements Runnable {
9 @Override public void run() {
10 System.out.println(
11 Thread.currentThread().getName());
12 }
13}
14
15public class WorkStealingPool {
16 public static void main(String[] args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected