We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
5170b60
1.新增Separate、Join、Format、MaxIndex、MinIndex、ForEach扩展方法; 2.优化权重轮询算法,优化权重大的节点不会霸占选择权; 3.优化ConcurrentDictionary采用Lazy方式线程安全的创建字典元素值; 4.适配net7.0平台; 5.升级nuget包;