job_task Class Reference
class to send task to client
thread
More...
#include <thread.h>
List of all members.
Detailed Description
class to send task to client
thread
Definition at line 39 of file thread.h.
Constructor & Destructor Documentation
job_task::job_task |
( |
|
) |
[inline] |
default constructor
Definition at line 43 of file thread.h.
constructor
- Parameters:
-
employer |
user callback |
ident |
thread ident |
timeout |
timeout for next v_has_job call if the first one returns false |
user_data |
user defined data |
Definition at line 51 of file thread.h.
job_task::job_task |
( |
const job_task & |
x |
) |
[inline] |
copy constructor
Definition at line 63 of file thread.h.
Member Function Documentation
void job_task::clear |
( |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: