本文介绍了在主线程以外的其他线程中启动多个线程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
亲爱的所有人,
在另一个线程(T1)(主线程M1除外)中启动一个线程(T2)是一种好习惯吗?
如果我们进行这种设计,我将面临哪些实际问题?
问候,
Dear All,
Is it a good practice to start a thread (T2) inside another thread (T1) (other than main thread M1)?
What practical issues i will face if we go for this kind of design?
Regards,
推荐答案
这篇关于在主线程以外的其他线程中启动多个线程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!