Skip to content

Add async function definition #11

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 2, 2021
Merged

Add async function definition #11

merged 1 commit into from
Mar 2, 2021

Conversation

santosh
Copy link
Contributor

@santosh santosh commented Sep 17, 2020

Since Python 3.5 we can use keywords async and await for asynchronous programming.
https://docs.python.org/3/whatsnew/3.5.html#pep-492-coroutines-with-async-and-await-syntax

Since Python 3.5 we can use keywords _async_ and _await_ for asynchronous programming.
https://docs.python.org/3/whatsnew/3.5.html#pep-492-coroutines-with-async-and-await-syntax
@santosh
Copy link
Contributor Author

santosh commented Mar 1, 2021

Hi @cstrap, is it worth merging, or should be closed?

@cstrap cstrap merged commit 218eda4 into cstrap:master Mar 2, 2021
@cstrap
Copy link
Owner

cstrap commented Mar 2, 2021

Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants