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 485b6ef commit 27a1c42Copy full SHA for 27a1c42
docs/reference.rst
@@ -1733,7 +1733,7 @@ you create explicitly are also asynchronous. This allows each function to run i
1733
other tasks, and to yield control to other tasks and all other HASS activities potentially anywhere
1734
in the function. However, if two closely-spaced triggers occur (or different functions have the
1735
same trigger), although the second trigger will begin running after the first, there is no guarantee
1736
-that the first task will have completed (or even executed any statements before the second task
+that the first task will have completed (or even executed any statements) before the second task
1737
start running. Both trigger functions will be running asynchronously, and the order of execution of
1738
code among the tasks is not guaranteed. The same is true if you start two tasks using ``task.create()``
1739
without any delay: the code in the tasks could run in any order relative to each other.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments