- 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.
推薦閱讀
- 新編Visual Basic程序設計上機實驗教程
- C語言程序設計實踐教程(第2版)
- ASP.NET MVC4框架揭秘
- 機器學習系統(tǒng):設計和實現(xiàn)
- Python機器學習:數(shù)據(jù)分析與評分卡建模(微課版)
- Linux C/C++服務器開發(fā)實踐
- Learning RxJava
- Practical Data Science Cookbook(Second Edition)
- Web Development with Django Cookbook
- Responsive Web Design with HTML5 and CSS3
- INSTANT CakePHP Starter
- 數(shù)據(jù)結構習題解析與實驗指導
- HTML5與CSS3基礎教程(第8版)
- Java編程的邏輯
- 從Java到Web程序設計教程