Skip to content
Snippets Groups Projects
  • Guido Trotter's avatar
    LockSet: invert try/for nesting in acquire() · 8b68f394
    Guido Trotter authored
    This patch changes nothing to the functionality of a LockSet. Rather than
    trying to do the whole for loop we try each of its steps. This opens the way to
    handle differently a single failure.
    
    Reviewed-by: imsnah
    8b68f394