commit | 70e83a696b711fb507703612ac93ca2630bdbf95 | [log] [tgz] |
---|---|---|
author | Luca Stefani <luca.stefani.ge1@gmail.com> | Thu Sep 07 10:10:03 2023 +0200 |
committer | Luca Stefani <luca.stefani.ge1@gmail.com> | Fri Sep 08 11:33:45 2023 +0200 |
tree | be7e0aa9fa9c50e614493912c62708bf325a4153 | |
parent | ed52fd7c8a292fc771297bda7e38664cf9c586e7 [diff] |
Glimpse: Handle query cancellation This is pretty ugle, the uriFlow works just fine but our signal to stop a currently running query is a _new_ event from an Uri, and .map{} processes each new value independently. Change-Id: I84d61d76090fb9857739ae21021ed46444c00cf1