Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Scheduler] Rework argument passing for PeriodicScheduledTask #29

Open
rcschrg opened this issue Nov 3, 2022 · 0 comments
Open

[Scheduler] Rework argument passing for PeriodicScheduledTask #29

rcschrg opened this issue Nov 3, 2022 · 0 comments
Assignees

Comments

@rcschrg
Copy link
Member

rcschrg commented Nov 3, 2022

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

@rcschrg rcschrg self-assigned this Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant