lundi 21 janvier 2019

Nested threads in C++ 11 multithread programming

At first, I create four threads and each of them will call a GPU function. However, within each of the four, I also want to create two threads. One is to read data from the disk and the other is to do the computation. I am not sure if I can create a nested thread in C++. I think this is not a neat code. Can I have another way to solve the problem?

Aucun commentaire:

Enregistrer un commentaire