Sobes.tech
Middle+

What is the difference between asyncio.create_task() and directly calling a coroutine with await? How does the asyncio scheduler work when a task is created with create_task(), but the current thread is busy with heavy computations?