Ejemplo n.º 1
0
 public Server(sync.Map serviceMap = default, sync.Mutex reqLock = default, ref ptr <Request> freeReq = default, sync.Mutex respLock = default, ref ptr <Response> freeResp = default)
 {
     this.serviceMap = serviceMap;
     this.reqLock    = reqLock;
     this.freeReq    = freeReq;
     this.respLock   = respLock;
     this.freeResp   = freeResp;
 }
Ejemplo n.º 2
0
 public parCache(sync.Map m = default)
 {
     this.m = m;
 }
Ejemplo n.º 3
0
 public mvsReqs(slice <module.Version> buildList = default, par.Cache cache = default, sync.Map versions = default)
 {
     this.buildList = buildList;
     this.cache     = cache;
     this.versions  = versions;
 }
Ejemplo n.º 4
0
 public Map(sync.Map m = default, sync.RWMutex keysMu = default, slice <@string> keys = default)
 {
     this.m      = m;
     this.keysMu = keysMu;
     this.keys   = keys;
 }