<@U0B0WETDM>: np) I think that `Future.cancel` is ...
# kotlin-fuel
d
@kittinunf: np) I think that
Future.cancel
is not enough to cancel the execution. It won't terminate neither http-request, nor underlying thread. So it's up to the developer to forward the cancellation intent to the HttpClient/HttpUrlConnection. I'm not quite experienced in this though simple smile