- Course
droidcon NYC '19: Native Concurrency Coroutines
droidcon NYC 2019 | Native Concurrency Coroutines | Ben Asher
- Course
droidcon NYC '19: Native Concurrency Coroutines
droidcon NYC 2019 | Native Concurrency Coroutines | Ben Asher
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
At PlanGrid, we've been working on a shared multiplatform library for use on Windows, iOS, and Android. Our apps sync lots of data for use offline, so early on we invested in filling the multi-threaded coroutine gap on native. In this session, Ben Asher discusses how PlanGrid built the multiplatform classes that allowed multi-threaded coroutine-based work in both the Native and JVM worlds for seamless multiplatform sync. You'll gain a better understanding of how to use native concurrency primitives, how concurrency and mutability work on native, and how PlanGrid mixed that together with Kotlin coroutines.