Skip to content

aioresult 1.1

Choose a tag to compare

@arthur-tacca arthur-tacca released this 26 Feb 09:38
· 4 commits to main since this release
  • Add type hints (to the maximum extent reasonably possible), courtesy of TeamSpen210.
  • Lazily construct the internal Event, so that ResultCapture objects can be constructed before the event loop runs (e.g., at global module scope).
  • Add nice string representation.