-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
It may happen when e.g. Barrier is used (e.g. when Barrier is activated from task's start or end handler, what calls the other handler directly). Unwind properly in this case.
- It may also happen that the delayed Barrier or TimeoutTask is finished, when some done handler entered the nested event loop, e.g. while showing a message box. In this case we can't unwind properly.
- When one still running task causes the other task to finish synchronously, we probably can't detect such a case. And it may happen, that in this case the other finished task may cause the emitter to be destructed directly, because e.g. the result caused the other tasks in the group to be stopped immediately.
- Detecting a case when handlers are called from each other is easy, but there is no good default behavior on how to follow properly.
- resulted from
-
QTCREATORBUG-28741 TaskTree enhancements
-
- In Progress
-