Block a user
ADD: Adds class function to participant to disconnect itself from the event manager.
Adaption to command queue instead of single use queues.
malfunction class function _unschedule()
I found out that this is a deadlock by design:
- schedulingProcess_ (class function from manager) locks mutex that protects schedulingParticipant_ list
- then calls the schedule function of the…
malfunction class function _unschedule()