I\'m trying to run some long running task in coroutine. Sometimes i need to cancel this coroutine, but after job.cancel() it still continues to work.
job.cancel()
Her