- Learning Scala Programming
- Vikash Sharma
- 96字
- 2021-06-30 19:07:46
Concurrency made easy
Scala recommends the use of immutable data structures, immutable collections, use of value types, functional compositions, and transformations. Along with these, the use of actors and other concurrent constructs have made it so easy to write concurrent programs. Mostly, programmers do not have to deal with the complication of thread life cycle management, because of modern constructs such as actors and reactors available in the form of native support and through libraries. Akka is one of these toolkits available, written in Scala. Also, the use of futures and promises enables writing asynchronous code.
推薦閱讀
- C語(yǔ)言程序設(shè)計(jì)案例教程
- The Supervised Learning Workshop
- Django:Web Development with Python
- INSTANT MinGW Starter
- TypeScript實(shí)戰(zhàn)指南
- 代替VBA!用Python輕松實(shí)現(xiàn)Excel編程
- Android應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)
- Python網(wǎng)絡(luò)爬蟲(chóng)技術(shù)與應(yīng)用
- Kotlin Programming By Example
- Visual Basic程序設(shè)計(jì)基礎(chǔ)
- UML基礎(chǔ)與Rose建模實(shí)用教程(第三版)
- Head First Kotlin程序設(shè)計(jì)
- PHP 7 Programming Blueprints
- 跟小樓老師學(xué)用Axure RP 9:玩轉(zhuǎn)產(chǎn)品原型設(shè)計(jì)
- 深入實(shí)踐C++模板編程