Juce threads in a standard app

Hello, guys.

What threads are triggered when I create a window Juce app? For example, does each component have its own thread? I would like to know what runs sequentially and what runs in parallel in a standard Juce application.

Thanks!

There’s only one thread that you need to care about. If you need extra threads, you create them explicitly.