Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
-
Mesosphere Sprint 63, Mesosphere Sprint 64
-
2
Description
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:
process::Executor executor; executor.execute(f, a0 a1) .then(executor.defer(g));