fhq-server
v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
|
#include <jobs_pool.h>
Public Member Functions | |
JobAsync * | pop () |
void | push (JobAsync *pJobAsync) |
void | cleanup () |
bool | isEmpty () |
Private Attributes | |
std::string | TAG |
std::mutex | m_mtxJobsAsyncDeque |
std::deque< JobAsync * > | m_dequeJobsAsync |
void JobAsyncDeque::cleanup | ( | ) |
bool JobAsyncDeque::isEmpty | ( | ) |
JobAsync * JobAsyncDeque::pop | ( | ) |
void JobAsyncDeque::push | ( | JobAsync * | pJobAsync | ) |
|
private |
|
private |
|
private |