|
Botan 3.9.0
Crypto and TLS for C&
|
This is the complete list of members for Botan::Thread_Pool, including all inherited members.
| global_instance() | Botan::Thread_Pool | static |
| operator=(const Thread_Pool &)=delete | Botan::Thread_Pool | |
| operator=(Thread_Pool &&)=delete | Botan::Thread_Pool | |
| queue_thunk(const std::function< void()> &work) | Botan::Thread_Pool | |
| run(F &&f, Args &&... args) -> std::future< std::invoke_result_t< F, Args... > > | Botan::Thread_Pool | inline |
| shutdown() | Botan::Thread_Pool | |
| Thread_Pool(std::optional< size_t > pool_size) | Botan::Thread_Pool | explicit |
| Thread_Pool(size_t pool_size=0) | Botan::Thread_Pool | inlineexplicit |
| Thread_Pool(const Thread_Pool &)=delete | Botan::Thread_Pool | |
| Thread_Pool(Thread_Pool &&)=delete | Botan::Thread_Pool | |
| worker_count() const | Botan::Thread_Pool | inline |
| ~Thread_Pool() | Botan::Thread_Pool | inline |