|
|
|
|
|
by trevyn
596 days ago
|
|
Non-async functions are absolutely blocking. The question is if they’re expected to block for a meaningful amount of time, which is generally suggested by your async runtime. It’s really not that bad, you might just need a better mental model of what’s actually happening. |
|