Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Switch to more modern async idioms #176

Merged
merged 1 commit into from
Nov 10, 2023
Merged

Conversation

onlined
Copy link
Contributor

@onlined onlined commented Sep 20, 2023

I converted AiofilesContextManager to an awaitable from a coroutine, and the interface was simplified as a result. In addition to that, open is now a proper async function and types.coroutine is not used anymore.

@Tinche
Copy link
Owner

Tinche commented Sep 21, 2023

LGTM, hope it doesn't break anyone unintentionally. Can you add a changelog entry?

I converted AiofilesContextManager to an awaitable from a coroutine, and the interface was simplified as a result. In addition to that, open is now a proper async function and types.coroutine is not used anymore.
@onlined
Copy link
Contributor Author

onlined commented Sep 21, 2023

Thanks! Added the entry.

@onlined
Copy link
Contributor Author

onlined commented Nov 7, 2023

@Tinche kind reminder

@Tinche
Copy link
Owner

Tinche commented Nov 10, 2023

Thanks!

@Tinche Tinche merged commit 213ee8b into Tinche:main Nov 10, 2023
16 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants