Hi, I have 4 variables A1,A2,A3,A4.
How can I do the action "Call function in several threads" in 4 threads and each thread uses a different variable.
Thank.
If i write data into a single file using multiple threads then is there any chance of data loss ? Is this method okay to write file or some other method should be used to avoid data loss(if it happens) ?
Thanks
There should be no data loss, but it is still better to use the resource for this purpose