24 #ifndef _CORE_THREADING_THREAD_LOOP_LISTENER_H_ 25 #define _CORE_THREADING_THREAD_LOOP_LISTENER_H_ virtual void post_loop(Thread *thread)
This is called by the thread every time after loop() returned.
Fawkes library namespace.
Thread class encapsulation of pthreads.
virtual void pre_loop(Thread *thread)
This is called by the thread every time before loop() is called.
virtual ~ThreadLoopListener()
Virtual empty destructor.
Thread loop listener interface.