C# Thread safe fast(est) counter

后端 未结 5 2030
攒了一身酷
攒了一身酷 2020-12-12 17:32

What is the way to obtain a thread safe counter in C# with best possible performance?

This is as simple as it gets:

public static long GetNextValue()         


        
5条回答
提交回复
热议问题