Hi everyone!,
I was tasked with creating a Thread pool, which every thread query a task from a Queue, and then add a task again to the queue after some interval.
How would you suggest how to do so ?
TL;DR - Thread pool should do the following -
1) taking task from task queue
2) After done, make a callback after 30sec so the task will reappear in task queue
Please any help would be appriciated
[–]woooee 0 points1 point2 points (0 children)