Y
Hacker News
new
|
ask
|
show
|
jobs
by
Kwpolska
847 days ago
Python's async works on a single thread, C# uses a thread pool. Calling a blocking method is not ideal, but doesn't ruin everything, and it's easy to hand that work off to a separate thread by using Task.Run.