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
Right now, the periodicScheduledTask does not allow for passing parameters. As a workaround, coroutines which should be scheduled periodically can be defined as inline functions, where all variables are known.
However, maybe a change of the api is more intuitive, in which the argument can be passed as another parameter when creating the task
The text was updated successfully, but these errors were encountered:
In GitLab by @mnebel-wenner on Nov 3, 2022, 14:46
Right now, the periodicScheduledTask does not allow for passing parameters. As a workaround, coroutines which should be scheduled periodically can be defined as inline functions, where all variables are known.
However, maybe a change of the api is more intuitive, in which the argument can be passed as another parameter when creating the task
The text was updated successfully, but these errors were encountered: