File Scanner 1.0.0
A high-performance C++ malicious file scanner.
|
This is the complete list of members for scanner::ThreadPool, including all inherited members.
condition_ | scanner::ThreadPool | private |
Enqueue(F &&f, Args &&... args) -> std::future< std::invoke_result_t< F, Args... > > | scanner::ThreadPool | |
operator=(const ThreadPool &)=delete | scanner::ThreadPool | |
operator=(ThreadPool &&)=delete | scanner::ThreadPool | |
queue_mutex_ | scanner::ThreadPool | private |
Stop() | scanner::ThreadPool | |
stop_ | scanner::ThreadPool | private |
tasks_ | scanner::ThreadPool | private |
ThreadPool(std::size_t num_threads=0) | scanner::ThreadPool | explicit |
ThreadPool(const ThreadPool &)=delete | scanner::ThreadPool | |
ThreadPool(ThreadPool &&)=delete | scanner::ThreadPool | |
Worker() | scanner::ThreadPool | private |
workers_ | scanner::ThreadPool | private |
~ThreadPool() | scanner::ThreadPool |