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.
Functional Programming in C#, 2nd Ed (Manning)
Author: Enrico Buonanno Publisher: Manning Date: February 2022 Pages: 448 ISBN: 978-1617299827 Print: 1617299820 Kindle: B09P1Z2PPB Audience: C# developers Rating: 5 Reviewer: Mike James Is C# a good language for functional programming?
|
Python Distilled (Addison-Wesley)
Author: David Beazley Publisher: Addison-Wesley Date: September 2021 Pages: 352 ISBN: 978-0134173276 Print: 0134173279 Rating: 4 Reviewer: Alex Armstrong Python isn't a big language but it's getting bigger all the time.
| More Reviews |
|