1 #ifndef ESCHER_RUN_LOOP_H 2 #define ESCHER_RUN_LOOP_H 11 void runWhile(
bool (*callback)(
void * ctx),
void * ctx);
virtual int numberOfTimers()
virtual Timer * timerAtIndex(int i)
virtual bool dispatchEvent(Ion::Events::Event e)=0
void runWhile(bool(*callback)(void *ctx), void *ctx)