public ThreadPoolFiber(FiberPool fp, int fiberidSeed) { AttachFiberPool(fp); this.fiberid = Math.Abs(fiberidSeed) % fp.GetWorkerCount; }
internal void AttachFiberPool(FiberPool fp) { this.fp = fp; }