How to iterate over a standard dictionary but in async way.
For example :
import asyncio import uuid async def procDict(k,v): print(\'{}-->{}\'