FreePOOMA
2.4.1
|
Base class for a schedulable object or function to be executed by the scheduler asynchronously. More...
#include <string.h>
Classes | |
class | Smarts::Runnable |
Runnable is the base class for system classes "Thread" and "Iterate". More... | |
Namespaces | |
namespace | Smarts |
Typedefs | |
typedef Runnable * | Smarts::RunnablePtr_t |
Functions | |
void | Smarts::add (RunnablePtr_t) |
Schedulers need to implement this function to add a runnable to the execution queue. |
Base class for a schedulable object or function to be executed by the scheduler asynchronously.