- 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.