raboof commented on issue #1579: URL: https://github.com/apache/pekko/issues/1579#issuecomment-2541267114
Gotcha, indeed `Materializer.scheduleOnce` already returns a `Cancellable` which has a `cancel()` and an `isCancelled`, but doesn't allow 'listening' to the cancellation. It doesn't look super easy to provide a way to 'listen' to the cancellation without sacrificing performance (or only sacrifices performance if someone is actually listening), but it might be worth a try. Alternatively, or as a first step, perhaps we could provide a 'wrapper' that allows listening to the cancellation, but only if the cancellation happens through that wrapper? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
