작업자 스레드 oor Engels

작업자 스레드

Vertalings in die woordeboek Koreaans - Engels

worker thread

en
A thread commonly used to handle background tasks that the user should not have to wait for to continue using your application. Tasks such as recalculation and background printing are typically executed on worker threads.
MicrosoftLanguagePortal

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
애플리케이션의 기본 스레드와는 별도로, onStartCommand() 에 전달된 모든 인텐트를 실행하는 기본 작업자 스레드를 생성합니다.
It creates a default worker thread that executes all of the intents that are delivered to onStartCommand() , separate from your application's main thread.ParaCrawl Corpus ParaCrawl Corpus
바꿔 말하면 각 시작 요청에 대해 작업자 스레드를 사용하여 작업을 수행하고 한 번에 요청을 하나씩만 처리한다는 뜻입니다.
That is, for each start request, it uses a worker thread to perform the job and processes only one request at a time. KotlinParaCrawl Corpus ParaCrawl Corpus
IntentService 이것은 Service 의 서브클래스로, 작업자 스레드를 사용하여 모든 시작 요청을 처리하되 한 번에 하나씩 처리합니다.
IntentService This is a subclass of Service that uses a worker thread to handle all of the start requests, one at a time.ParaCrawl Corpus ParaCrawl Corpus
또한 렌더 스레드작업자 스레드를 사용하여 디코딩하므로, 디코딩이 렌더 스레드를 통해 이루어지는 다른 작업을 방해하지 않습니다.
The render thread also uses a worker thread to decode, so that decoding does not interfere with other operations on the render thread.ParaCrawl Corpus ParaCrawl Corpus
수행해야 할 작업이 있는데 이들이 즉각적인 조치를 요하지 않는 경우, 이런 작업은 반드시 별도의 스레드에서 수행해야 합니다("백그라운드" 또는 "작업자" 스레드).
If you have operations to perform that are not instantaneous, you should make sure to do them in separate threads ("background" or "worker" threads).ParaCrawl Corpus ParaCrawl Corpus
이것은 작업자 스레드에서 차단 작업을 수행하고 그런 다음 그 결과를 UI 스레드에 게시하며, 개발자가 직접 스레드 및/또는 핸들러를 처리할 필요가 없습니다.
It performs the blocking operations in a worker thread and then publishes the results on the UI thread, without requiring you to handle threads and/or handlers yourself.ParaCrawl Corpus ParaCrawl Corpus
더 복잡한 상호작용을 작업자 스레드로 처리하려면, 작업자 스레드에서 Handler 를 사용하여 UI 스레드에서 전달 받은 메시지를 처리하는 방안을 고려해보세요.
To handle more complex interactions with a worker thread, you might consider using a Handler in your worker thread, to process messages delivered from the UI thread.ParaCrawl Corpus ParaCrawl Corpus
하지만 최선의 해결책은 AsyncTask 클래스를 확장하는 방법일 것입니다. 이것은 UI와 상호작용해야 하는 작업자 스레드 작업의 실행을 단순화합니다.
Perhaps the best solution, is to extend the AsyncTask class, which simplifies the execution of worker thread tasks that need to interact with the UI.ParaCrawl Corpus ParaCrawl Corpus
전자 텍스트 기반 고객 관계 관리 소프트웨어 도구에서 스레드는 시간 기반에서 자동으로 닫힐 수 있으며 이로써 작업자들이 탐색 시간을 절약할 수 있게 한다.
In an electronic text-based customer relationship management software tool, the threads can be auto-closed in a timed base, allowing the workers save browse time.WikiMatrix WikiMatrix
응답성 : 대화형 프로그램을 멀티스레드화하면, 프로그램의 일부분(스레드)이 중단되거나 긴 작업을 수행하더라도 프로그램의 수행이 계속되어, 사용에 대한 응답성이 증가된다. 예를 들어, 멀티스레드가 적용된 웹 브라우저 프로그램에서 하나의 스레드가 이미지 파일을 로드하고 있는 동안, 다른 스레드에 사용자와의 상호 작용 이 가능하다.
In a single-threaded program, if the main execution thread blocks on a long-running task, the entire application can appear to freeze. By moving such long-running tasks to a worker thread that runs concurrently with the main execution thread, it is possible for the application to remain responsive to user input while executing tasks in the background.ParaCrawl Corpus ParaCrawl Corpus
게이밍, 스트리밍 및 창작 활동에는 이전는 다른 방식으로 처리하는 프로세싱 능력이 필요하기 때문에 더 많은 코어, 스레드, 더 높은 클록이 필요합니다. 그것이 바로 AMD 2 세대 RyzenTM 프로세서가 지금 필요한 이유입니다. 각 수준에서 최고의 멀티 프로세싱을 제공하여, 제작들과 게이머들이 빠르고 효율적으로 작업을 완료할 수 있도록 도와줍니다.3
Gaming, streaming, and creating require processing power like never before, driving the need for more cores, more threads, and higher clocks. That's exactly why the AMD 2nd Generation RyzenTM processors are needed right now to deliver the highest multi-processing in their respective classes, so creators and gamers have the resources to execute the tasks they need completed quickly and efficiently.3ParaCrawl Corpus ParaCrawl Corpus
11 sinne gevind in 10 ms. Hulle kom uit baie bronne en word nie nagegaan nie.