Closed jacobtomlinson closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.23%. Comparing base (
87063fc
) to head (b754300
). Report is 101 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In #85 the private async utility code got renamed from
_asyncio
to_io
as a reaction to addingtrio
support. However that name leaves a lot to be desired, so this PR renames it again to_async_utils
to try and more clearly describe what it does.I also took the opportunity to add a bunch more docstrings to try and make it clearer what the module does and the reasoning behind it.