- 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
推薦閱讀
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Mastering JavaScript Functional Programming
- Learning Apex Programming
- C語言程序設計基礎與實驗指導
- jQuery炫酷應用實例集錦
- Python趣味編程與精彩實例
- Learning Nessus for Penetration Testing
- Software-Defined Networking with OpenFlow(Second Edition)
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- 實驗編程:PsychoPy從入門到精通
- C# 7.0本質論
- JavaScript程序設計基礎教程(慕課版)
- PHP面試一戰到底
- OpenCV:Computer Vision Projects with Python