how would I "inject" threading into this example? ...
# language-proposals
k
how would I "inject" threading into this example? say I want to do the whole block on a different thread but await it on the main thread. can I do that?