I am trying to run my sync functions using asyncio.run_in_executor
My coroutines shares data and update data. The run in executor starts threads. Do I need to make my