|
|
|
|
|
by tedunangst
2666 days ago
|
|
Why is it a bug? I write a program to download four files. I do so in parallel. Sometimes X finishes first, sometimes Y finishes first, and the files are written to disk in a different order. Why do I want to serialize this operation? |
|
Let's assume there is a latent bug in the compiler that gets triggered if file four is the first one. Good luck debugging that.