What is the translation of " MAIN THREAD " in Chinese?

[mein θred]
Noun
[mein θred]
主线程

Examples of using Main thread in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Each process have at least 1 thread(the main thread).
每个进程至少有一条线程,叫做主线程(primarythread)。
As such, the main thread is also sometimes called the UI thread..
因此,主线程有时也称为UI线程。
In Firefox and Safari this is the main thread of the browser.
在Firefox和Safari中,该线程就是浏览器的主线程
As such, the main thread is also sometimes called the UI thread..
因此,主线程有时也被叫作UI线程。
Every application has at least one thread called the main thread.
每个应用程序都至少拥有一个线程,这称为主线程
The main thread can create additional threads within the process.
Mainthread可以创建该Process的其他threads。
Doing I/O asynchronously or on other threads so that the main thread isn't blocked waiting for the disk.
异步或者在其他线程进行I/O,使主线程不必等待磁盘。
The main thread does what you would expect: fetch your code, compile it and then execute it.
主线程完成你的期望:获取代码,编译代码然后执行它.
But from the application programmer's point of view, you start with just one thread,called the main thread.
但从程序员的角度来看,你启动只有一个线程,称为主线程
The unity is the main thread and the direction, the plurality the moving parts and the motivation.
一体化是主线和方向,多元化是要素和动力。
Threads may need to process new job requests orreport their progress to your application's main thread.
线程可能需要处理新的工作要求,或向你应用程序的主线程报告其进度情况。
The main threads will be inclusiveness, education, built heritage, the environment and capacity building.
主要线索将是包容性,教育,建筑遗产,环境和能力建设。
A framework for running tasks in the background vs the main thread(a trivial task to perform in platform native languages).
负责在后台运行任务与主线程(用平台原生语言执行的简单任务)的框架。
In the main thread, we're not calling the recv function explicitly anymore: instead, we're treating rx as an iterator.
主线程中,不再显式调用recv函数:而是将rx当作一个迭代器。
This is because UIKit does all of its own work on the main thread, such as drawing, managing touches, and responding to input.
因为UIKit的左右任务都在主线程中进行,例如绘制、触摸管理和输入响应。
If your main thread is unavailable for 50ms or more, that does not leave enough time for your app to complete the response.
如果主线程的不可用时间达50毫秒或更长,那么,您的应用将没有足够的时间完成响应。
Now, we're going to call it multi-threaded because we will have the main thread, the main program that we normally have.
现在,我们要把它称为多线程,因为我们将有主线程,即我们通常具有的主程序。
Changes to the main thread(cancellation, priority change, etc.) may affect the behaviour of the other threads of the process;
主线程的更改(取消,优先级更改等)可能会影响进程其他线程的行为;
There's also a separate thread for compiling, so that the main thread can keep executing while the former is optimizing the code.
另有一个单独的线程用于编译,因此主线程可以继续执行,同时前者优化代码.
The main thread looks at those who believed in the work of Thomas Spence, who has largely been ignored in the mainstream history books.
主线关注的是那些相信托马斯·斯彭斯作品的人,他的作品在主流历史书籍中基本上被忽视了。
When the sleep() time has concluded, we release the corresponding lock,indicating to the main thread that this thread has completed.
当sleep()的时间到了的时候,释放对应的锁,向主线程表明该线程已完成。
This keeps the main thread(which drives the user interface event loop) running and prevents the system from concluding that your code has frozen.
主线程(驱动用户界面抡询的进程)运行,并且防止系统认为你的代码冻结了。
There are many reasons for this, but an obvious one is that when the main thread exits, all other threads die without cleanup.
这样做有很多原因,很明显的一个原因是,当主线程退出的时候,所有其它线程没有被清除就退出了。
The main thread would have displayed“all done” before the threads have completed, so we can't have that print call above in_main().
主线程会在其他线程完成之前显示“alldone”,所以我们不能再把print调用放在_main()里了。
The reason is that Lighthouse uses a proxy metric to measure how well your app responds to user input:availability of the main thread.
原因是Lighthouse使用一个代理指标来测量您的应用在响应用户输入方面的表现:主线程的可用性。
There is no reason to restrict them to the main thread, and it's important that console is accessible due to its utility for debugging.
没有理由对主线程限制他们,另外,对于console来说,能被访问非常重要,因为它具有debug的功能。
The structure of this report does not map directly to the agenda,as we attempted to capture overall themes and the main threads of discussion.
本报告的结构,和大会日程没有严格对应,因为,我们想涵盖所有的主题和大会的讨论主线
While Node does handle the I/O efficiently, that for loop in the example above is using CPU cycles inside your one andonly main thread.
虽然Node确实有效地处理了I/O,但是上面的例子中for循环是在你的唯一的一个主线程中占用CPU周期。
Even though they may be using CSS transitions, composited properties and requestAnimationFrame(),they're still running in JS, on the main thread.
即使他们可能使用CSStransitions,合成属性和requestAnimationFrame(),他们仍然在主线程的JS上运行。
Using asynchronous JavaScript(such as callbacks, promises, and async/await),you can perform long network requests without blocking the main thread.….
使用异步的JavaScript例如:(callbacks,promises,async/await等),就可以执行网络请求,而不需要阻塞主线程
Results: 40, Time: 0.0319

Word-for-word translation

Top dictionary queries

English - Chinese