Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Add async function definition #11

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants