- Learning Concurrency in Kotlin
- Miguel Angel Castiblanco Torres
- 48字
- 2021-08-05 10:46:47
Creating a thread
Kotlin has simplified thread creation so that it's a straightforward process and can be done easily. For now, creating a single thread will be enough, but in future chapters we will also create thread pools in order to run both CPU-bound and I/O-bound operations efficiently.
推薦閱讀
- 極簡(jiǎn)算法史:從數(shù)學(xué)到機(jī)器的故事
- JavaScript從入門到精通(微視頻精編版)
- Android Jetpack開發(fā):原理解析與應(yīng)用實(shí)戰(zhàn)
- JavaScript:Functional Programming for JavaScript Developers
- PyQt從入門到精通
- Neo4j Essentials
- 深入理解Java7:核心技術(shù)與最佳實(shí)踐
- C語言程序設(shè)計(jì)教程
- 編程與類型系統(tǒng)
- Python預(yù)測(cè)分析實(shí)戰(zhàn)
- Web前端開發(fā)最佳實(shí)踐
- Raspberry Pi Blueprints
- Elastix Unified Communications Server Cookbook
- Java程序設(shè)計(jì)
- Django 3 Web Development Cookbook