async function foo(){
    await someAsyncFunction(){...}
    await anotherAsyncFunction(){...}
}