With Kotlin Native is it better to go with a Async...
# kotlin-native
n
With Kotlin Native is it better to go with a Async C library (eg paho-mqtt3a) over a Sync C library (eg paho-mqtt3c)? Does the threading situation affect the decision to go with a Async C library?