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 7a1c236 commit c00ac7bCopy full SHA for c00ac7b
1 file changed
library/asyncio-policy.po
@@ -356,6 +356,8 @@ msgid ""
356
"*O(N)* complexity but requires a running event loop in the main thread to "
357
"work."
358
msgstr ""
359
+"该解决方案与 :class:`MultiLoopChildWatcher` 同样安全并同样具有 *O(N)* "
360
+"复杂度,但需要主线程有正在运行的事件循环才能工作。"
361
362
#: ../../library/asyncio-policy.rst:250
363
msgid ""
@@ -374,7 +376,7 @@ msgstr "在处理大量子监视器时没有明显的开销( *O(1)* 每次子
374
376
375
377
"This solution requires a running event loop in the main thread to work, as "
378
":class:`SafeChildWatcher`."
-msgstr ""
379
+msgstr "该解决方案需要主线程有正在运行的事件循环才能工作,这与 :class:`SafeChildWatcher` 一样。"
380
381
#: ../../library/asyncio-policy.rst:262
382
msgid "Custom Policies"
0 commit comments