"线程" is not found on TREX in Chinese-English direction
Try Searching In English-Chinese (线程)

Low quality sentence examples

线程可能需要处理新的工作要求,或向你应用程序的主线程报告其进度情况。
Threads may need to process new job requests or report their progress to your application's main thread.
由于Flutter是单线程并且跑着一个eventloop的(就像Node.js那样),你不必为线程管理或是开启后台线程而操心。
Flutter is single threaded and runs an event loop(like Node. js), you don't have to worry about thread management or spawning background threads..
常见线程回收.
Common Threads Recycling Program.
我需要类似线程池的东西来限制线程数。
I need something like a thread pool to limit the number of threads.
也可以查看我们的在线程序。
You can also check out our online courses.
本月开线程对气候科学的主题。
This month's open thread for climate science topics.
因此,如果I/O很小并且不能组织,用多线程比较好。
So if the I/O is small and cannot be batched, it is better to use multiple threads.
线程安全有一说NonThreadSafe是给IIS用.
X64 Thread Safe There is a saying Non Thread Safe to use IIS.
Java使我们能够在使用多线程时分配优先级。
Java enables us to assign priorities when working with multiple threads.
此时,其他等待的线程可以获得锁并进入临界区。
At this moment, any of the other waiting threads can acquire the lock and enter the critical section.
该文件包含恶意线程本地存储(TLS)回调函数作为反分析技巧。
The file includes malicious thread local storage(TLS) callbacks as an anti-analysis trick.
注意到结果慢得多了,因为单线程需要更长的时间来完成计数增加操作。
Notice that the results are much slower, as the single thread takes longer to complete the work.
实施计划-提出解决问题的具体建议,如“应用程序需要增加活动线程数”。
Action plan- Recommendations to solve the problem, such as“The application needs to increase the number of active threads.
发生的情况是HADR线程池耗尽,并停止更新处于“allgood”状态的视图。
What happened was the HADR thread pool exhausted and stopped updating a view that had a state of“all good.
接着当新建线程开始执行,v已不再有效,所以其引用也是无效的。
Then, when the spawned thread starts to execute, v is no longer valid, so a reference to it is also invalid.
因此,任何运行在主线程中的方法,都要尽可能的只做少量的工作。
Therefore any method that runs in the main thread should do as little work as possible.