- 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.
- 計算思維與算法入門
- JavaScript從入門到精通(微視頻精編版)
- HTML5移動Web開發技術
- OpenCV 3和Qt5計算機視覺應用開發
- Selenium Design Patterns and Best Practices
- JavaCAPS基礎、應用與案例
- Keras深度學習實戰
- Learning Material Design
- Flowable流程引擎實戰
- 計算機應用基礎教程(Windows 7+Office 2010)
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- Mastering ASP.NET Web API
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- C# 7 and .NET Core 2.0 Blueprints
- AngularJS by Example