Is Python dictionary ayncio safe?

后端 未结 0 1303
栀梦
栀梦 2020-12-03 18:46

I am using Python dictionary to store the data:

class Processor:
  def __init__(self):
     self.cache = {}

  async def add(name):
     data = await get_file         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题