-
-
Notifications
You must be signed in to change notification settings - Fork 403
Expand file tree
/
Copy pathconcurrency.po
More file actions
40 lines (37 loc) · 1.69 KB
/
concurrency.po
File metadata and controls
40 lines (37 loc) · 1.69 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
38
39
40
# Copyright (C) 2001-2020, Python Software Foundation
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/library/concurrency.rst:5
msgid "Concurrent Execution"
msgstr "Ejecución concurrente"
#: ../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 ""
"Los módulos descritos en este capítulo proveen soporte para la ejecución "
"concurrente de código. La elección de qué herramienta utilizar depende de la "
"tarea a ejecutar (vinculada a CPU o vinculada a E/S) y del estilo preferido "
"de desarrollo (multi-tarea cooperativa o multi-tarea apropiativa). A "
"continuación se muestra un resumen:"
#: ../Doc/library/concurrency.rst:25
msgid "The following are support modules for some of the above services:"
msgstr "He aquí módulos de apoyo para algunos de los servicios mencionados:"