Example #1
0
 internal LockHandle(AsyncMutex owner, Task task)
 {
     this.task  = task;
     this.owner = owner;
 }