24 #include <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.