Skip to content
  • Ondřej Kuzník's avatar
    Round robin for backends. · 53015aa4
    Ondřej Kuzník authored and Ondřej Kuzník's avatar Ondřej Kuzník committed
    Several threads calling backend_select might reset current_backend to a
    different place, there are two options to deal with that:
    - just let the last rotation win (the current approach)
    - detect whether first == current_backend and only replace then
    
    Not sure which one is more useful, going with the simpler.
    53015aa4