juce::MidiOutput background thread checkup

Is there any better way to know if all juce::MidiOutput background threads have started running, than simply polling them in a timer thread?

My intention is to wait until all the background threads are running, so I can send MIDI patch change and SysEx dumps to those MIDI devices.