Block a user
Christina Sander
created branch dissertationSander in Research/WhisperCom
2025-05-01 19:00:22 +00:00
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()