摘要: InterruptsAninterruptis an indication to a thread that it should stop what it is doing and do something else. It's up to the programmer to decide exactly how a thread responds to an interrupt, but it is very common for the thread to terminate. This is the usage emphasized in this lesson.A thread 阅读全文
posted @ 2013-07-06 15:34 alexander.bruce.lee 阅读(700) 评论(0) 推荐(0)