I have two threads with countDownLatch set to 1, so that, when the first threads finishes the second should starts. And what I want to do is, when the second finishes its task, I want to get the data computed from both threads to do some operations. set to 1