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