Skip to content

Commit

Permalink
Small Text change in article
Browse files Browse the repository at this point in the history
  • Loading branch information
tankala authored Apr 5, 2024
1 parent 839a5fd commit 97f4cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _gettingstarted/asyncio.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ author: Ashok Tankala

Until the car in front of us goes through the toll gate we don’t get a chance to go through. If that is stuck then we are stuck. Whenever it happens I feel like I wish I had a crane so that I could lift the car and put it in a different lane which is not operating so that the queue progresses.

Have you ever felt like that? I am guessing it is yes.
Have you ever felt like that? I am guessing the answer is yes.

This applies to many queues like queues at grocery stores or apparel stores. All these processes run synchronously.
To tackle this we use threads or processes means building multiple toll gates instead of one so that we can parallelly process.
Expand Down Expand Up @@ -415,4 +415,4 @@ https://www.integralist.co.uk/posts/python-generators

https://realpython.com/async-io-python/

https://www.geeksforgeeks.org/asyncio-in-python/
https://www.geeksforgeeks.org/asyncio-in-python/

0 comments on commit 97f4cf0

Please sign in to comment.