uniffi-rs icon indicating copy to clipboard operation
uniffi-rs copied to clipboard

[Async] functions in Ruby

Open vahidlazio opened this issue 1 year ago • 3 comments

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?

vahidlazio avatar Nov 28 '23 13:11 vahidlazio

Nope, the Ruby bindings rely entirely on external contributors.

mhammond avatar Nov 28 '23 14:11 mhammond

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.

saks avatar Dec 20 '23 21:12 saks

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.

vahidlazio avatar Dec 21 '23 20:12 vahidlazio