summaryrefslogtreecommitdiff
path: root/include/erebos/frp.h
AgeCommit message (Collapse)Author
2025-01-18Avoid using template alias for watch function definitionRoman Smrž
From clang -Walias-template-in-declaration-name: a declarative nested name specifier cannot name an alias template.
2023-02-02FRP: require lock when adding dependenciesRoman Smrž
2023-01-08Enable move constructor and move assignment for Watched templateRoman Smrž
Was not implicitly defined because of explicit destructor.
2022-04-30FRP: add missing vector headerRoman Smrž
2021-05-08FRP: run callback when starting to watch behaviorRoman Smrž
2021-05-08FRP: use BhvComp memoized value only if not dirtyRoman Smrž
2021-05-08FRP: functions to retrieve and compare BhvTimeRoman Smrž
2021-04-24Behavior lens for shared refs from local stateRoman Smrž
2021-04-18Initial support for FRP behaviorsRoman Smrž