Used to create thread pools in hosted environment
| Type Params | Return Type | Name and description |
|---|---|---|
|
Pool |
createPool() |
|
Pool |
createPool(boolean daemon) |
|
Pool |
createPool(int numberOfThreads) |
|
Pool |
createPool(boolean daemon, int numberOfThreads) |