#include <runner.h>
Inheritance diagram for Runner:
Public Member Functions | |
Runner (BlockingQueue< Microthread * > *q=NULL) | |
Constructs a Runner that works on the queue q. | |
void | run () |
Runs the Runner. |
Runner::Runner | ( | BlockingQueue< Microthread * > * | q = NULL |
) | [inline] |
void Runner::run | ( | ) |
Runs the Runner.
This will not return. This method will also be invoked by run_runner().