Yes, it's only one callable. However, in the rt scheduler example, we have this note before the finalStateMachine function: " //! Implementation of the final state machine, handles none realtime actions (outside the scheduler context)" So, with this I understand that this function called by a thread is independent of the scheduler. But I can be wrong...
... View more