uniffi-rs
uniffi-rs copied to clipboard
[Async] functions in Ruby
Async functions are available for the kotlin and swift and python bindings but the support is lacking for ruby. Is there any plans to work on this?
Nope, the Ruby bindings rely entirely on external contributors.
hey @vahidlazio! I can have a look at adding support for async functions in ruby. The main problem is: I don't have any project or code that will rely on it any time soon. It would help a lot if you could provide more context on what features you need, ergonomics, and so on.
Hey @saks , that would be great, we can probably start with making this example to generate the correct ruby code and also testing it with proper async from ruby.