Patrick
01/06/2020, 9:03 AMkotlin.native.initRuntimeIfNeeded()
function has to be called from. Is it inside the staticCFunction or outside of it? Should I call it at the beginning of the function?napperley
01/06/2020, 9:33 PMinitRuntimeIfNeeded
function is called in the event handler. Will require using the function if multiple threads are being used by the C library in question. Not all C libraries are multi threaded.napperley
01/06/2020, 9:34 PMinitRuntimeIfNeeded
function is required.Patrick
01/07/2020, 1:28 PMPatrick
01/07/2020, 1:29 PMPatrick
01/07/2020, 1:29 PM