Botan 3.6.1
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()> &) | Botan::Thread_Pool | |
run(F &&f, Args &&... args) -> std::future< typename std::invoke_result< F, Args... >::type > | Botan::Thread_Pool | inline |
shutdown() | Botan::Thread_Pool | |
Thread_Pool(std::optional< size_t > pool_size) | Botan::Thread_Pool | |
Thread_Pool(size_t pool_size=0) | Botan::Thread_Pool | inline |
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 |