+ 1
How can we take parallel inputs in c++
by parallel inputs i mean to say multiple inputs without waiting for any of the inputs and a process is going on independent of inputs
1 Answer
+ 1
Use std::thread
by parallel inputs i mean to say multiple inputs without waiting for any of the inputs and a process is going on independent of inputs