Ios swift – Swift async let Task throws Cancellation Exception if not Awaited
I am new to Swift Concurrency and trying to understand Task -> ChildTask relationship. I created here two Tasks Parent Task : (1)Calls the test() method in Actor from MainThread. (3.2)The Actor calls the test() method in Background Thread... (2)then…