Modern Concurrency on Apple Platforms

Modern Concurrency on Apple Platforms
Author :
Publisher : Apress
Total Pages : 0
Release :
ISBN-10 : 1484286944
ISBN-13 : 9781484286944
Rating : 4/5 (944 Downloads)

Book Synopsis Modern Concurrency on Apple Platforms by : Andrés Ibañez Kautsch

Download or read book Modern Concurrency on Apple Platforms written by Andrés Ibañez Kautsch and published by Apress. This book was released on 2022-11-15 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Build solid software with modern and safe concurrency features. Concurrency is one of the hardest problems in computer science. For years, computer scientists and engineers have developed different strategies for dealing with concurrency. However, the original concurrency primitives are complicated and difficult to understand, and even harder to implement. Using the new async/await APIs in Swift, this book will explain how your code can abstract a lot of the complexity with a simpler interface so you never have to deal with concurrency primitives such as semaphores, locks, and threads yourself. This will allow you to write concurrent code that is easier to read, easier to write, and easier to maintain. These new APIs are deeply ingrained into Swift, offering compile-level features that will keep you from writing dangerous concurrent code. You’ll start by exploring why concurrency is hard to implement in a traditional system. Explaining the definition of concurrency and what its primitives are will help you understand why they are hard to use correctly. These concepts will become clearer as you work through the sample projects. The book’s focus then shifts exclusively to the new APIs, helping you understand how the integration of the system with the language itself makes it easier for you to write concurrent code without overstepping the bounds of the concurrency safe zone. By the end of the book, you’ll have a solid foundation for working safely with concurrent code using the new async/await APIs. What You'll Learn Understand concurrency and its traditional problems Work with the new async/await API and all its features, from the basic usage and await keywords, to task groups and async sequences. Implement modern and safe concurrent code that you can start using right away Who This Book Is For Experienced iOS developers at a semi-senior or senior level. Knowledge on the Grand Central Dispatch is a bonus, but not required.


Modern Concurrency on Apple Platforms Related Books

Modern Concurrency on Apple Platforms
Language: en
Pages: 0
Authors: Andrés Ibañez Kautsch
Categories: Computers
Type: BOOK - Published: 2022-11-15 - Publisher: Apress

DOWNLOAD EBOOK

Build solid software with modern and safe concurrency features. Concurrency is one of the hardest problems in computer science. For years, computer scientists a
Modern Concurrency in Swift (Second Edition)
Language: en
Pages: 0
Authors: Kodeco Team
Categories:
Type: BOOK - Published: 2023-02-14 - Publisher: Kodeco Incorporated

DOWNLOAD EBOOK

Learn Modern Swift Concurrency! For years, writing powerful and safe concurrent apps with Swift could easily turn into a daunting task, full of race conditions
Modern Concurrency Platforms Require Modern System-Call Techniques
Language: en
Pages:
Authors: Florian Schmaus
Categories:
Type: BOOK - Published: 2021 - Publisher:

DOWNLOAD EBOOK

Concurrency by Tutorials (Third Edition)
Language: en
Pages: 0
Authors: Kodeco Team
Categories:
Type: BOOK - Published: 2023-08-02 - Publisher: Kodeco Incorporated

DOWNLOAD EBOOK

Dive into Concurrency in iOS!Concurrency is the concept of multiple things, or pieces of work, running at the same time. With the addition of CPU cores in our d
Programming Concurrency on the JVM
Language: en
Pages: 343
Authors: Venkat Subramaniam
Categories: Computers
Type: BOOK - Published: 2011-08-26 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

More than ever, learning to program concurrency is critical to creating faster, responsive applications. Speedy and affordable multicore hardware is driving the