1
votes
votes
1 answers
For loop with pause/resume and speed up/slow down
I have a project that essentially loops through a file and performs a task on each line (sending it to a different server). The files will be quite large and the task quite demanding on the server so I’d like to be able to pause (or break) ...
