Replies: 1 comment
-
Nvm, found workaround: just add necessary information to class implementing ScheduleAndData
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am a bit confused how to use your library in order to manage tasks in runtime with a single scheduler. Ive read that there should be implementation of task in compile-time, but lets suppose I have method doSomething(TaskInformation taskInformation) and in runtime its supposed that different scheduled tasks will be created with different taskInformation being passed, how can I deal with that situation expect creating new Scheduler for every new task. Sorry in advance, my question probably has been being asked oftenly, but I didnt manage to find comprehensive answer in examples and issues section.
Beta Was this translation helpful? Give feedback.
All reactions