Modern Concurrency on Apple Platforms
Andrés Ibañez Kautsch
Broschiertes Buch

Modern Concurrency on Apple Platforms

Using async/await with Swift

Versandkostenfrei!
Versandfertig in 6-10 Tagen
45,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
23 °P sammeln!
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....