Examples of using A separate thread in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Will start a separate thread.
Any operation that takesmore than 1/10 of a second to run requires a separate thread.
I have opened a separate thread.
The key point is that the runmethod contains code that you want to execute in a separate thread.
For example, a separate thread can be used to display the time of day.
Requests are actively completed by a separate thread.
Why do you need a separate thread for every rejection?
The GPS data is also performed on a separate thread.
The WWW server spawns a separate thread for each accepted client connection.
Client Produce data, and run in a separate thread.
Moving long-running actions to a separate thread so that the main thread can continue to respond to the user.
In this model, each task is performed in a separate thread of control.
Running these components on a separate thread is difficult because they access data, like the DOM, that are not thread-safe.
That's because Blend4Web can process physics in a separate thread(worker).
The system does not create a separate thread for each instance of a component.
Similar to any Java Servlet end-point,each client connection requires a separate thread on the server.
The system does not create a separate thread for each instance of a component.
Download Manager- Allow your program to download various files andeach one is downloading in the background on a separate thread.
The system does not create a separate thread for each instance of a component.
Java example except that all of the operations to serve a particular client have been moved inside a separate thread class:.
With Java, each client request will be handled by a separate thread synchronously, and hence it is multi-threaded.
There's also a separate thread for compiling, so that the main thread can keep executing while the former is optimizing the code.
You will learn how to run your services asynchronously on a separate thread, and how your activities can communicate with them.
The asynchronous BeginPeek andBeginReceive methods allow the main application task to continue executing in a separate thread before the message arrives at the queue.
The Web Workersfeature of HTML5 makes it simple to create a separate thread that repeatedly decrements a value in a shared memory location.
The virtual machineperforms this recycling process automatically as needed, in a separate thread, even if the gc method is not invoked explicitly.
In the formalism,code executed within a final-field-safe context is treated as a separate thread(for the purposes of final field semantics only).
For example,below is some code for a click listener that downloads an image from a separate thread and displays it in an ImageView:.
Each chunk can be processed by a separate working thread, therefore increasing throughput and reducing the overall processing time.
Usually, a separate operating system thread is created for each query request.