Multithreading topic, if I have 3 tasks inside a function that I want the 2nd task to not be done until the first one is completed but the 3rd one is done at any time
Sigiloso
Putting await for the first task and combining the first and second task in {} and then out the third task