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