jhugman / uniffi-bindgen-react-native

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

Tighten up futures testing #56

Closed jhugman closed 1 month ago

jhugman commented 1 month ago

This PR makes the test_futures.ts tests run in series.

This makes it easier to test/demonstrate that:

Additional tests/documentation is also put in place for a future implementation of task cancellation, both Rust cancelling JS and the other way round.

This hasn't been implemented here: