I have doubt regarding task creation when creating nested futures like
1. future.then(another_task.then(another_task.then(...)))
2. futures inside the loop based on previous iteration (eg  future[i] =
future[i-1].then(something))
Does this have different task-creation techniques? I found it in one of the
tutorials videos by john biddiscombe and thomas heller.
Could anyone please explain me?
Thanks
Praveenv
_______________________________________________
hpx-users mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-users

Reply via email to