swiftlang/swift-java

[jextract/jni] support callbacks Swift->Java

Closed this issue · 2 comments

We should be able to support some basic callbacks where the Java side passes a functional interface and the Swift side receives a compatible closure or similar object that we can call on.

Added in #327 - we are tracking escaping closures in #328

You can do a "Resolves #...." in PRs, so then the issues will get closed automatically :)