D++ (DPP)
C++ Discord API Bot Library
|
Compares two thread pool tasks by priority. More...
#include <thread_pool.h>
Public Member Functions | |
bool | operator() (const thread_pool_task &a, const thread_pool_task &b) const |
Compare two tasks. More... | |
Compares two thread pool tasks by priority.
|
inline |
Compare two tasks.
a | first task |
b | second task |