apologies. Others have pointed out, but on that slide, I made an error with the brackets and task1.then(task2).then(task3).etc is more like what you want.
I suspect you’ve already figured that out. JB From: [email protected] [mailto:[email protected]] On Behalf Of Praveen Velliengiri Sent: 14 May 2017 19:54 To: [email protected] Subject: [hpx-users] task creation 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
