How to apply wait, notify to java ExecutorService
after declaring thread pool as
ExecutorService es = Executors.newFixedThreadPool(10);
The future work no define previously
How to apply wait, notify to java ExecutorService
after declaring thread pool as
ExecutorService es = Executors.newFixedThreadPool(10);
The future work no define previously