You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For fast prototyping Service.timer decorator is enough, but for flexible solution this need to be improved because this do not allows to:
Set timer interval at runtime (from config, cli, etc.)
Stop timer
Add timer at runtime
I think best approach here is pretty similar to others add_* methods. Something like add_timer will create new timer and return handle to manipulate (stop) it.
The text was updated successfully, but these errors were encountered:
For fast prototyping
Service.timer
decorator is enough, but for flexible solution this need to be improved because this do not allows to:I think best approach here is pretty similar to others
add_*
methods. Something likeadd_timer
will create new timer and return handle to manipulate (stop) it.The text was updated successfully, but these errors were encountered: