mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
It was possible to encounter data races when when requesting connection callbacks on the message thread, but creating/destroying connection objects on a background thread. This change ensures that a message will not be processed if the destination connection is destroyed before the message is delivered. |
||
|---|---|---|
| .. | ||
| broadcasters | ||
| interprocess | ||
| messages | ||
| native | ||
| timers | ||
| juce_events.cpp | ||
| juce_events.h | ||
| juce_events.mm | ||