So i want a sub() that is multithreaded with like 100 threads and do a Do until loop. i want to console.writeline("Do loop is done.") after that whole sub is done. does anybody know how to do this? i used to have background threads but if i do a async sub with task.waitall() the background threads **** with it. anybody can give me a real simple example code?