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 (const std::string &sName) | |
const std::string & | name () |
virtual bool | run (const std::string &sWorkerId)=0 |
Private Attributes | |
std::string | m_sName |
JobAsync::JobAsync | ( | const std::string & | sName | ) |
const std::string & JobAsync::name | ( | ) |
|
pure virtual |
|
private |