void createWorkManager(String name, int threadPool)
void createWorkManager(String name, int threadPool)
Name | Type | Description |
---|---|---|
name | String | A unique name to identify the thread pool |
threadPool | int | Specify the number of threads in the pool |
Type | Description |
---|---|
void |