Login
Roast topics
Find topics
Find it!
From:
Swift with Majid
(Uncensored)
subscribe
Thread safety in Swift with actors | Swift with Majid
https://swiftwithmajid.com/2023/09/19/thread-safety-in-swift-with-actors/
links
backlinks
Roast topics
Find topics
Roast it!
Actors is the new Swift language feature, making your types thread-safe. This week, we will learn how to use actors and their benefits over locks. We will also discuss actor reentrancy, the main confusing point of using actors.