[
https://issues.apache.org/jira/browse/MESOS-5542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899583#comment-16899583
]
Benjamin Bannier commented on MESOS-5542:
-----------------------------------------
The major complication here is that in order to support move-only types in
continuations we {{process::Future}} would need to support move-only callbacks.
Currently, we use thinly wrapped {{std::function}} for the callbacks which
requires {{CopyConstructible}} function objects.
> Add support for wrapping of move-only types in Future
> ------------------------------------------------------
>
> Key: MESOS-5542
> URL: https://issues.apache.org/jira/browse/MESOS-5542
> Project: Mesos
> Issue Type: Improvement
> Components: libprocess
> Reporter: Benjamin Bannier
> Priority: Major
> Labels: c++11, mesosphere
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)