Esempio n. 1
0
 public AsyncLock()
 {
     m_semaphore = new AsyncSemaphore(1);
     m_releaser  = Task.FromResult(new Releaser(this));
 }
Esempio n. 2
0
 public AsyncLock()
 {
     m_semaphore = new AsyncSemaphore(1);
     m_releaser = Task.FromResult(new Releaser(this));
 }