File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,16 @@ msgid ""
57
57
"This function cannot be called when another asyncio event loop is running in "
58
58
"the same thread."
59
59
msgstr ""
60
+ "當另一個非同步事件迴圈在同一執行緒中執行時,無法呼叫此函式。"
60
61
61
62
#: ../../library/asyncio-runner.rst:36 ../../library/asyncio-runner.rst:83
62
63
msgid ""
63
64
"If *debug* is ``True``, the event loop will be run in debug mode. ``False`` "
64
65
"disables debug mode explicitly. ``None`` is used to respect the global :ref:"
65
66
"`asyncio-debug-mode` settings."
66
67
msgstr ""
68
+ "如果 *debug* 為 ``True``,事件迴圈會以除錯模式執行。``False`` 則會關閉除錯模式。"
69
+ "``None`` 則會優先使用\\ :ref:`除錯模式 <asyncio-debug-mode>`\\ 的全域設定。"
67
70
68
71
#: ../../library/asyncio-runner.rst:40
69
72
msgid ""
@@ -73,6 +76,10 @@ msgid ""
73
76
"programs, and should ideally only be called once. It is recommended to use "
74
77
"*loop_factory* to configure the event loop instead of policies."
75
78
msgstr ""
79
+ "如果 *loop_factory* 不為 ``None``,它會被用於建立一個新的事件迴圈;"
80
+ "否則會改用 :func:`asyncio.new_event_loop`。迴圈會在最後關閉。這個函式應該要作為"
81
+ "asyncio 程式的主要進入點,且理想上僅會被呼叫一次。推薦使用 *loop_factory* 來設定"
82
+ "事件迴圈時而不是使用 policies(政策)。"
76
83
77
84
#: ../../library/asyncio-runner.rst:46
78
85
msgid ""
You can’t perform that action at this time.
0 commit comments