|
sandbox
|
This is the complete list of members for sbx::assets::thread_pool, including all inherited members.
| operator=(const thread_pool &) -> thread_pool &=delete (defined in sbx::assets::thread_pool) | sbx::assets::thread_pool | |
| operator=(thread_pool &&) -> thread_pool &=delete (defined in sbx::assets::thread_pool) | sbx::assets::thread_pool | |
| submit(Function &&function, Args &&... args) -> std::future< std::invoke_result_t< Function, Args... > > (defined in sbx::assets::thread_pool) | sbx::assets::thread_pool | inline |
| thread_pool(const std::size_t size=std::thread::hardware_concurrency()) (defined in sbx::assets::thread_pool) | sbx::assets::thread_pool | inline |
| thread_pool(const thread_pool &)=delete (defined in sbx::assets::thread_pool) | sbx::assets::thread_pool | |
| thread_pool(thread_pool &&)=delete (defined in sbx::assets::thread_pool) | sbx::assets::thread_pool | |
| ~thread_pool() (defined in sbx::assets::thread_pool) | sbx::assets::thread_pool | inline |