- Learning Concurrency in Kotlin
- Miguel Angel Castiblanco Torres
- 109字
- 2021-08-05 10:46:40
Hello, Concurrent World!
This chapter is an introduction to concurrency and how Kotlin approaches concurrency challenges. In this chapter, we will also take a first look at asynchronous code written using coroutines. It's important to mention that while the keywords, primitives, and functions related to concurrency in pure Kotlin will be explained through the book, some knowledge of Kotlin is required in order to be able to fully comprehend the code examples.
The following topics will be covered in this chapter:
- Processes, threads, coroutines, and their relationships
- Introduction to concurrency
- Concurrency versus parallelism
- CPU-bound and I/O-bound algorithms
- Why concurrency is often feared
- Concurrency in Kotlin
- Concepts and terminology
推薦閱讀
- 現代C++編程:從入門到實踐
- GraphQL學習指南
- Python數據可視化:基于Bokeh的可視化繪圖
- PostgreSQL技術內幕:事務處理深度探索
- Java開發入行真功夫
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- C++面向對象程序設計習題解答與上機指導(第三版)
- Learning Unity 2D Game Development by Example
- Mastering JavaScript High Performance
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- 工業機器人離線編程
- 深入淺出Python數據分析
- Secret Recipes of the Python Ninja
- Maven for Eclipse
- HTML5+CSS3+jQuery Mobile+Bootstrap開發APP從入門到精通(視頻教學版)