Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, is it possible to have data race when writing to a same file from different threads?
@nabil Yes I did that, but I need to start the next account, and so I will have a thread not completed and the next one will not run
@HNB Thanks.
use sipmly triger examle on start mess1[chek] = true mess2[chek] = true mess3[chek] = true before send chek trigger if (mess3[chek] == true) { mess3[chek] = fale; send(msg ->
@Fox thnks alot u help me alot