[
https://issues.apache.org/jira/browse/MESOS-7970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinod Kone updated MESOS-7970:
------------------------------
Sprint: Mesosphere Sprint 63, Mesosphere Sprint 64 (was: Mesosphere Sprint
63)
> Adding process::Executor::execute()
> -----------------------------------
>
> Key: MESOS-7970
> URL: https://issues.apache.org/jira/browse/MESOS-7970
> Project: Mesos
> Issue Type: Improvement
> Components: libprocess
> Reporter: Chun-Hung Hsiao
> Assignee: Chun-Hung Hsiao
> Fix For: 1.4.1
>
>
> It would be easier to use {{process::Executor}} if we can add an
> {{execute()}} interface that runs a function asynchronously and returns a
> {{Future}}, so we do the following:
> {noformat}
> process::Executor executor;
> executor.execute(f, a0 a1)
> .then(executor.defer(g));
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)