File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,23 @@ msgstr ""
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
20
20
#: ../Doc/library/concurrency.rst:5
21
- msgid "Ejecución concurrente "
22
- msgstr ""
21
+ msgid "Concurrent Execution "
22
+ msgstr "Ejecución concurrente "
23
23
24
24
#: ../Doc/library/concurrency.rst:7
25
25
msgid ""
26
+ "The modules described in this chapter provide support for concurrent "
27
+ "execution of code. The appropriate choice of tool will depend on the task to "
28
+ "be executed (CPU bound vs IO bound) and preferred style of development "
29
+ "(event driven cooperative multitasking vs preemptive multitasking). Here's "
30
+ "an overview:"
31
+ msgstr ""
26
32
"Los módulos descritos en este capítulo proveen soporte para la ejecución "
27
33
"concurrente de código. La elección de qué herramienta utilizar depende de la "
28
34
"tarea a ejecutar (vinculada a CPU o vindulada a E/S) y del estilo preferido "
29
35
"de desarrollo (multitarea cooperativa o multitarea apropiativa). A "
30
- "continuaciónse muestra un resumen: "
31
- msgstr ""
36
+ "continuación se muestra un resumen:"
32
37
33
38
#: ../Doc/library/concurrency.rst:25
34
- msgid "He aquí módulos de apoyo para algunos de los servicios mencionados: "
35
- msgstr ""
39
+ msgid "The following are support modules for some of the above services: "
40
+ msgstr "He aquí módulos de apoyo para algunos de los servicios mencionados: "
You can’t perform that action at this time.
0 commit comments