varlinkgen: allow generated handlers to reply asynchronously
-
Should the generated reply functions take ownership over the out-params and free them? Or should we make all struct members const
? -
The type system doesn't enforce that the right out-params type is sent to the right call. Given two methods Foo
andBar
, it's possible to replyFoo_out
toBar
. Should we generate a wrapper type forvarlinkgen_service_call
to enforce this?