Pergunta de entrevista da empresa Kayan

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

Resposta da entrevista

Sigiloso

22 de set. de 2022

Putting await for the first task and combining the first and second task in {} and then out the third task