Take these two following functions:
import asyncio def a(): for index in range(2): # Capture `index` as `local_index` in case awaiting is postpon