{() => { const saveSession = async () => { const newSessionId = await someAsyncFunc(); }; }} ;