summaryrefslogtreecommitdiff
path: root/function.cpp
diff options
context:
space:
mode:
authorMark Rowe <mark@vector35.com>2025-07-11 10:01:52 -0700
committerMark Rowe <mark@vector35.com>2025-07-11 11:00:26 -0700
commit41507e5f49989fbf60f303270e0a051b546469f4 (patch)
tree35d7d3b6a4b98f0151297b4bb69fc5adf021b14d /function.cpp
parentc7e81986909d61ff5c7e817680dcfb78809449b5 (diff)
Fix UpdateInfoFetcher lifetime issues
`UpdateInfoFetcher` performs fetches asynchronously and needs to ensure it remains alive for the duration of the fetch. The fetch may not complete before its creator is destroyed, so `UpdateInfoFetcher` needs to control its own lifetime via `std::enable_shared_from_this`.
Diffstat (limited to 'function.cpp')
0 files changed, 0 insertions, 0 deletions