Skip to content

Commit 3b6d33f

Browse files
committed
added "A Conceptual Overview of asyncio" link
1 parent f815951 commit 3b6d33f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Article.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,4 +735,5 @@ There are much more Data Platform endpoints, HTTPX and Asyncio features that you
735735
- [Data Platform APIs Tutorials](https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-platform-apis/tutorials)
736736
- [Data Platform APIs Documents](https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-platform-apis/documents)
737737
- [HTTPX Documentation](https://www.python-httpx.org/)
738-
- [Python asyncio Documentation](https://docs.python.org/3/library/asyncio.html)
738+
- [Python asyncio Documentation](https://docs.python.org/3/library/asyncio.html)
739+
- [A Conceptual Overview of asyncio](https://docs.python.org/3/howto/a-conceptual-overview-of-asyncio.html#a-conceptual-overview-of-asyncio).

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ For further details, please check out the following resources:
193193
- [Data Platform APIs Documents](https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-platform-apis/documents)
194194
- [HTTPX library](https://www.python-httpx.org/) and [GitHub](https://github.com/encode/httpx) pages.
195195
- [Python Asyncio library](https://docs.python.org/3/library/asyncio.html) page.
196+
- [A Conceptual Overview of asyncio](https://docs.python.org/3/howto/a-conceptual-overview-of-asyncio.html#a-conceptual-overview-of-asyncio) article.
196197
- [Python's asyncio: A Hands-On Walkthrough](https://realpython.com/async-io-python/)
197198
- [Asynchronous HTTP Requests in Python with HTTPX and asyncio](https://www.twilio.com/en-us/blog/asynchronous-http-requests-in-python-with-httpx-and-asyncio)
198199
- [Asyncio gather function document](https://docs.python.org/3/library/asyncio-task.html#asyncio.gather) page.

0 commit comments

Comments
 (0)