Nested threads
Johannes Kliemann
kliemann at componolit.com
Fri Jun 1 11:38:29 CEST 2018
Hi all,
are nested threads (e.g. a thread class that owns an object of another
thread class and starts it from within its entry() method) a special
case? I noticed that the terminal session blocked from the inner thread
(write was called from the thread but the write implementation of the
terminal session was never executed). Putting the inner thread on the
same level as the outer one solved the problem.
Regards,
Johannes
More information about the users
mailing list