1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00
JUCE/modules/juce_events/interprocess
reuk a70101e3ec
IPC: Allow setting custom timeouts in disconnect
Also allows optionally ignoring callbacks during disconnect, so that the
call to `connectionLost` can be bypassed when disconnect is called from
the derived class destructor.
2020-11-16 20:13:46 +00:00
..
juce_ConnectedChildProcess.cpp Cleanup: Remove redundant inlines 2020-04-27 10:22:06 +01:00
juce_ConnectedChildProcess.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_InterprocessConnection.cpp IPC: Allow setting custom timeouts in disconnect 2020-11-16 20:13:46 +00:00
juce_InterprocessConnection.h IPC: Allow setting custom timeouts in disconnect 2020-11-16 20:13:46 +00:00
juce_InterprocessConnectionServer.cpp IPC: Fix race condition when destroying connections 2020-10-29 13:02:12 +00:00
juce_InterprocessConnectionServer.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_NetworkServiceDiscovery.cpp Updated all license headers 2020-04-23 17:30:39 +01:00
juce_NetworkServiceDiscovery.h Updated all license headers 2020-04-23 17:30:39 +01:00