小碼哥戀上數(shù)據(jù)結構與算法(第三季)
? ? ? ?this.running = new AtomicBoolean(true);
? ? ? ?this.daemon = daemon;
? ? ? ?this.workerCount = workerCount;
? ? ? ?this.prefix = prefix;
? ? ? ?this.serverLoops = new AtomicReference<>();
? ? ? ?this.clientLoops = new AtomicReference<>();
? ? ? ?this.cacheNativeClientLoops = new AtomicReference<>();
標簽: