- 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.
- 零基礎搭建量化投資系統:以Python為工具
- C語言程序設計(第2 版)
- Manga Studio Ex 5 Cookbook
- Xcode 7 Essentials(Second Edition)
- Python進階編程:編寫更高效、優雅的Python代碼
- 深入淺出Windows API程序設計:編程基礎篇
- 數據結構與算法JavaScript描述
- Groovy for Domain:specific Languages(Second Edition)
- 精通Python設計模式(第2版)
- Teaching with Google Classroom
- MongoDB,Express,Angular,and Node.js Fundamentals
- INSTANT Silverlight 5 Animation
- C++程序設計教程(第2版)
- ASP.NET求職寶典
- Visual Basic程序設計實驗指導及考試指南