3
I’m making an application where comes a certain part of the code I need to put a:
await Task.Delay(tempo);
But at the same time I have to wait around this time I need execute an action every 10 minutes.
I’ve broken my head thinking about how I can do this and nothing came to mind.
I wonder if it is possible to do this and how.
Calls another thread with some activity to run in parallel.
– Augusto Vasques