sheng-jie/EventBus

线程安全 字典集合

bluetianx opened this issue · 2 comments

线程安全字典集合可以采用 类似这样的 ConcurrentDictionary<string, ConcurrentBag<ServiceResult>> 处理方式,,这样就可不用设置线程同步锁对象了

Good suggestion!

Close