Initializer/finalizer for the MainLoopAspect.
virtual bool thread_init_failed(Thread *thread)
Thread initialization failed.
virtual bool thread_started(Thread *thread)
Thread started successfully.
virtual void finalize(Thread *thread)
Finalize thread.
virtual void init(Thread *thread)
Initialize thread.
Main loop employer The MainLoopEmployer calls the main loop for execution.
MainLoopAspectIniFin(MainLoopEmployer *employer, BlockedTimingExecutor *btexec)
Constructor.