1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core/maths
reuk 60757de2f2
CIDevice: Improve robustness of subscription API
The old API only allowed cancelling property "get" inquiries and
subscription updates. However, there are use-cases for cancelling other
requests too. e.g. switching between views in a JUCE app might mean that
it's no longer necessary to subscribe to a particular property.

Cancelling subscriptions ends up being quite involved. Different
handling is needed depending on whether the subscription is cancelled
before or after the responder replies to the initial request.
In addition, the responder may ask the initiator to retry a subscription
begin request.
2024-01-18 10:37:17 +00:00
..
juce_BigInteger.cpp Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
juce_BigInteger.h Add a base clang-tidy configuration 2023-09-18 11:24:19 +01:00
juce_Expression.cpp Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
juce_Expression.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_MathsFunctions.h CIDevice: Improve robustness of subscription API 2024-01-18 10:37:17 +00:00
juce_MathsFunctions_test.cpp Formatting 2023-10-02 15:42:20 +01:00
juce_NormalisableRange.h Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
juce_Random.cpp Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
juce_Random.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_Range.h Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
juce_StatisticsAccumulator.h Update copyright banners 2022-04-04 12:36:32 +01:00