Should Swift warn about ineffective cancellation checks inside unstructured tasks?

Just to make this clear: Child tasks are indeed cancelled with their parent tasks.

Task {} just does not create a child task, but an unstructured task. Child tasks are structured tasks.

3 Likes