- Learning Concurrency in Kotlin
- Miguel Angel Castiblanco Torres
- 62字
- 2021-08-05 10:46:40
Processes, threads, and coroutines
When you start an application, the operating system will create a process, attach a thread to it, and then start the execution of that thread – commonly known as the main thread. In this section, we will detail the relationship between processes, threads, and coroutines. This is necessary in order to be able to understand and implement concurrency.
推薦閱讀
- 大話PLC(輕松動(dòng)漫版)
- Spring 5.0 By Example
- C語言程序設(shè)計(jì)(第3版)
- GeoServer Beginner's Guide(Second Edition)
- 劍指MySQL:架構(gòu)、調(diào)優(yōu)與運(yùn)維
- Kotlin從基礎(chǔ)到實(shí)戰(zhàn)
- Mastering JavaScript Design Patterns(Second Edition)
- 軟件測(cè)試實(shí)用教程
- CoffeeScript Application Development Cookbook
- Extreme C
- Kotlin開發(fā)教程(全2冊(cè))
- Go語言編程
- Python Interviews
- QGIS 2 Cookbook
- AMP:Building Accelerated Mobile Pages