Exemplo n.º 1
0
 internal Agent(ConsulClient c)
 {
     _client       = c;
     _nodeNameLock = new AsyncLock();
 }
Exemplo n.º 2
0
 internal Releaser(AsyncLock mutex)
 {
     _mutex = mutex;
 }