This book is aimed at intermediate Swift developers who are familiar with writing asynchronous applications and who want to make use of the concurrency features Apple introduced in Swift 5.5. The Kodeco Team and Marin Todorov look at async/await, tasks and actors.
<ASIN:1950325814>
Author: Kodeco Team and Marin Todorov Publisher: Kodeco Date: February 2023 Pages: 269 ISBN: 978-1950325818 Print: 1950325814 Audience: Swift developers Level: Intermediate Category: Phone/mobile
Topics covered:
- Using async/await: Learn how to use the new async/await keywords to define and run asynchronous work.
- Actors: Find out how to use the actor model to easily protect shared mutable state in a synchronized container.
- Tasks: Dive deeper into the Task type, which powers all asynchronous tasks in Swift's modern concurrency model.
- Task Groups: Use a Task Group to group multiple tasks together and run them concurrently, while using a familiar Array-like syntax to iterate over the results.
- Custom Asynchronous Sequences: Use the power of async/await in your own asynchronous work, by learning how to create custom AsyncStreams.
- Testing Asynchronous Code: Asynchronous code can be a challenging beast to test. You'll learn everything you need to tackle this challenge.
For more Book Watch just click.
Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.
To have new titles included in Book Watch contact BookWatch@i-programmer.info
Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.
Embracing Modern C++ Safely
Author: Dr. John Lakos, Vittorio Romeo, Dr. Rostislav Khlebnikov and Alisdair Meredith Publisher: Addison-Wesley Date: December 2021 Pages: 1376 ISBN: 978-0137380350 Print: 0137380356 Kindle: B09HTFQB92 Audience: C++ developers Rating: 4 Reviewer: Harry Fairhead Writing safe C++ - sounds essential
[ ... ]
|
Clean Craftsmanship
Author: Robert C. Martin Publisher: Addison-Wesley Date: November 2021 Pages: 416 ISBN: 978-0136915713 Print: 013691571X Kindle:B095C16LSW Audience: General Rating: 4 Reviewer: Mike James Well, I'm a clean craftsman - are you?
| More Reviews |
|