Each async function will be executed in a separate thread, so they will run concurrently even if they are called sequentially. Trough the use of Lanes async calls will be executed in separate threads, ...