File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1733,7 +1733,7 @@ you create explicitly are also asynchronous. This allows each function to run i
1733
1733
other tasks, and to yield control to other tasks and all other HASS activities potentially anywhere
1734
1734
in the function. However, if two closely-spaced triggers occur (or different functions have the
1735
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
1736
+ that the first task will have completed (or even executed any statements) before the second task
1737
1737
start running. Both trigger functions will be running asynchronously, and the order of execution of
1738
1738
code among the tasks is not guaranteed. The same is true if you start two tasks using ``task.create() ``
1739
1739
without any delay: the code in the tasks could run in any order relative to each other.
You can’t perform that action at this time.
0 commit comments