Details
-
Task
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
None
Description
With the new continuation support in QFuture, it should be easy to transparently support QFuture return types in WebChannel. Method invocations from the client side are asynchronous anyway, so for the client it makes no difference if the return value of a method is sent from the continuation of a QFuture or server-side-synchronously directly after a method call.