I have a test where I want to launch a few jobs, w...
# coroutines
d
I have a test where I want to launch a few jobs, wait until they hit their first suspend point, and then do something else. How can I do that reliably?
ooh I bet I can start it with
launch(start = UNDISPATCHED)
👍 1