Classes | |
| class | Server |
| class | Task |
Typedefs | |
| typedef boost::function< void()> | lam |
Functions | |
| void | fork (Task *t) |
| void | repeat (Task *t, unsigned millis) |
| typedef boost::function<void()> mongo::task::lam |
| void mongo::task::fork | ( | Task * | t | ) |
run once
| void mongo::task::repeat | ( | Task * | t, | |
| unsigned | millis | |||
| ) |
run doWork() over and over, with a pause between runs of millis