Well .. I'm in situation like this: I have a function that starts 3 asynchronous threads. Each thread do something wich take some time. When some thread finish first, I need it to stop the other 2, but I dont know how to do it (yet).Well .. I'm in situation like this: I have a fu