There was an error while loading. Please reload this page.
1 parent 067eebc commit a2e3861Copy full SHA for a2e3861
2 files changed
glossary.po
@@ -499,6 +499,10 @@ msgid ""
499
"variables is to keep track of variables in concurrent asynchronous tasks. "
500
"See :mod:`contextvars`."
501
msgstr ""
502
+"(コンテキスト変数) コンテキストに依存して異なる値を持つ変数。\n"
503
+"これは、ある変数の値が各々の実行スレッドで異なり得るスレッドローカルストレージに似ています。\n"
504
+"しかしコンテキスト変数では、 1 つの実行スレッドにいくつかのコンテキストがあり得、コンテキスト変数の主な用途は並列な非同期タスクの変数の追跡です。\n"
505
+":mod:`contextvars` を参照してください。"
506
507
#: ../../glossary.rst:232
508
msgid "contiguous"
0 commit comments