Skip to content

Commit 80bc8d4

Browse files
committed
feat: add article on asyncio event loop using threads
1 parent a7b7187 commit 80bc8d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Title: Asyncio Event loop in separate thread
2+
Tags: programming, python, how-to guide, asyncio
3+
Author: Jsaon Brownlee
4+
Url:https://superfastpython.com/asyncio-event-loop-separate-thread/
5+
Save_As:
6+
7+
If you ever wanted to use synchronous and asynchronous code in the same program you should definitively have a look at this article.
8+
It will also gives you a better understand of the magic behind `asyncio` and the famous _Event Loop_.

0 commit comments

Comments
 (0)