In <this> section in the documentation, it mention...
# kotlin-native
w
In this section in the documentation, it mentions that you cannot throw an exception from a staticCFunction, which makes sense. Can an exception be thrown and caught within the staticCFunction boundary, as long as it isn't thrown outside the lambda?
1
l
Yes. That should work. I don't see why it wouldn't.