
გააკეთეთ მშობელი Task {
let child = Task {
print("შვილი დაიწყო, isCancelled = ", Task.isCancelled) //
for index in (1...[phone]) {
print(index)
}
print("შვილი დასრულდა, isCancelled = ", Task.isCancelled) //
}
await child.value
}
try? await Task.sleep(nanoseconds: 1_000_000_000) // 1 წამი
parent.cancel()