Hi all, I'd like to experiment a bit with 0.5 threading for QML.jl, by trying to call a Julia function from within the QML rendering thread, which is created by Qt. Ultimately, I'm calling a Julia function from within C++. Is there any documentation yet on how to do this? In the code, I see some use of the JL_LOCK macro, is that the way to go? If so, what would I have to lock?
Cheers, Bart
