Using several timers in parallel affecting each other #84
Unanswered
Ben-Anton-Utzer
asked this question in
Q&A
Replies: 1 comment
-
Please share some example code, otherwise we're just making guesses. All timer instances are independent and shouldn't affect each other. Any shared state outside of the timer is another story. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I`m implementing two timers in my code. If they run lonely for themselves it works fine. But working with two it seems they are affecting each other. My functions behind the timer need to run through not disturbing them.
Are they any ways if timer priority handling / locking each other or so?
BR
Ben
Beta Was this translation helpful? Give feedback.
All reactions