Is Stopwatch.ElapsedTicks threadsafe?

前端 未结 4 611
野的像风
野的像风 2020-12-20 16:03

If I have a shared System.Diagnostics.Stopwatch instance, can multiple threads call shared.ElapsedTicks in a safe manner and get accurate results?<

4条回答
提交回复
热议问题