摘要: Pausing Execution with SleepThread.sleepcauses the current thread to suspend execution for a specified period. This is an efficient means of making processor time available to the other threads of an application or other applications that might be running on a computer system. Thesleepmethod can als 阅读全文
posted @ 2013-06-28 20:57 alexander.bruce.lee 阅读(902) 评论(0) 推荐(0)