1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_events
reuk fb83c45a9d IPC: Fix race condition when destroying connections
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.
2020-10-29 13:02:12 +00:00
..
broadcasters Updated all license headers 2020-04-23 17:30:39 +01:00
interprocess IPC: Fix race condition when destroying connections 2020-10-29 13:02:12 +00:00
messages iOS: Fixed a linker error when compiling juce_events without juce_gui_basics 2020-05-22 16:46:52 +01:00
native macOS: Initial support for macOS 11 and arm64 2020-07-08 09:58:00 +01:00
timers Timer: Add assertion to warn when destroying a timer from a background thread 2020-10-20 10:16:13 +01:00
juce_events.cpp Windows: Added support for Chromium-based WebView2 browser in WebBrowserComponent and removed WinRT webview 2020-06-12 14:21:01 +01:00
juce_events.h Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_events.mm Updated all license headers 2020-04-23 17:30:39 +01:00