In this post, we are going to explore cancellation when working swift async await, starting from basic examples, which are sufficient most of the time, to more complicated cases when we want to perform more complex operations. For the simple case, we are going to have a button that will present a screen. This screen…