【发布时间】:2020-03-07 05:44:56
【问题描述】:
谁能确认(或否认) stable_clock 在线程之间是否“值得信赖”?根据文章Is the epoch of steady_clock relative to when the operating system starts? or to the process itself?,有一些关于稳定时钟在系统级别,进程之间是否值得信赖的讨论。我的问题是,线程之间的 stable_clock 至少值得信赖吗?
【问题讨论】:
标签: c++ multithreading system-clock