-
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathconcurrency.po
More file actions
37 lines (34 loc) · 1.54 KB
/
concurrency.po
File metadata and controls
37 lines (34 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2017, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-26 18:49+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Dong-gweon Oh <flowdas@gmail.com>\n"
"Language-Team: Korean (https://python.flowdas.com)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.5.1\n"
#: ../Doc/library/concurrency.rst:5
msgid "Concurrent Execution"
msgstr "동시 실행"
#: ../Doc/library/concurrency.rst:7
msgid ""
"The modules described in this chapter provide support for concurrent "
"execution of code. The appropriate choice of tool will depend on the task"
" to be executed (CPU bound vs IO bound) and preferred style of "
"development (event driven cooperative multitasking vs preemptive "
"multitasking). Here's an overview:"
msgstr ""
"이 장에서 설명하는 모듈은 코드의 동시 실행을 지원합니다. 적절한 도구 선택은 실행할 작업(CPU 병목 대 IO 병목)과 선호하는 개발 "
"스타일(이벤트 구동 협력적 다중작업 대 선점적 다중작업)에 따라 달라집니다. 다음은 개요입니다:"
#: ../Doc/library/concurrency.rst:25
msgid "The following are support modules for some of the above services:"
msgstr "다음은 위 서비스 중 일부에 대한 지원 모듈입니다:"