|
Zero
0.1.0
|
Public Member Functions | |
| RunRecycler (unsigned replFactor, ArchiveIndex *archIndex) | |
| virtual void | do_work () |
Public Member Functions inherited from worker_thread_t | |
| worker_thread_t (int inverval_ms=-1) | |
| virtual | ~worker_thread_t () |
| void | wakeup (bool wait=false, int rounds_to_wait=-1) |
| void | stop () |
| void | wait_for_round (long round=0) |
| long | get_rounds_completed () const |
| bool | is_busy () const |
Public Member Functions inherited from thread_wrapper_t | |
| thread_wrapper_t () | |
| virtual | ~thread_wrapper_t () |
| virtual void | before_run () |
| virtual void | after_run () |
| void | spawn () |
| void | fork () |
| void | join () |
Public Attributes | |
| ArchiveIndex * | archIndex |
| const unsigned | replFactor |
Additional Inherited Members | |
Protected Member Functions inherited from worker_thread_t | |
| bool | should_exit () const |
| void | notify_one () |
| void | notify_all () |
| void | quit () |
|
inline |
|
inlinevirtual |
Actual working method to be implemented by derived classes.
Implements worker_thread_t.
| ArchiveIndex* RunRecycler::archIndex |
| const unsigned RunRecycler::replFactor |
1.8.12