While it does provide the clear benefit of making ...
# coroutines
d
While it does provide the clear benefit of making the high-level flow easier to read, it also feels like I’m just moving more-or-less regular async patterns, complete with the background thread hand-off code, into individual functions.