juce::Time and thread safety

I’m playing around with some game engine inspired openGL GUI work, where there is a time based progression of physics. Can anyone share any insight into what juce methods of acquiring time are thread safe? Each render loop one of the first things I’ll be doing is establishing the delta time between frames, and this will be done on the render thread.

Thanks in advance :slight_smile: