a problem with that, though, is that calling `awai...
# android
j
a problem with that, though, is that calling
await()
also triggers the request. you need to way to trigger both requests at once and then await on both. I don't know how to do it off-hand and without trying it myself. You can try asking in #coroutines though.
g
@nicktz Please check Parallel Requests section: https://github.com/gildor/kotlin-coroutines-retrofit#parallel-requests Yo can use the same approach for any coroutines code to get parallel coroutines execution, no only with my library