public class JavaThreadPool extends Object implements IThreadPool
Constructor and Description |
---|
JavaThreadPool()
Create a new ThreadPool5.
|
public void execute(Runnable task)
execute
in interface IThreadPool
task
- The task to execute.public void dispose()
dispose
in interface IThreadPool
public boolean isRunning()
isRunning
in interface IThreadPool
Copyright © 2013. All Rights Reserved.