Public
Types
| Name | Description |
|---|---|
| FixedThreadPool |
Functions
| Name | Description |
|---|---|
| threadpool::init | |
| threadpool::stop_and_destroy | Stop all the threads and cleanup the pool.... |
| threadpool::push | Push a new job to the pool.... |
| threadpool::destroy | Stop all the threads and cleanup the pool.... |
Private
Types
| Name | Description |
|---|---|
| QueueItem |
Functions
| Name | Description |
|---|---|
| threadpool::@shutdown | |
| threadpool::free_qitem | |
| threadpool::process_work |