jhugman / uniffi-bindgen-react-native

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

Add async primary constructors #29

Closed jhugman closed 2 months ago

jhugman commented 2 months ago

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

This PR rewrites primary constructors that are async into public static async constructor methods.