24#ifndef _CORE_THREADING_THREAD_NOTIFICATION_LISTENER_H_
25#define _CORE_THREADING_THREAD_NOTIFICATION_LISTENER_H_
Thread notification listener interface.
virtual bool thread_init_failed(Thread *thread) noexcept=0
Thread initialization failed.
virtual ~ThreadNotificationListener()
Virtual empty destructor.
virtual bool thread_started(Thread *thread) noexcept=0
Thread started successfully.
Thread class encapsulation of pthreads.
Fawkes library namespace.