Examples of using Main thread in English and their translations into Russian
{-}
-
Official
-
Colloquial
The events are run on the main Thread of the application.
The main thread sizes and common areas of use.
Handle with care events, the main Thread, of the application.
The main thread is established and is in the ACCD area of constantly confirmable data.
Sets theed to the machine reel to main thread added rubber;
By default, all components of the same application run in the same process andthread(called the"main" thread).
We show the strengths and weaknesses of the main thread types used in embroidery.
The destructor of the threaded_var variable will actually be called only in the main thread.
Among its many initiatives,The MCB Design Award, the main thread in the country, held since 1986;
In practice, this should be done in an asynchronous thread instead of on the main thread. .
As this call is in the main thread, that means all request processing is delayed.
The loads are transferred through the nut body(2) which is positioned on the main thread by hand.
This requires no work by the main thread, where JavaScript, layout, styles, or paint are done.
In practice, this should be done in an asynchronous thread instead of on the main thread. For more discussion.
Each application has as a minimum, a main Thread, that takes care of the communication with the user UI- User Inteface.
What happens if you are running long tasks,for example a break of 10 seconds, in the main Thread of the application?
In any case this approach will keep your app's main thread free, helping it to stay responsive to user interactions.
For simplicity's sake, in this example the query operation is shown in the user interface thread("main thread").
If any animation triggers paint, layout, or both, the"main thread" will be required to do work.
The main thread prints exceptions to the console, but user-created threads need a handler registered to do so.
It is not my intention to provide a comprehensive summing-up, butrather to highlight some of the main threads of our debate.
This is different from the browser's"main thread", where styling, layout, painting, and JavaScript are executed.
Caution: A service runs in the same process as the application in which it is declared and in the main thread of that application by default.
Remember that if you do use a service,it still runs in your application's main thread by default, so you should still create a new thread within the service if it performs intensive or blocking operations.
In the following example, in the separate thread performed query of calling a stored procedure, and the main thread cancels this request.
The discussion forum resulted in a synthesis paper summarizing the main threads of the discussion and recommendations for research, policy and practice.
After July 10 th, we hope there will be increase,because the workers of the Kyrgyz Republic will be removed from the blacklist of Russia, as the main thread is there", he said.
The Commission will have noted that there are two main threads of the use of electronic communications in the field of procurement: communication by electronic means, and the use of the Internet for conducting a procurement process itself.
It creates a default worker thread that executes all of the intents that are delivered to onStartCommand(),separate from your application's main thread.
Where your work must be on the main thread, consider a batching approach, where you segment the larger task into micro-tasks, each taking no longer than a few milliseconds, and run inside of requestAnimationFrame handlers across each frame.