- Learning Concurrency in Kotlin
- Miguel Angel Castiblanco Torres
- 174字
- 2021-08-05 10:46:51
Life Cycle and Error Handling
Now that we have an application using coroutines in order to do network requests, it's time to add new features to it while putting into practice new concepts and improving the user experience.
In this chapter, we will start by taking a closer look at two types of asynchronous tasks: Job and Deferred. We will talk about their similarities and their differences, taking a closer look at their life cycle. We will also cover how to calculate their current state and what to expect in each state. Then, we will improve our RSS reader by having it fetch news concurrently from many news outlets and using the newly introduced topics to handle exceptions when a feed can't be reached.
Some of the topics we will cover during this chapter are as listed:
- Jobs and their use cases
- Life cycle of Job and Deferred
- Use cases for Deferred
- What to expect with each status of a Job
- How to calculate the current status of a Job
- How to handle exceptions
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- LaTeX Cookbook
- Learning PostgreSQL
- 信息可視化的藝術:信息可視化在英國
- 羅克韋爾ControlLogix系統應用技術
- SQL經典實例(第2版)
- 軟件測試實用教程
- C編程技巧:117個問題解決方案示例
- Android Development Tools for Eclipse
- 零基礎學C語言(第4版)
- Go語言從入門到精通
- Mastering HTML5 Forms
- C#面向對象程序設計(第2版)
- Drupal 8 Development Cookbook(Second Edition)
- Android項目實戰:博學谷