From the docs: https://docs.python.org/3/library/asyncio-task.html
> Note that simply calling a coroutine will not schedule it to be executed:
I think on C# you can await threads which is similar to a join() with a return value.