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.
Algorithms
Author: Panos Louridas Publisher: MIT Press Date: August 2020 Pages: 312 ISBN: 978-0262539029 Print: 0262539020 Kindle: B084V86BXM Audience: General Rating: 4 Reviewer: Mike James Algorithms - big subject, smallish book!
|
Advanced Deep Learning with TensorFlow 2 and Keras, 2nd Ed
Author: Rowel Atienza Publisher: Packt Publishing Date: February 2020 Pages: 512 ISBN: 978-1838821654 Print: 1838821651 Kindle: B0851D5YQQ Audience: Developers wanting to master neural networks Rating: 5 Reviewer: Mike James
There's a shortage of books on AI with "advanced" in the title and this one ha [ ... ]
| More Reviews |
|