Example #1
0
 public static string GetIDSpinLock() => IDGeneratorService.GetNextIDSpinLock();
Example #2
0
 public static string GetIDThreadStatic() => IDGeneratorService.GetNextIDThreadStatic();
Example #3
0
 public static string GetIDNewBuffer() => IDGeneratorService.GetNextIDNewBuffer();
Example #4
0
 public static string GetIDWithLocking() => IDGeneratorService.GetNextIDWithLocking();
Example #5
0
 public static string GetIDUnsafe() => IDGeneratorService.GetNextIDUnsafe();