How async should have been in Python ↦
Nikita Sobolev:
Your sync and async code can be identical, but still, can work differently. It is a matter of right abstractions. In this article, I will show how one can write sync code to create async programs in Python.
Discussion
Sign in or Join to comment or subscribe