Snapchat / djinni

A tool for generating cross-language type declarations and interface bindings. Djinni's new home is in the Snapchat org.
Apache License 2.0
179 stars 50 forks source link

Use java8 CompletableFuture as djinni future #119

Closed li-feng-sc closed 2 years ago

li-feng-sc commented 2 years ago

Use CompletableFuture instead of our own Promise/Future implementation.

This should allow better integration with the Java/Kotlin ecosystem.

This requires Android API level 24.

li-feng-sc commented 2 years ago

Close because of API 24 requirement.