Welcome to Swift Concurrency Course Discussions! #1
Replies: 11 comments 14 replies
-
Hi @AvdLee |
Beta Was this translation helpful? Give feedback.
-
OK, passed the quiz, now I am getting: Lesson content locked Do you only have the first two sections ready? Following that one it seems to have a 2 week wait between sections? |
Beta Was this translation helpful? Give feedback.
-
Does the "Add Async Alternative" Xcode command work? Seems if I try it on a non-trivial example (say the performPOSTURLRequest in the module 2 sample code) it comes up with an alert that says "Refactoring failed. Connection interrupted" and/or "Refactoring failed. semantic editor is disabled" If I try it on a trivial example, taking performPOSTURLRequest and simply calling |
Beta Was this translation helpful? Give feedback.
-
The detachedTaskPrintExample works the same way whether or not you use Task.detached. The doc says "Like Task.detached(priority:operation:), this function creates a separate, top-level task." |
Beta Was this translation helpful? Give feedback.
-
In your text and code comments you spelled it as "cancellation" (accepted correctness) but in your method names you spelled it "cancelation" (parentTaskCancelationExample and detachedTaskCancelationExample) |
Beta Was this translation helpful? Give feedback.
-
/// Example 1: Using manual search cancellation, not using SwiftUI's Copy/paste error in #2's comment |
Beta Was this translation helpful? Give feedback.
-
In sendable lesson 1: "cator" -> "actor" "when running into challenging while making a type sendable" -> "when running into challenges while making a type sendable" "to make not of “Migrate BankAccount "-> to make note of “Migrate BankAccount " |
Beta Was this translation helpful? Give feedback.
-
Hi @AvdLee, would you consider allowing quizzes to be retaken? |
Beta Was this translation helpful? Give feedback.
-
In Discarding Task Groups: "Unlinke regular task" -> "Unlike regular task" |
Beta Was this translation helpful? Give feedback.
-
Jumping to new content forces you to "complete" past content. So I had to mark all the Core Data stuff "complete" (even though I skipped it for now) to get to the new content past it. |
Beta Was this translation helpful? Give feedback.
-
In the
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
👋 Welcome to the Swift Concurrency Course Community!
We're thrilled to have you here! This Discussions page is a space for learners and Swift developers to ask questions, share insights, and collaborate on Swift Concurrency topics. Whether you're migrating to Swift 6 or deepening your concurrency knowledge, you're in the right place. 🚀
🔥 What can you do here?
📌 Guidelines
🚀 Get Started
Introduce yourself in the comments below! Let us know:
Looking forward to great discussions! 🎉
Beta Was this translation helpful? Give feedback.
All reactions