It should be working as Future.cancel will cancel ...
# kotlin-fuel
k
It should be working as Future.cancel will cancel underlying task. There is a chance that cancel of Future doesn’t work such as task is completed or has already been cancelled.