async () => { const resp = asyncFunc2() return resp } async () => { const resp = await asyncFunc2() return resp }