dist_object<T>::fetch does not correctly handle T with asymmetric serialization

Issue #167 resolved
Amir Kamil created an issue

The spec has dist::object<T>::fetch return a future<T> rather than a future<deserialized_type_t<T>>.

We should also update the rpc equivalent for fetch to return by reference, now that we support that.

Comments (1)

  1. Log in to comment