diff options
| author | Mark Rowe <mark@vector35.com> | 2025-07-11 10:01:52 -0700 |
|---|---|---|
| committer | Mark Rowe <mark@vector35.com> | 2025-07-11 11:00:26 -0700 |
| commit | 41507e5f49989fbf60f303270e0a051b546469f4 (patch) | |
| tree | 35d7d3b6a4b98f0151297b4bb69fc5adf021b14d /python/binaryview.py | |
| parent | c7e81986909d61ff5c7e817680dcfb78809449b5 (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 'python/binaryview.py')
0 files changed, 0 insertions, 0 deletions
