-
async
is a language feature for performing concurrency in single threaded languages -
Asyncio, twisted, tornado, gevent walk into a bar... they pay, they leave, they drink, they order.
- Great explanation of #concurrency in python with 3 different methods
-
-
- concurrency is having two lines of customers ordering from a one cashier
- parallelism is having two lines of customers ordering from two cashiers
-
- Example of fetching 10 urls
-
- Great explanation of #concurrency in python with 3 different methods
-
I'm not feeling the async pressure - Backpressure (python3 dose not have it)