Thread class in library

Hello fellow Jucers,

i am creating a static library with Juce for use in the development in other apps/plugins. There is a method in the Thread class called Thread::getCurrentThread(). Can it only be used to control the current thread in apps/plugins based on the Juce framework or can it also be used in apps/plugins which do not use Juce themselves? (Juce is statically linked to the library.)

Best

Thomas

Ah, just found the answer. It is no. :frowning: