Skip to content
Snippets Groups Projects
  • Tim Emiola's avatar
    49b7650e
    Breaks API - switches timeout to a keyword arg. · 49b7650e
    Tim Emiola authored
    - timeout has been a default arg till now
    
    - this switches it to a keyword arg with the same behavior
    
    - in addition, it adds deadline as distinct keyword arg, allowing users
      the choice of the idiomatic(timeout) or the aligned(deadline)
    49b7650e
    History
    Breaks API - switches timeout to a keyword arg.
    Tim Emiola authored
    - timeout has been a default arg till now
    
    - this switches it to a keyword arg with the same behavior
    
    - in addition, it adds deadline as distinct keyword arg, allowing users
      the choice of the idiomatic(timeout) or the aligned(deadline)