此外,解决方案是在另一个不同线程上运行每一件事情。
The solution, again, is to run everything from a different thread.
在进程的上下文中会有一个或多个线程在运行。
这是不在UI线程上运行pluglet的另一个不错的理由。
This is another good reason not to stay running on the UI thread.
进程的一个单独执行单位,线程可并发运行。
A single unit of execution within a process; threads run concurrently.
每一个线程池线程可以同时运行一个任务。
如何使一个线程运行得更快?
一个进程可以运行多个线程,但他们仍然是整个过程的部分。
A process can run several threads, but they still are parts of the process.
每个长时间运行的线程应该有一个明确的工作目录。
Every long running process should have a well-defined working directory.
移动到一个单独的方法,它运行在一个单独的线程。
Move that out into a separate method and run it in a separate thread.
移动到一个单独的方法,它运行在一个单独的线程。
Move that out into a separate method and run it in a separate thread.
应用推荐