Phạm Trung HuyforHuy Pham’s bloghuypham85.hashnode.dev·Oct 11, 2024Task Tree and Task Cancellation in Swift Concurrency: Key Concepts ExplainedTask Tree Let’s take a look at the code below As you can see, the function printStudentInfo() has 2 child Tasks defined using async let. Inside the child Task getClassesAndScores(), it also has 2 child Tasks getClasses() and getScores() . So we have...31 readsiOSAdd a thoughtful commentNo comments yetBe the first to start the conversation.