Hello everyone,

we are currently working on an hpx application that in 
turn is a framework that executes user-supplied 
algorithms.
For this we will represent user-supplied algorithms as a 
black-box implementing the following function:

hpx::future<std::any> 
runAlgorithmAsynchronously(std::vector<std::any> input);

Will hpx run into any problems working with std::any, 
assuming the stored instances behave well with hpx?
Can we for example still pass the resulting future as an 
argument to remote component actions (and rely on 
serialization/migration)? (Assuming, the stored instance 
worked with serialization)

Best regards,

Kilian Werner

_______________________________________________
hpx-users mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-users

Reply via email to