- 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.
推薦閱讀
- Advanced Quantitative Finance with C++
- Kubernetes實戰
- GraphQL學習指南
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- Web Development with Django Cookbook
- Python機器學習基礎教程
- SQL Server從入門到精通(第3版)
- Clojure Reactive Programming
- Spring快速入門
- Mastering C++ Multithreading
- INSTANT Adobe Edge Inspect Starter
- 鴻蒙OS應用編程實戰
- 人工智能算法(卷1):基礎算法
- RocketMQ實戰與原理解析
- Python機器學習與量化投資