I hope this is the right channel for this, first t...
# announcements
m
I hope this is the right channel for this, first time poster. I have a question on coroutines. I want to launch two coroutines asynchronously and wait on whichever completes first, is this possible? The context here is that two separate server calls can be made independently and if either returns an error I want to cancel the remaining coroutine and error out.
e
please, refer to #C1CFAFJSK
m
thanks