Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be3ea2 commit 11d4d88Copy full SHA for 11d4d88
library/asyncio-runner.po
@@ -40,17 +40,18 @@ msgstr ""
40
41
#: ../../library/asyncio-runner.rst:23
42
msgid "Running an asyncio Program"
43
-msgstr ""
+msgstr "運行一個 asyncio 程式"
44
45
#: ../../library/asyncio-runner.rst:27
46
msgid "Execute the :term:`coroutine` *coro* and return the result."
47
+msgstr "執行\\ :term:`協程 (coroutine) <coroutine>` *coro* 以及回傳結果。"
48
49
#: ../../library/asyncio-runner.rst:29
50
msgid ""
51
"This function runs the passed coroutine, taking care of managing the asyncio "
52
"event loop, *finalizing asynchronous generators*, and closing the executor."
53
msgstr ""
54
+"這個函式負責運行被傳入的協程、管理 asyncio 的事件迴圈、*終結非同步產生器*,以及關閉執行器。"
55
56
#: ../../library/asyncio-runner.rst:33 ../../library/asyncio-runner.rst:113
57
0 commit comments