v0.9 preparations. (#1962)

This commit is contained in:
Nikolay Igotti
2018-08-29 19:35:59 +03:00
committed by GitHub
parent 96b6645f2e
commit 838956f4df
4 changed files with 21 additions and 4 deletions
+2 -2
View File
@@ -389,8 +389,8 @@ Note that some function types are not supported currently. For example,
it is not possible to get pointer to function that receives or returns structs
by value.
If the callback doesn't run in the main thread it is mandatory to init the konan runtime
by calling `konan.initRuntimeIfNeeded()`.
If the callback doesn't run in the main thread it is mandatory to init the _Kotlin/Native_
runtime by calling `kotlin.native.initRuntimeIfNeeded()`.
#### Passing user data to callbacks ####