Example #1
0
 public async Task TestAsyncLock()
 {
     var asyncLock = new AsyncLock();
     await asyncLock.DelayAndIncrementAsync();
 }