[ 
https://issues.apache.org/jira/browse/MESOS-5542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899583#comment-16899583
 ] 

Benjamin Bannier edited comment on MESOS-5542 at 8/4/19 8:39 AM:
-----------------------------------------------------------------

The major complication here is that in order to support move-only types in 
continuations {{process::Future}} would need to support move-only callbacks. 
Currently, we use thinly wrapped {{std::function}} for the callbacks which 
require {{CopyConstructible}} function objects.


was (Author: bbannier):
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)

Reply via email to