Beispiel #1
0
 public CallbackHandlerThread(AMRMClientAsyncImpl <T> _enclosing)
     : base("AMRM Callback Handler Thread")
 {
     this._enclosing = _enclosing;
 }
Beispiel #2
0
 public HeartbeatThread(AMRMClientAsyncImpl <T> _enclosing)
     : base("AMRM Heartbeater thread")
 {
     this._enclosing = _enclosing;
 }