Can a multi-threaded program ever be deterministic?

前端 未结 7 1234
独厮守ぢ
独厮守ぢ 2020-12-03 18:36

Normally it is said that multi threaded programs are non-deterministic, meaning that if it crashes it will be next to impossible to recreate the error that caused the condit

7条回答
  •  天命终不由人
    2020-12-03 19:00

    Lots of crashes in multithreaded programs have nothing to do with the multithreading itself (or the associated resource contention).

提交回复
热议问题