How to pause execution of some Thread. I have Thread t and I have two buttons, PAUSE and CONTINUE. On pause I need to pause thread execution and on continue to thread start
Same logic as thread pool. where the threads are in a pool until they are invoked to perform some action submitted to the pool