- Clojure Data Analysis Cookbook(Second Edition)
- Eric Rochester
- 70字
- 2021-08-06 19:26:10
Chapter 3. Managing Complexity with Concurrent Programming
In this chapter, we will cover:
- Managing program complexity with STM
- Managing program complexity with agents
- Getting better performance with commute
- Combining agents and STM
- Maintaining consistency with ensure
- Introducing safe side effects into the STM
- Maintaining data consistency with validators
- Monitoring processing with watchers
- Debugging concurrent programs with watchers
- Recovering from errors in agents
- Managing large inputs with sized queues
推薦閱讀
- DBA攻堅指南:左手Oracle,右手MySQL
- Implementing Modern DevOps
- 自然語言處理實戰:預訓練模型應用及其產品化
- Angular UI Development with PrimeNG
- Java Web基礎與實例教程(第2版·微課版)
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- GeoServer Beginner's Guide(Second Edition)
- Responsive Web Design by Example
- Learning FuelPHP for Effective PHP Development
- Python Data Analysis Cookbook
- Integrating Facebook iOS SDK with Your Application
- 軟件測試實用教程
- Natural Language Processing with Java and LingPipe Cookbook
- Node.js開發指南
- 深入理解C指針