Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了多个线程。它正在做一些大任务。一些之后,我中止了所有线程,但有时它会引发线程异常。我想避免它发生。
不,没有。这就是线程中止的工作方式。
不要中止线程。以合作的、明确的方式终止它。线程中止会导致各种令人讨厌的问题。