Skip to Content
Programming Kotlin
book

Programming Kotlin

by Venkat Subramaniam
September 2019
Intermediate to advanced content levelIntermediate to advanced
462 pages
11h 3m
English
Pragmatic Bookshelf
Content preview from Programming Kotlin

Exception Handling

Many things can go wrong when making requests to web services, updating databases, accessing a file, and so on. When delegating a task to run asynchronously, we have to be defensive and handle failures gracefully. How we deal with exceptions depends on how we start a coroutine—using launch() or async().

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Advanced Kotlin Programming

Advanced Kotlin Programming

Hadi Hariri
Java to Kotlin

Java to Kotlin

Duncan McGregor, Nat Pryce
Java to Kotlin

Java to Kotlin

Duncan McGregor, Nat Pryce
Kotlin in Action

Kotlin in Action

Svetlana Isakova, Dmitry Jemerov

Publisher Resources

ISBN: 9781680507287Errata Page