mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
When extra guarantees were added to ListenerList to guard against mutations of the list from callbacks, it also resulted in removing a previously observable guarantee that calls to the listeners could be made concurrently as long as those listeners were themselves thread safe. This commit adds a new class that restores that behaviour for anybody who needs it. |
||
|---|---|---|
| .. | ||
| audio_io | ||
| midi_io | ||
| native | ||
| sources | ||
| juce_audio_devices.cpp | ||
| juce_audio_devices.h | ||
| juce_audio_devices.mm | ||