Michal Klimczak
01/25/2021, 6:47 PMrusshwolf
01/25/2021, 6:59 PM...Ios
wrapper class and don't need to pass it in externally.Michal Klimczak
01/25/2021, 7:13 PMJohn O'Reilly
01/25/2021, 7:22 PMMichal Klimczak
01/25/2021, 7:24 PMankushg
01/25/2021, 7:34 PMMichal Klimczak
01/25/2021, 7:42 PMrusshwolf
01/25/2021, 7:44 PMsubscribe
calls return `Job`s that you can use to cancel, in addition to scopes.John O'Reilly
01/25/2021, 7:44 PMrusshwolf
01/25/2021, 7:50 PMankushg
01/25/2021, 8:04 PMsubscribe
call returned an object to cancel the operation even in the automatically-provided-scope case
I'm not sure if exposing a full Job
is the right approach or not -- it looks like JB just return an implementation of Closeable
that calls Job.cancel
behind the scenes
Regardless, this is a super cool proof of concept 😄Michal Klimczak
01/25/2021, 8:09 PMankushg
01/25/2021, 8:13 PMAndrea Prearo
01/25/2021, 8:32 PMMichal Klimczak
01/25/2021, 8:34 PM