Join Slack
Powered by
some people asked about GCD usage example, here yo...
# kotlin-native
o
olonho
06/01/2018, 1:51 PM
some people asked about GCD usage example, here you go:
https://github.com/JetBrains/kotlin-native/pull/1641
👍 1
🎉 1
s
spierce7
06/03/2018, 6:06 PM
Why is
initRuntimeIfNeeded()
needed on the worker? Won't the runtime have definitively been initialized by then?
o
olonho
06/03/2018, 7:27 PM
async execution happens on another thread, and runtime init is thread local, so we shall do that. Maybe, we will make this init automated
10
Views
Open in Slack
Previous
Next