Join Slack
Powered by
is there a good way for a callback on an iOS threa...
# kotlin-native
k
Kris Wong
09/29/2020, 3:14 PM
is there a good way for a callback on an iOS thread to communicate with a different thread using the latest
stable
coroutines?
Channel
is great when using native-mt, but doesn't work with stable.
➕ 1
Kris Wong
09/29/2020, 4:07 PM
looks like maybe kotlin.native.concurrent.Future may be the answer
Kris Wong
09/29/2020, 4:58 PM
ack, there's no way to set the result on a future
4
Views
Open in Slack
Previous
Next