예제 #1
0
 public Releaser(AsyncLock parent)
 {
     this._mParent = parent;
 }
예제 #2
0
 public WriteTicket(AsyncLock<TValue> parent)
 {
     this._mParent = parent;
 }