Improve `policy::work_stealing::try_steal()`
Victim selection is made collision-free. A try-loop is no longer needed. In previous version, with two workers, the probability of collision is 50%!
Showing
Please register or sign in to comment