RichieSams/FiberTaskingLib

LastSuccessfulSteal assignment

Closed this issue · 1 comments

tls.LastSuccessfulSteal = i;

Hey,

maybe it should be
tls.LastSuccessfulSteal = threadIndexToStealFrom;

BR
Moritz

Thanks! Fixed in 82761e3