- Learning Concurrency in Kotlin
- Miguel Angel Castiblanco Torres
- 161字
- 2021-08-05 10:46:43
Why concurrency is often feared
Writing correct concurrent code is traditionally considered difficult. This is not only because of it being difficult, but also because many programming languages make it more difficult than it should be. Some languages make it too cumbersome, while others make it inflexible, reducing its usability. With that in mind, the Kotlin team tried to make concurrency as simple as possible while still making it flexible enough so that it can be adjusted to many different use cases. Later in the book, we will cover many of those use cases and will use many of the primitives that the Kotlin team has created, but for now let's take a look at common challenges presented when programming concurrent code.
As you can probably guess by now, most of the time it comes down to being able to synchronize and communicate our concurrent code so that changes in the flow of execution don't affect the operation of our application.
- scikit-learn Cookbook
- CouchDB and PHP Web Development Beginner’s Guide
- C程序設計實踐教程
- Advanced Express Web Application Development
- C專家編程
- Learning AWS
- ASP.NET Web API Security Essentials
- Android高級開發實戰:UI、NDK與安全
- Instant GLEW
- 金融商業數據分析:基于Python和SAS
- IBM RUP參考與認證指南
- Java 7 Concurrency Cookbook
- 軟技能2:軟件開發者職業生涯指南
- Learning iOS Penetration Testing
- Python Django Web從入門到項目實戰(視頻版)