is there a good way for a callback on an iOS threa...
# kotlin-native
k
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
looks like maybe kotlin.native.concurrent.Future may be the answer
ack, there's no way to set the result on a future