Go back

Concurrency By Tutorials Multithreading In Swift With Gcd And Operations(2nd Edition)

Authors:

Raywenderlich Tutorial Team ,Scott Grosch

Free concurrency by tutorials multithreading in swift with gcd and operations 2nd edition raywenderlich tutorial
5 ratings
Cover Type:Hardcover
Condition:Used

In Stock

Include with your book

Free shipping: April 23, 2024
Access to 3 Million+ solutions Free
Ask 10 Questions from expert 200,000+ Expert answers
7 days-trial

Total Price:

$0

List Price: $33.34 Savings: $33.34(100%)

Book details

ISBN: 1950325016, 978-1950325016

Book publisher: Razeware LLC

Get your hands on the best-selling book Concurrency By Tutorials Multithreading In Swift With Gcd And Operations 2nd Edition for free. Feed your curiosity and let your imagination soar with the best stories coming out to you without hefty price tags. Browse SolutionInn to discover a treasure trove of fiction and non-fiction books where every page leads the reader to an undiscovered world. Start your literary adventure right away and also enjoy free shipping of these complimentary books to your door.

Concurrency By Tutorials Multithreading In Swift With Gcd And Operations 2nd Edition Summary: Dive into Concurrency in iOS apps!Concurrency is the concept of multiple things, or pieces of work, running at the same time. With the addition of CPU cores in our devices, knowing how to properly utilize your customer's hardware to the maximum is absolutely a must. However, proper concurrency in iOS apps is one of the lesser-known topics that every developer wants to (and should) understand properly, but is usually intimidated by. This is where Concurrency by Tutorials comes to the rescue! In this book, you’ll learn everything there is to know about how to write performant and concurrent code for your iOS apps.Who This book Is ForThis book is for intermediate iOS developers who already know the basics of iOS and Swift development but want to learn how to make their app efficiently perform tasks without affecting performance, and how to properly divide work to utilize hardware to the fullest extent.What & Why: Learn what is Concurrency and why would you even want to utilize it in your apps?Grand Central Dispatch: Learn about Apple's implementation of C's libdispatch, also known as GCD, it's one of the simplest ways to queue up tasks to be run in parallel.Operations & Operation Queues: When GCD doesn't quite cut it, you'll learn how to further customize and reuse your concurrent work using Operations and Operation Queues.Common Concurrency Problems: Learn about some of the problems you could face while developing concurrent applications, such as Race Conditions, Deadlocks, and more.Threads & Thread Sanitizer: Understand various threading-related concepts and how these connect to the knowledge you've accumulated throughout this book. You'll also learn how to use Thread Sanitizer to ease your debugging when things go wrong.This book is sure to make you a pro in building concurrent and performant appllications, and finally understanding how these lower-level APIs work to the fullest, pushing your app to the top!About Scott GroschScott Grosch has been involved with iOS app development since the first release of the public SDK from Apple, and spends his days as a Solutions Architect at a Fortune 500 companyin the Pacific Northwest.