23#ifndef _UTILS_SYSTEM_FAM_THREAD_H_
24#define _UTILS_SYSTEM_FAM_THREAD_H_
26#include <core/threading/thread.h>
27#include <core/utils/refptr.h>
28#include <utils/system/fam.h>
FileAlterationMonitor thread wrapper.
RefPtr< FileAlterationMonitor > get_fam()
Get FileAlterationMonitor.
virtual void loop()
Code to execute in the thread.
virtual void run()
Stub to see name in backtrace for easier debugging.
FamThread(RefPtr< FileAlterationMonitor > fam=RefPtr< FileAlterationMonitor >())
Constructor.
RefPtr<> is a reference-counting shared smartpointer.
Thread class encapsulation of pthreads.
virtual void run()
Code to execute in the thread.
Fawkes library namespace.