File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ msgstr ""
19
19
20
20
#: ../../library/asyncio-runner.rst:6
21
21
msgid "Runners"
22
- msgstr ""
22
+ msgstr "執行器 "
23
23
24
24
#: ../../library/asyncio-runner.rst:8
25
25
msgid "**Source code:** :source:`Lib/asyncio/runners.py`"
@@ -29,12 +29,14 @@ msgstr "**原始碼:**\\ :source:`Lib/asyncio/runners.py`"
29
29
msgid ""
30
30
"This section outlines high-level asyncio primitives to run asyncio code."
31
31
msgstr ""
32
+ "這個章節概述用於執行 asyncio 程式碼的高階單位。"
32
33
33
34
#: ../../library/asyncio-runner.rst:13
34
35
msgid ""
35
36
"They are built on top of an :ref:`event loop <asyncio-event-loop>` with the "
36
37
"aim to simplify async code usage for common wide-spread scenarios."
37
38
msgstr ""
39
+ "他們是基於一個 :ref:`事件迴圈 <asyncio-event-loop>`,目的是為了簡化常見且廣泛運用的異步程式碼。"
38
40
39
41
#: ../../library/asyncio-runner.rst:23
40
42
msgid "Running an asyncio Program"
You can’t perform that action at this time.
0 commit comments