thread_pool
thread_pool copied to clipboard
Improve support for C++17 and later.
Conditionally replacing usage of std::result_of with std::invoke_result_t when compiling for C++17 standard or higher. C++17 deprecates std::result_of in favor of std::invoke_result and std::invoke_result_t. C++20 removes it completely.