In my client code, I have
const whatMouseDid = await mouseDoesSomething()
with the latter function looking like:
async mouseDoesSo