jhugman / uniffi-bindgen-react-native

A uniffi bindings generator for calling Rust from react-native
Other
0 stars 0 forks source link

Asynchronous Callbacks #33

Closed jhugman closed 1 month ago

jhugman commented 1 month ago

According to The Big O of Code Reviews, this is a O(n) change.

This PR builds on the previous work on callbacks (#23), and promises (#32).

In uniffi parlance:

As part of this work,

Some extra things to think about:

jhugman commented 1 month ago

Thanks for the review @zzorba !