Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 655 Bytes

File metadata and controls

21 lines (16 loc) · 655 Bytes

wait_for2

0.4.0

  • Changed implementation to prefer builtin asyncio.wait_for when possible using Python 3.12+
  • Updated tests to reflect new implementation
  • Dropped Python 3.7 compatibility testing

0.3.1

  • Added 3.10 compatibility

0.3.0

  • Redesigned all wait-for handling branches to behave consistently
  • Improved test coverage to 100% (with branch coverage)
  • Breaking change: the race_handler callback is now passed a 2nd argument. It's a boolean indicating if the result was a raised exception.

0.2.0

  • Added a callback-based handling option
  • Made a simpler test to assert the different behaviours

0.1.0

  • Initial release