Join Slack
Communities
Powered by
I have a test where I want to launch a few jobs, w...
# coroutines
d
David Glasser
05/18/2020, 11:26 PM
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?
David Glasser
05/18/2020, 11:40 PM
ooh I bet I can start it with
launch(start = UNDISPATCHED)
👍 1
Open in Slack
Previous
Next