Hi, Is it OK to call std::async(BYTE *p) from inside a worker thread?. How would it be possible to make sure async calls gets executed in order of first came , first executed just like calling a function synchronously?
Hi, Is it OK to call std::async(BYTE *p) from inside a worker thread?. How would it be possible to make sure async calls gets executed in order of first came , first executed just like calling a function synchronously?