But if you are not writing async code, then there ...
# coroutines
e
But if you are not writing async code, then there is no benefit from coroutines. You can use coroutines just as a thread replacement, they just give you no advantage over plain threads if you are not writing async code.