• M
    After completing a load, give other threads a chance too · f836630f
    Matthew Draper 提交于
    While we know no user code is running, we should do as much loading as
    we can. That way, all the threads will then be able to resume running
    user code together.
    
    Otherwise, only the last arriving thread would get to do its load, and
    would then return to userspace, leaving the others still blocked.
    f836630f
interlock.rb 1.2 KB