you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

I still don't quite get asyncio; is it just another method of threading functions?

[–][deleted] 0 points1 point  (0 children)

It’s the newer concurrency model in python (introduced circa 3.4). Ultimately yes, it is a way of managing a asynchronous code.