Rustam Novikov 0 Posted March 15, 2019 (edited) I have a for loop which executes parallel.future in its body and stores iomnifuture in a dynamic array. After the loop I iterate through the array and call .value for each element. Unfortunately this code fails occasionly with TList.IndexOutOfBounds exception. When Inside for loop I wait for each omnifuture to complete everything works fine. What am I doing wrong? Edited March 15, 2019 by Rustam Novikov Share this post Link to post
Primož Gabrijelčič 223 Posted March 15, 2019 Provide a minimal working example, please. Share this post Link to post